| OLD | NEW |
| 1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 'layouttest_support_content_sources': [ | 7 'layouttest_support_content_sources': [ |
| 8 'public/test/layouttest_support.h', | 8 'public/test/layouttest_support.h', |
| 9 'public/test/nested_message_pump_android.cc', | 9 'public/test/nested_message_pump_android.cc', |
| 10 'public/test/nested_message_pump_android.h', | 10 'public/test/nested_message_pump_android.h', |
| (...skipping 857 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 868 '../ui/compositor/compositor.gyp:compositor_test_support', | 868 '../ui/compositor/compositor.gyp:compositor_test_support', |
| 869 '../ui/display/display.gyp:display', | 869 '../ui/display/display.gyp:display', |
| 870 '../ui/events/events.gyp:dom_keycode_converter', | 870 '../ui/events/events.gyp:dom_keycode_converter', |
| 871 '../ui/events/events.gyp:events_base', | 871 '../ui/events/events.gyp:events_base', |
| 872 '../ui/events/events.gyp:events_test_support', | 872 '../ui/events/events.gyp:events_test_support', |
| 873 '../ui/events/events.gyp:gesture_detection', | 873 '../ui/events/events.gyp:gesture_detection', |
| 874 '../ui/gfx/gfx.gyp:gfx_test_support', | 874 '../ui/gfx/gfx.gyp:gfx_test_support', |
| 875 '../ui/resources/ui_resources.gyp:ui_resources', | 875 '../ui/resources/ui_resources.gyp:ui_resources', |
| 876 '../ui/surface/surface.gyp:surface', | 876 '../ui/surface/surface.gyp:surface', |
| 877 '../url/url.gyp:url_lib', | 877 '../url/url.gyp:url_lib', |
| 878 '../v8/tools/gyp/v8.gyp:v8', | 878 '../v8/src/v8.gyp:v8', |
| 879 'browser/speech/proto/speech_proto.gyp:speech_proto', | 879 'browser/speech/proto/speech_proto.gyp:speech_proto', |
| 880 'content_test_mojo_bindings', | 880 'content_test_mojo_bindings', |
| 881 'content.gyp:content_app_both', | 881 'content.gyp:content_app_both', |
| 882 'content.gyp:content_browser', | 882 'content.gyp:content_browser', |
| 883 'content.gyp:content_child', | 883 'content.gyp:content_child', |
| 884 'content.gyp:content_common', | 884 'content.gyp:content_common', |
| 885 'content.gyp:content_gpu', | 885 'content.gyp:content_gpu', |
| 886 'content.gyp:content_ppapi_plugin', | 886 'content.gyp:content_ppapi_plugin', |
| 887 'content.gyp:content_renderer', | 887 'content.gyp:content_renderer', |
| 888 'content.gyp:content_utility', | 888 'content.gyp:content_utility', |
| (...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 993 'target_name': 'layouttest_support_content', | 993 'target_name': 'layouttest_support_content', |
| 994 'type': 'static_library', | 994 'type': 'static_library', |
| 995 'dependencies': [ | 995 'dependencies': [ |
| 996 'content.gyp:content_renderer', | 996 'content.gyp:content_renderer', |
| 997 'test_support_content', | 997 'test_support_content', |
| 998 '../components/scheduler/scheduler.gyp:scheduler_test_support', | 998 '../components/scheduler/scheduler.gyp:scheduler_test_support', |
| 999 '../components/test_runner/test_runner.gyp:test_runner', | 999 '../components/test_runner/test_runner.gyp:test_runner', |
| 1000 '../skia/skia.gyp:skia', | 1000 '../skia/skia.gyp:skia', |
| 1001 '../ui/accessibility/accessibility.gyp:ax_gen', | 1001 '../ui/accessibility/accessibility.gyp:ax_gen', |
| 1002 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', | 1002 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', |
| 1003 '../v8/tools/gyp/v8.gyp:v8', | 1003 '../v8/src/v8.gyp:v8', |
| 1004 ], | 1004 ], |
| 1005 'include_dirs': [ | 1005 'include_dirs': [ |
| 1006 '..', | 1006 '..', |
| 1007 '<(SHARED_INTERMEDIATE_DIR)', | 1007 '<(SHARED_INTERMEDIATE_DIR)', |
| 1008 ], | 1008 ], |
| 1009 'sources': [ '<@(layouttest_support_content_sources)' ], | 1009 'sources': [ '<@(layouttest_support_content_sources)' ], |
| 1010 'conditions': [ | 1010 'conditions': [ |
| 1011 ['OS=="android"', { | 1011 ['OS=="android"', { |
| 1012 'dependencies': [ | 1012 'dependencies': [ |
| 1013 'test_support_content_jni_headers', | 1013 'test_support_content_jni_headers', |
| (...skipping 510 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1524 '../base/base.gyp:test_support_base', | 1524 '../base/base.gyp:test_support_base', |
| 1525 '../gpu/gpu.gyp:command_buffer_common', | 1525 '../gpu/gpu.gyp:command_buffer_common', |
| 1526 '../testing/gtest.gyp:gtest', | 1526 '../testing/gtest.gyp:gtest', |
| 1527 '../third_party/WebKit/public/blink.gyp:blink', | 1527 '../third_party/WebKit/public/blink.gyp:blink', |
| 1528 '../ui/base/ui_base.gyp:ui_base', | 1528 '../ui/base/ui_base.gyp:ui_base', |
| 1529 '../ui/gfx/gfx.gyp:gfx', | 1529 '../ui/gfx/gfx.gyp:gfx', |
| 1530 '../ui/gfx/gfx.gyp:gfx_geometry', | 1530 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 1531 '../ui/gfx/gfx.gyp:gfx_test_support', | 1531 '../ui/gfx/gfx.gyp:gfx_test_support', |
| 1532 '../ui/gl/gl.gyp:gl', | 1532 '../ui/gl/gl.gyp:gl', |
| 1533 '../ui/gl/gl.gyp:gl_test_support', | 1533 '../ui/gl/gl.gyp:gl_test_support', |
| 1534 '../v8/tools/gyp/v8.gyp:v8', | 1534 '../v8/src/v8.gyp:v8', |
| 1535 ], | 1535 ], |
| 1536 'include_dirs': [ | 1536 'include_dirs': [ |
| 1537 '..', | 1537 '..', |
| 1538 ], | 1538 ], |
| 1539 'sources': [ | 1539 'sources': [ |
| 1540 'common/gpu/client/gpu_context_tests.h', | 1540 'common/gpu/client/gpu_context_tests.h', |
| 1541 'common/gpu/client/gpu_in_process_context_tests.cc', | 1541 'common/gpu/client/gpu_in_process_context_tests.cc', |
| 1542 'test/run_all_gl_tests.cc', | 1542 'test/run_all_gl_tests.cc', |
| 1543 ], | 1543 ], |
| 1544 'conditions': [ | 1544 'conditions': [ |
| (...skipping 286 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1831 # GN: //content/test:content_unittests | 1831 # GN: //content/test:content_unittests |
| 1832 'target_name': 'content_unittests_apk', | 1832 'target_name': 'content_unittests_apk', |
| 1833 'type': 'none', | 1833 'type': 'none', |
| 1834 'dependencies': [ | 1834 'dependencies': [ |
| 1835 'content.gyp:content_java', | 1835 'content.gyp:content_java', |
| 1836 'content_unittests', | 1836 'content_unittests', |
| 1837 ], | 1837 ], |
| 1838 'conditions': [ | 1838 'conditions': [ |
| 1839 ['v8_use_external_startup_data==1', { | 1839 ['v8_use_external_startup_data==1', { |
| 1840 'dependencies': [ | 1840 'dependencies': [ |
| 1841 '../v8/tools/gyp/v8.gyp:v8_external_snapshot', | 1841 '../v8/src/v8.gyp:v8_external_snapshot', |
| 1842 ], | 1842 ], |
| 1843 'variables': { | 1843 'variables': { |
| 1844 'dest_path': '<(asset_location)', | 1844 'dest_path': '<(asset_location)', |
| 1845 'renaming_sources': [ | 1845 'renaming_sources': [ |
| 1846 '<(PRODUCT_DIR)/natives_blob.bin', | 1846 '<(PRODUCT_DIR)/natives_blob.bin', |
| 1847 '<(PRODUCT_DIR)/snapshot_blob.bin', | 1847 '<(PRODUCT_DIR)/snapshot_blob.bin', |
| 1848 ], | 1848 ], |
| 1849 'renaming_destinations': [ | 1849 'renaming_destinations': [ |
| 1850 'natives_blob_<(arch_suffix).bin', | 1850 'natives_blob_<(arch_suffix).bin', |
| 1851 'snapshot_blob_<(arch_suffix).bin', | 1851 'snapshot_blob_<(arch_suffix).bin', |
| (...skipping 323 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2175 'content_unittests_apk.isolate', | 2175 'content_unittests_apk.isolate', |
| 2176 ], | 2176 ], |
| 2177 }, | 2177 }, |
| 2178 ], | 2178 ], |
| 2179 }, | 2179 }, |
| 2180 ], | 2180 ], |
| 2181 ], | 2181 ], |
| 2182 }], | 2182 }], |
| 2183 ], | 2183 ], |
| 2184 } | 2184 } |
| OLD | NEW |