| 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 1312 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1323 'test/chromedriver/chrome/log.cc', | 1323 'test/chromedriver/chrome/log.cc', |
| 1324 'test/chromedriver/chrome/log.h', | 1324 'test/chromedriver/chrome/log.h', |
| 1325 'test/chromedriver/chrome/mobile_device.cc', | 1325 'test/chromedriver/chrome/mobile_device.cc', |
| 1326 'test/chromedriver/chrome/mobile_device.h', | 1326 'test/chromedriver/chrome/mobile_device.h', |
| 1327 'test/chromedriver/chrome/mobile_device_list.cc', | 1327 'test/chromedriver/chrome/mobile_device_list.cc', |
| 1328 'test/chromedriver/chrome/mobile_device_list.h', | 1328 'test/chromedriver/chrome/mobile_device_list.h', |
| 1329 'test/chromedriver/chrome/mobile_emulation_override_manager.cc', | 1329 'test/chromedriver/chrome/mobile_emulation_override_manager.cc', |
| 1330 'test/chromedriver/chrome/mobile_emulation_override_manager.h', | 1330 'test/chromedriver/chrome/mobile_emulation_override_manager.h', |
| 1331 'test/chromedriver/chrome/navigation_tracker.cc', | 1331 'test/chromedriver/chrome/navigation_tracker.cc', |
| 1332 'test/chromedriver/chrome/navigation_tracker.h', | 1332 'test/chromedriver/chrome/navigation_tracker.h', |
| 1333 'test/chromedriver/chrome/navigation_tracker_none.cc', |
| 1334 'test/chromedriver/chrome/navigation_tracker_none.h', |
| 1333 'test/chromedriver/chrome/network_conditions.cc', | 1335 'test/chromedriver/chrome/network_conditions.cc', |
| 1334 'test/chromedriver/chrome/network_conditions.h', | 1336 'test/chromedriver/chrome/network_conditions.h', |
| 1335 'test/chromedriver/chrome/network_conditions_override_manager.cc', | 1337 'test/chromedriver/chrome/network_conditions_override_manager.cc', |
| 1336 'test/chromedriver/chrome/network_conditions_override_manager.h', | 1338 'test/chromedriver/chrome/network_conditions_override_manager.h', |
| 1337 'test/chromedriver/chrome/network_list.cc', | 1339 'test/chromedriver/chrome/network_list.cc', |
| 1338 'test/chromedriver/chrome/network_list.h', | 1340 'test/chromedriver/chrome/network_list.h', |
| 1341 'test/chromedriver/chrome/page_loading_strategy.h', |
| 1339 'test/chromedriver/chrome/status.cc', | 1342 'test/chromedriver/chrome/status.cc', |
| 1340 'test/chromedriver/chrome/status.h', | 1343 'test/chromedriver/chrome/status.h', |
| 1341 'test/chromedriver/chrome/ui_events.cc', | 1344 'test/chromedriver/chrome/ui_events.cc', |
| 1342 'test/chromedriver/chrome/ui_events.h', | 1345 'test/chromedriver/chrome/ui_events.h', |
| 1343 'test/chromedriver/chrome/util.cc', | 1346 'test/chromedriver/chrome/util.cc', |
| 1344 'test/chromedriver/chrome/util.h', | 1347 'test/chromedriver/chrome/util.h', |
| 1345 'test/chromedriver/chrome/version.cc', | 1348 'test/chromedriver/chrome/version.cc', |
| 1346 'test/chromedriver/chrome/version.h', | 1349 'test/chromedriver/chrome/version.h', |
| 1347 'test/chromedriver/chrome/web_view.h', | 1350 'test/chromedriver/chrome/web_view.h', |
| 1348 'test/chromedriver/chrome/web_view_impl.cc', | 1351 'test/chromedriver/chrome/web_view_impl.cc', |
| (...skipping 2242 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3591 'browser', | 3594 'browser', |
| 3592 ], | 3595 ], |
| 3593 'sources': [ | 3596 'sources': [ |
| 3594 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', | 3597 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', |
| 3595 'tools/service_discovery_sniffer/service_discovery_sniffer.h', | 3598 'tools/service_discovery_sniffer/service_discovery_sniffer.h', |
| 3596 ], | 3599 ], |
| 3597 }] | 3600 }] |
| 3598 }], | 3601 }], |
| 3599 ], # 'conditions' | 3602 ], # 'conditions' |
| 3600 } | 3603 } |
| OLD | NEW |