| 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 221 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 232 'browser/screen_orientation/screen_orientation_browsertest.cc', | 232 'browser/screen_orientation/screen_orientation_browsertest.cc', |
| 233 'browser/security_exploit_browsertest.cc', | 233 'browser/security_exploit_browsertest.cc', |
| 234 'browser/service_worker/service_worker_browsertest.cc', | 234 'browser/service_worker/service_worker_browsertest.cc', |
| 235 'browser/session_history_browsertest.cc', | 235 'browser/session_history_browsertest.cc', |
| 236 'browser/shared_worker/worker_browsertest.cc', | 236 'browser/shared_worker/worker_browsertest.cc', |
| 237 'browser/site_per_process_browsertest.cc', | 237 'browser/site_per_process_browsertest.cc', |
| 238 'browser/site_per_process_browsertest.h', | 238 'browser/site_per_process_browsertest.h', |
| 239 'browser/tracing/tracing_controller_browsertest.cc', | 239 'browser/tracing/tracing_controller_browsertest.cc', |
| 240 'browser/transition_browsertest.cc', | 240 'browser/transition_browsertest.cc', |
| 241 'browser/web_contents/opened_by_dom_browsertest.cc', | 241 'browser/web_contents/opened_by_dom_browsertest.cc', |
| 242 'browser/web_contents/touch_editable_impl_aura_browsertest.cc', | |
| 243 'browser/web_contents/web_contents_impl_browsertest.cc', | 242 'browser/web_contents/web_contents_impl_browsertest.cc', |
| 244 'browser/web_contents/web_contents_view_aura_browsertest.cc', | 243 'browser/web_contents/web_contents_view_aura_browsertest.cc', |
| 245 'browser/webkit_browsertest.cc', | 244 'browser/webkit_browsertest.cc', |
| 246 'browser/webui/web_ui_mojo_browsertest.cc', | 245 'browser/webui/web_ui_mojo_browsertest.cc', |
| 247 'child/site_isolation_policy_browsertest.cc', | 246 'child/site_isolation_policy_browsertest.cc', |
| 248 'child/child_discardable_shared_memory_manager_browsertest.cc', | 247 'child/child_discardable_shared_memory_manager_browsertest.cc', |
| 249 'renderer/accessibility/renderer_accessibility_browsertest.cc', | 248 'renderer/accessibility/renderer_accessibility_browsertest.cc', |
| 250 'renderer/devtools/v8_sampling_profiler_browsertest.cc', | 249 'renderer/devtools/v8_sampling_profiler_browsertest.cc', |
| 251 'renderer/gin_browsertest.cc', | 250 'renderer/gin_browsertest.cc', |
| 252 'renderer/mouse_lock_dispatcher_browsertest.cc', | 251 'renderer/mouse_lock_dispatcher_browsertest.cc', |
| (...skipping 1108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1361 '<(SHARED_INTERMEDIATE_DIR)', # Needed by encrypted_media_browserte
st.cc | 1360 '<(SHARED_INTERMEDIATE_DIR)', # Needed by encrypted_media_browserte
st.cc |
| 1362 ], | 1361 ], |
| 1363 'includes': [ | 1362 'includes': [ |
| 1364 'browser/gpu/test_support_gpu.gypi', | 1363 'browser/gpu/test_support_gpu.gypi', |
| 1365 ], | 1364 ], |
| 1366 'defines': [ | 1365 'defines': [ |
| 1367 'HAS_OUT_OF_PROC_TEST_RUNNER', | 1366 'HAS_OUT_OF_PROC_TEST_RUNNER', |
| 1368 ], | 1367 ], |
| 1369 'sources': [ '<@(content_browsertests_sources)' ], | 1368 'sources': [ '<@(content_browsertests_sources)' ], |
| 1370 'conditions': [ | 1369 'conditions': [ |
| 1371 ['chromeos==0', { | |
| 1372 'sources!': [ | |
| 1373 'browser/web_contents/touch_editable_impl_aura_browsertest.cc', | |
| 1374 ], | |
| 1375 }], | |
| 1376 ['OS=="win"', { | 1370 ['OS=="win"', { |
| 1377 'resource_include_dirs': [ | 1371 'resource_include_dirs': [ |
| 1378 '<(SHARED_INTERMEDIATE_DIR)/webkit', | 1372 '<(SHARED_INTERMEDIATE_DIR)/webkit', |
| 1379 ], | 1373 ], |
| 1380 'sources': [ | 1374 'sources': [ |
| 1381 '<@(content_browsertests_win_sources)', | 1375 '<@(content_browsertests_win_sources)', |
| 1382 # TODO: It would be nice to have these pulled in | 1376 # TODO: It would be nice to have these pulled in |
| 1383 # automatically from direct_dependent_settings in | 1377 # automatically from direct_dependent_settings in |
| 1384 # their various targets (net.gyp:net_resources, etc.), | 1378 # their various targets (net.gyp:net_resources, etc.), |
| 1385 # but that causes errors in other targets when | 1379 # but that causes errors in other targets when |
| (...skipping 757 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2143 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 2137 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
| 2144 }, | 2138 }, |
| 2145 ], | 2139 ], |
| 2146 }], | 2140 }], |
| 2147 ], | 2141 ], |
| 2148 }, | 2142 }, |
| 2149 ], | 2143 ], |
| 2150 }], | 2144 }], |
| 2151 ], | 2145 ], |
| 2152 } | 2146 } |
| OLD | NEW |