| 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', |
| 11 'test/layouttest_support.cc', | 11 'test/layouttest_support.cc', |
| 12 'test/test_media_stream_renderer_factory.cc', | 12 'test/test_media_stream_renderer_factory.cc', |
| 13 'test/test_media_stream_renderer_factory.h', | 13 'test/test_media_stream_renderer_factory.h', |
| 14 'test/test_video_frame_provider.cc', | 14 'test/test_video_frame_provider.cc', |
| 15 'test/test_video_frame_provider.h', | 15 'test/test_video_frame_provider.h', |
| 16 ], | 16 ], |
| 17 'test_support_content_sources': [ | 17 'test_support_content_sources': [ |
| 18 # TODO(phajdan.jr): All of those files should live in content/test (if |
| 19 # they're only used by content) or content/public/test (if they're used |
| 20 # by other embedders). |
| 21 'browser/download/mock_download_file.cc', |
| 22 'browser/download/mock_download_file.h', |
| 23 'browser/geolocation/fake_access_token_store.cc', |
| 24 'browser/geolocation/fake_access_token_store.h', |
| 25 'browser/geolocation/mock_location_arbitrator.cc', |
| 26 'browser/geolocation/mock_location_arbitrator.h', |
| 27 'browser/geolocation/mock_location_provider.cc', |
| 28 'browser/geolocation/mock_location_provider.h', |
| 29 'browser/renderer_host/media/mock_media_observer.cc', |
| 30 'browser/renderer_host/media/mock_media_observer.h', |
| 18 'public/test/async_file_test_helper.cc', | 31 'public/test/async_file_test_helper.cc', |
| 19 'public/test/async_file_test_helper.h', | 32 'public/test/async_file_test_helper.h', |
| 20 'public/test/browser_test.h', | 33 'public/test/browser_test.h', |
| 21 'public/test/browser_test_base.cc', | 34 'public/test/browser_test_base.cc', |
| 22 'public/test/browser_test_base.h', | 35 'public/test/browser_test_base.h', |
| 23 'public/test/browser_test_utils.cc', | 36 'public/test/browser_test_utils.cc', |
| 24 'public/test/browser_test_utils.h', | 37 'public/test/browser_test_utils.h', |
| 25 'public/test/content_browser_sanity_checker.cc', | 38 'public/test/content_browser_sanity_checker.cc', |
| 26 'public/test/content_browser_sanity_checker.h', | 39 'public/test/content_browser_sanity_checker.h', |
| 27 'public/test/content_test_suite_base.cc', | 40 'public/test/content_test_suite_base.cc', |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 85 'public/test/test_synchronous_compositor_android.cc', | 98 'public/test/test_synchronous_compositor_android.cc', |
| 86 'public/test/test_synchronous_compositor_android.h', | 99 'public/test/test_synchronous_compositor_android.h', |
| 87 'public/test/test_utils.cc', | 100 'public/test/test_utils.cc', |
| 88 'public/test/test_utils.h', | 101 'public/test/test_utils.h', |
| 89 'public/test/unittest_test_suite.cc', | 102 'public/test/unittest_test_suite.cc', |
| 90 'public/test/unittest_test_suite.h', | 103 'public/test/unittest_test_suite.h', |
| 91 'public/test/web_contents_observer_sanity_checker.cc', | 104 'public/test/web_contents_observer_sanity_checker.cc', |
| 92 'public/test/web_contents_observer_sanity_checker.h', | 105 'public/test/web_contents_observer_sanity_checker.h', |
| 93 'public/test/web_contents_tester.cc', | 106 'public/test/web_contents_tester.cc', |
| 94 'public/test/web_contents_tester.h', | 107 'public/test/web_contents_tester.h', |
| 95 # TODO(phajdan.jr): All of those files should live in content/test (if | |
| 96 # they're only used by content) or content/public/test (if they're used | |
| 97 # by other embedders). | |
| 98 'browser/download/mock_download_file.cc', | |
| 99 'browser/download/mock_download_file.h', | |
| 100 'browser/geolocation/fake_access_token_store.cc', | |
| 101 'browser/geolocation/fake_access_token_store.h', | |
| 102 'browser/geolocation/mock_location_arbitrator.cc', | |
| 103 'browser/geolocation/mock_location_arbitrator.h', | |
| 104 'browser/geolocation/mock_location_provider.cc', | |
| 105 'browser/geolocation/mock_location_provider.h', | |
| 106 'browser/renderer_host/media/mock_media_observer.cc', | |
| 107 'browser/renderer_host/media/mock_media_observer.h', | |
| 108 'test/appcache_test_helper.cc', | 108 'test/appcache_test_helper.cc', |
| 109 'test/appcache_test_helper.h', | 109 'test/appcache_test_helper.h', |
| 110 'test/blink_test_environment.cc', | 110 'test/blink_test_environment.cc', |
| 111 'test/blink_test_environment.h', | 111 'test/blink_test_environment.h', |
| 112 'test/browser_side_navigation_test_utils.cc', | 112 'test/browser_side_navigation_test_utils.cc', |
| 113 'test/browser_side_navigation_test_utils.h', | 113 'test/browser_side_navigation_test_utils.h', |
| 114 'test/content_browser_test_utils_internal.cc', | 114 'test/content_browser_test_utils_internal.cc', |
| 115 'test/content_browser_test_utils_internal.h', | 115 'test/content_browser_test_utils_internal.h', |
| 116 'test/content_test_suite.cc', | 116 'test/content_test_suite.cc', |
| 117 'test/content_test_suite.h', | 117 'test/content_test_suite.h', |
| (...skipping 1250 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1368 'sources!': [ | 1368 'sources!': [ |
| 1369 'browser/web_contents/touch_editable_impl_aura_browsertest.cc', | 1369 'browser/web_contents/touch_editable_impl_aura_browsertest.cc', |
| 1370 ], | 1370 ], |
| 1371 }], | 1371 }], |
| 1372 ['OS=="win"', { | 1372 ['OS=="win"', { |
| 1373 'resource_include_dirs': [ | 1373 'resource_include_dirs': [ |
| 1374 '<(SHARED_INTERMEDIATE_DIR)/webkit', | 1374 '<(SHARED_INTERMEDIATE_DIR)/webkit', |
| 1375 ], | 1375 ], |
| 1376 'sources': [ | 1376 'sources': [ |
| 1377 '<@(content_browsertests_win_sources)', | 1377 '<@(content_browsertests_win_sources)', |
| 1378 'shell/app/resource.h', | |
| 1379 'shell/app/shell.rc', | |
| 1380 # TODO: It would be nice to have these pulled in | 1378 # TODO: It would be nice to have these pulled in |
| 1381 # automatically from direct_dependent_settings in | 1379 # automatically from direct_dependent_settings in |
| 1382 # their various targets (net.gyp:net_resources, etc.), | 1380 # their various targets (net.gyp:net_resources, etc.), |
| 1383 # but that causes errors in other targets when | 1381 # but that causes errors in other targets when |
| 1384 # resulting .res files get referenced multiple times. | 1382 # resulting .res files get referenced multiple times. |
| 1385 '<(SHARED_INTERMEDIATE_DIR)/blink/public/resources/blink_resourc
es.rc', | 1383 '<(SHARED_INTERMEDIATE_DIR)/blink/public/resources/blink_resourc
es.rc', |
| 1386 '<(SHARED_INTERMEDIATE_DIR)/content/app/strings/content_strings_
en-US.rc', | 1384 '<(SHARED_INTERMEDIATE_DIR)/content/app/strings/content_strings_
en-US.rc', |
| 1387 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.rc', | 1385 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.rc', |
| 1386 'shell/app/resource.h', |
| 1387 'shell/app/shell.rc', |
| 1388 ], | 1388 ], |
| 1389 'dependencies': [ | 1389 'dependencies': [ |
| 1390 '<(DEPTH)/content/app/strings/content_strings.gyp:content_string
s', | 1390 '<(DEPTH)/content/app/strings/content_strings.gyp:content_string
s', |
| 1391 '<(DEPTH)/net/net.gyp:net_resources', | 1391 '<(DEPTH)/net/net.gyp:net_resources', |
| 1392 '<(DEPTH)/third_party/WebKit/public/blink_resources.gyp:blink_re
sources', | 1392 '<(DEPTH)/third_party/WebKit/public/blink_resources.gyp:blink_re
sources', |
| 1393 '<(DEPTH)/third_party/iaccessible2/iaccessible2.gyp:iaccessible2
', | 1393 '<(DEPTH)/third_party/iaccessible2/iaccessible2.gyp:iaccessible2
', |
| 1394 '<(DEPTH)/third_party/isimpledom/isimpledom.gyp:isimpledom', | 1394 '<(DEPTH)/third_party/isimpledom/isimpledom.gyp:isimpledom', |
| 1395 ], | 1395 ], |
| 1396 'configurations': { | 1396 'configurations': { |
| 1397 'Debug_Base': { | 1397 'Debug_Base': { |
| (...skipping 675 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2073 ], | 2073 ], |
| 2074 'include_dirs': [ | 2074 'include_dirs': [ |
| 2075 '../..', | 2075 '../..', |
| 2076 ], | 2076 ], |
| 2077 'xcode_settings': { | 2077 'xcode_settings': { |
| 2078 'INFOPLIST_FILE': '<(DEPTH)/content/test/plugin/Info.plist', | 2078 'INFOPLIST_FILE': '<(DEPTH)/content/test/plugin/Info.plist', |
| 2079 }, | 2079 }, |
| 2080 'conditions': [ | 2080 'conditions': [ |
| 2081 ['OS!="win"', { | 2081 ['OS!="win"', { |
| 2082 'sources!': [ | 2082 'sources!': [ |
| 2083 # windows-specific resources |
| 2084 'test/plugin/npapi_test.def', |
| 2085 'test/plugin/npapi_test.rc', |
| 2086 # Seems windows specific. |
| 2087 'test/plugin/plugin_create_instance_in_paint.cc', |
| 2088 'test/plugin/plugin_create_instance_in_paint.h', |
| 2083 # TODO(port): Port these. | 2089 # TODO(port): Port these. |
| 2084 # plugin_npobject_lifetime_test.cc has win32-isms | 2090 # plugin_npobject_lifetime_test.cc has win32-isms |
| 2085 # (HWND, CALLBACK). | 2091 # (HWND, CALLBACK). |
| 2086 'test/plugin/plugin_npobject_lifetime_test.cc', | 2092 'test/plugin/plugin_npobject_lifetime_test.cc', |
| 2087 # The window APIs are necessarily platform-specific. | 2093 # The window APIs are necessarily platform-specific. |
| 2088 'test/plugin/plugin_window_size_test.cc', | 2094 'test/plugin/plugin_window_size_test.cc', |
| 2089 'test/plugin/plugin_windowed_test.cc', | 2095 'test/plugin/plugin_windowed_test.cc', |
| 2090 # Seems windows specific. | |
| 2091 'test/plugin/plugin_create_instance_in_paint.cc', | |
| 2092 'test/plugin/plugin_create_instance_in_paint.h', | |
| 2093 # windows-specific resources | |
| 2094 'test/plugin/npapi_test.def', | |
| 2095 'test/plugin/npapi_test.rc', | |
| 2096 ], | 2096 ], |
| 2097 }], | 2097 }], |
| 2098 ['OS=="mac"', { | 2098 ['OS=="mac"', { |
| 2099 'product_extension': 'plugin', | 2099 'product_extension': 'plugin', |
| 2100 'link_settings': { | 2100 'link_settings': { |
| 2101 'libraries': [ | 2101 'libraries': [ |
| 2102 '$(SDKROOT)/System/Library/Frameworks/Carbon.framework', | 2102 '$(SDKROOT)/System/Library/Frameworks/Carbon.framework', |
| 2103 ], | 2103 ], |
| 2104 }, | 2104 }, |
| 2105 }], | 2105 }], |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2139 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 2139 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
| 2140 }, | 2140 }, |
| 2141 ], | 2141 ], |
| 2142 }], | 2142 }], |
| 2143 ], | 2143 ], |
| 2144 }, | 2144 }, |
| 2145 ], | 2145 ], |
| 2146 }], | 2146 }], |
| 2147 ], | 2147 ], |
| 2148 } | 2148 } |
| OLD | NEW |