OLD | NEW |
1 # Copyright 2013 The Chromium Authors. All rights reserved. | 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 | 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 'variables': { | 5 'variables': { |
6 'build_angle_deqp_tests%': 0, | 6 'build_angle_deqp_tests%': 0, |
7 'chrome_browser_extensions_test_support_sources': [ | 7 'chrome_browser_extensions_test_support_sources': [ |
8 # A list of sources which is shared between different browser tests. | 8 # A list of sources which is shared between different browser tests. |
9 'browser/apps/app_browsertest_util.cc', | 9 'browser/apps/app_browsertest_util.cc', |
10 'browser/apps/app_browsertest_util.h', | 10 'browser/apps/app_browsertest_util.h', |
(...skipping 1324 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1335 'test/chromedriver/chrome/mobile_emulation_override_manager.cc', | 1335 'test/chromedriver/chrome/mobile_emulation_override_manager.cc', |
1336 'test/chromedriver/chrome/mobile_emulation_override_manager.h', | 1336 'test/chromedriver/chrome/mobile_emulation_override_manager.h', |
1337 'test/chromedriver/chrome/navigation_tracker.cc', | 1337 'test/chromedriver/chrome/navigation_tracker.cc', |
1338 'test/chromedriver/chrome/navigation_tracker.h', | 1338 'test/chromedriver/chrome/navigation_tracker.h', |
1339 'test/chromedriver/chrome/network_conditions.cc', | 1339 'test/chromedriver/chrome/network_conditions.cc', |
1340 'test/chromedriver/chrome/network_conditions.h', | 1340 'test/chromedriver/chrome/network_conditions.h', |
1341 'test/chromedriver/chrome/network_conditions_override_manager.cc', | 1341 'test/chromedriver/chrome/network_conditions_override_manager.cc', |
1342 'test/chromedriver/chrome/network_conditions_override_manager.h', | 1342 'test/chromedriver/chrome/network_conditions_override_manager.h', |
1343 'test/chromedriver/chrome/network_list.cc', | 1343 'test/chromedriver/chrome/network_list.cc', |
1344 'test/chromedriver/chrome/network_list.h', | 1344 'test/chromedriver/chrome/network_list.h', |
| 1345 'test/chromedriver/chrome/non_blocking_navigation_tracker.cc', |
| 1346 'test/chromedriver/chrome/non_blocking_navigation_tracker.h', |
| 1347 'test/chromedriver/chrome/page_load_strategy.cc', |
| 1348 'test/chromedriver/chrome/page_load_strategy.h', |
1345 'test/chromedriver/chrome/status.cc', | 1349 'test/chromedriver/chrome/status.cc', |
1346 'test/chromedriver/chrome/status.h', | 1350 'test/chromedriver/chrome/status.h', |
1347 'test/chromedriver/chrome/ui_events.cc', | 1351 'test/chromedriver/chrome/ui_events.cc', |
1348 'test/chromedriver/chrome/ui_events.h', | 1352 'test/chromedriver/chrome/ui_events.h', |
1349 'test/chromedriver/chrome/util.cc', | 1353 'test/chromedriver/chrome/util.cc', |
1350 'test/chromedriver/chrome/util.h', | 1354 'test/chromedriver/chrome/util.h', |
1351 'test/chromedriver/chrome/version.cc', | 1355 'test/chromedriver/chrome/version.cc', |
1352 'test/chromedriver/chrome/version.h', | 1356 'test/chromedriver/chrome/version.h', |
1353 'test/chromedriver/chrome/web_view.h', | 1357 'test/chromedriver/chrome/web_view.h', |
1354 'test/chromedriver/chrome/web_view_impl.cc', | 1358 'test/chromedriver/chrome/web_view_impl.cc', |
(...skipping 2254 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3609 'browser', | 3613 'browser', |
3610 ], | 3614 ], |
3611 'sources': [ | 3615 'sources': [ |
3612 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', | 3616 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', |
3613 'tools/service_discovery_sniffer/service_discovery_sniffer.h', | 3617 'tools/service_discovery_sniffer/service_discovery_sniffer.h', |
3614 ], | 3618 ], |
3615 }] | 3619 }] |
3616 }], | 3620 }], |
3617 ], # 'conditions' | 3621 ], # 'conditions' |
3618 } | 3622 } |
OLD | NEW |