| 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 226 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 237 'browser/screen_orientation/screen_orientation_browsertest.cc', | 237 'browser/screen_orientation/screen_orientation_browsertest.cc', |
| 238 'browser/security_exploit_browsertest.cc', | 238 'browser/security_exploit_browsertest.cc', |
| 239 'browser/service_worker/service_worker_browsertest.cc', | 239 'browser/service_worker/service_worker_browsertest.cc', |
| 240 'browser/session_history_browsertest.cc', | 240 'browser/session_history_browsertest.cc', |
| 241 'browser/shared_worker/worker_browsertest.cc', | 241 'browser/shared_worker/worker_browsertest.cc', |
| 242 'browser/site_per_process_browsertest.cc', | 242 'browser/site_per_process_browsertest.cc', |
| 243 'browser/site_per_process_browsertest.h', | 243 'browser/site_per_process_browsertest.h', |
| 244 'browser/tracing/background_tracing_manager_browsertest.cc', | 244 'browser/tracing/background_tracing_manager_browsertest.cc', |
| 245 'browser/tracing/tracing_controller_browsertest.cc', | 245 'browser/tracing/tracing_controller_browsertest.cc', |
| 246 'browser/web_contents/opened_by_dom_browsertest.cc', | 246 'browser/web_contents/opened_by_dom_browsertest.cc', |
| 247 'browser/web_contents/touch_editable_impl_aura_browsertest.cc', | |
| 248 'browser/web_contents/web_contents_impl_browsertest.cc', | 247 'browser/web_contents/web_contents_impl_browsertest.cc', |
| 249 'browser/web_contents/web_contents_view_aura_browsertest.cc', | 248 'browser/web_contents/web_contents_view_aura_browsertest.cc', |
| 250 'browser/webkit_browsertest.cc', | 249 'browser/webkit_browsertest.cc', |
| 251 'browser/webui/web_ui_mojo_browsertest.cc', | 250 'browser/webui/web_ui_mojo_browsertest.cc', |
| 252 'child/child_thread_impl_browsertest.cc', | 251 'child/child_thread_impl_browsertest.cc', |
| 253 'child/site_isolation_policy_browsertest.cc', | 252 'child/site_isolation_policy_browsertest.cc', |
| 254 'renderer/accessibility/renderer_accessibility_browsertest.cc', | 253 'renderer/accessibility/renderer_accessibility_browsertest.cc', |
| 255 'renderer/devtools/v8_sampling_profiler_browsertest.cc', | 254 'renderer/devtools/v8_sampling_profiler_browsertest.cc', |
| 256 'renderer/gin_browsertest.cc', | 255 'renderer/gin_browsertest.cc', |
| 257 'renderer/mouse_lock_dispatcher_browsertest.cc', | 256 'renderer/mouse_lock_dispatcher_browsertest.cc', |
| (...skipping 1147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1405 '<(SHARED_INTERMEDIATE_DIR)', # Needed by encrypted_media_browserte
st.cc | 1404 '<(SHARED_INTERMEDIATE_DIR)', # Needed by encrypted_media_browserte
st.cc |
| 1406 ], | 1405 ], |
| 1407 'includes': [ | 1406 'includes': [ |
| 1408 'browser/gpu/test_support_gpu.gypi', | 1407 'browser/gpu/test_support_gpu.gypi', |
| 1409 ], | 1408 ], |
| 1410 'defines': [ | 1409 'defines': [ |
| 1411 'HAS_OUT_OF_PROC_TEST_RUNNER', | 1410 'HAS_OUT_OF_PROC_TEST_RUNNER', |
| 1412 ], | 1411 ], |
| 1413 'sources': [ '<@(content_browsertests_sources)' ], | 1412 'sources': [ '<@(content_browsertests_sources)' ], |
| 1414 'conditions': [ | 1413 'conditions': [ |
| 1415 ['chromeos==0', { | |
| 1416 'sources!': [ | |
| 1417 'browser/web_contents/touch_editable_impl_aura_browsertest.cc', | |
| 1418 ], | |
| 1419 }], | |
| 1420 ['OS=="win"', { | 1414 ['OS=="win"', { |
| 1421 'resource_include_dirs': [ | 1415 'resource_include_dirs': [ |
| 1422 '<(SHARED_INTERMEDIATE_DIR)/webkit', | 1416 '<(SHARED_INTERMEDIATE_DIR)/webkit', |
| 1423 ], | 1417 ], |
| 1424 'sources': [ | 1418 'sources': [ |
| 1425 '<@(content_browsertests_win_sources)', | 1419 '<@(content_browsertests_win_sources)', |
| 1426 # TODO: It would be nice to have these pulled in | 1420 # TODO: It would be nice to have these pulled in |
| 1427 # automatically from direct_dependent_settings in | 1421 # automatically from direct_dependent_settings in |
| 1428 # their various targets (net.gyp:net_resources, etc.), | 1422 # their various targets (net.gyp:net_resources, etc.), |
| 1429 # but that causes errors in other targets when | 1423 # but that causes errors in other targets when |
| (...skipping 756 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2186 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 2180 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
| 2187 }, | 2181 }, |
| 2188 ], | 2182 ], |
| 2189 }], | 2183 }], |
| 2190 ], | 2184 ], |
| 2191 }, | 2185 }, |
| 2192 ], | 2186 ], |
| 2193 }], | 2187 }], |
| 2194 ], | 2188 ], |
| 2195 } | 2189 } |
| OLD | NEW |