1 # Copyright 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
6 ['OS=="android" or OS=="linux" or OS=="mac" or OS=="win"', {
9 '<(PRODUCT_DIR)/content_gl_tests<(EXECUTABLE_SUFFIX)',
13 # TODO(kbr): these two dependencies seem to be necessary when
14 # running the component build to avoid "Failed to mmap datapack"
15 # errors. Should investigate further.
16 ['OS=="linux" or OS=="win"', {
19 '<(PRODUCT_DIR)/content_resources.pak',
20 '<(PRODUCT_DIR)/ui_test.pak',
27 '<(PRODUCT_DIR)/d3dcompiler_47.dll',
28 '<(PRODUCT_DIR)/libEGL.dll',
29 '<(PRODUCT_DIR)/libGLESv2.dll',
30 '<(PRODUCT_DIR)/osmesa.dll',
34 # These PDBs are needed in order to get reasonable stack traces if
35 # an assertion fires or a crash occurs. Add more as necessary.
36 ['OS=="win" and (fastbuild==0 or fastbuild==1)', {
39 '<(PRODUCT_DIR)/content_gl_tests.exe.pdb',
43 ['OS=="win" and component=="shared_library" and (fastbuild==0 or fastbuild==1)', {
46 '<(PRODUCT_DIR)/base.dll.pdb',
47 '<(PRODUCT_DIR)/content.dll.pdb',
53 '../base/base.isolate',