| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'pyautolib_sources': [ | 6 'pyautolib_sources': [ |
| 7 'app/chrome_command_ids.h', | 7 'app/chrome_command_ids.h', |
| 8 'app/chrome_dll_resource.h', | 8 'app/chrome_dll_resource.h', |
| 9 'common/automation_constants.h', | 9 'common/automation_constants.h', |
| 10 'common/pref_names.cc', | 10 'common/pref_names.cc', |
| (...skipping 1505 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1516 'browser/profiles/profile_manager_unittest.cc', | 1516 'browser/profiles/profile_manager_unittest.cc', |
| 1517 'browser/profiles/profile_shortcut_manager_unittest_win.cc', | 1517 'browser/profiles/profile_shortcut_manager_unittest_win.cc', |
| 1518 'browser/protector/composite_settings_change_unittest.cc', | 1518 'browser/protector/composite_settings_change_unittest.cc', |
| 1519 'browser/protector/homepage_change_unittest.cc', | 1519 'browser/protector/homepage_change_unittest.cc', |
| 1520 'browser/protector/prefs_backup_invalid_change_unittest.cc', | 1520 'browser/protector/prefs_backup_invalid_change_unittest.cc', |
| 1521 'browser/protector/protected_prefs_watcher_unittest.cc', | 1521 'browser/protector/protected_prefs_watcher_unittest.cc', |
| 1522 'browser/protector/session_startup_change_unittest.cc', | 1522 'browser/protector/session_startup_change_unittest.cc', |
| 1523 'browser/renderer_host/intercept_navigation_resource_throttle_unittest.c
c', | 1523 'browser/renderer_host/intercept_navigation_resource_throttle_unittest.c
c', |
| 1524 'browser/renderer_host/plugin_info_message_filter_unittest.cc', | 1524 'browser/renderer_host/plugin_info_message_filter_unittest.cc', |
| 1525 'browser/renderer_host/web_cache_manager_unittest.cc', | 1525 'browser/renderer_host/web_cache_manager_unittest.cc', |
| 1526 'browser/resource_request_allowed_notifier_unittest.cc', |
| 1526 'browser/resources/print_preview/data/measurement_system.js', | 1527 'browser/resources/print_preview/data/measurement_system.js', |
| 1527 'browser/resources/print_preview/data/measurement_system_unittest.gtestj
s', | 1528 'browser/resources/print_preview/data/measurement_system_unittest.gtestj
s', |
| 1528 'browser/resources/print_preview/print_preview_utils.js', | 1529 'browser/resources/print_preview/print_preview_utils.js', |
| 1529 'browser/resources/print_preview/print_preview_utils_unittest.gtestjs', | 1530 'browser/resources/print_preview/print_preview_utils_unittest.gtestjs', |
| 1530 'browser/resources/shared/js/cr.js', | 1531 'browser/resources/shared/js/cr.js', |
| 1531 'browser/resources_util_unittest.cc', | 1532 'browser/resources_util_unittest.cc', |
| 1532 'browser/rlz/rlz_unittest.cc', | 1533 'browser/rlz/rlz_unittest.cc', |
| 1533 'browser/safe_browsing/bloom_filter_unittest.cc', | 1534 'browser/safe_browsing/bloom_filter_unittest.cc', |
| 1534 'browser/safe_browsing/browser_feature_extractor_unittest.cc', | 1535 'browser/safe_browsing/browser_feature_extractor_unittest.cc', |
| 1535 'browser/safe_browsing/chunk_range_unittest.cc', | 1536 'browser/safe_browsing/chunk_range_unittest.cc', |
| (...skipping 3211 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4747 '--result', '<@(_outputs)', | 4748 '--result', '<@(_outputs)', |
| 4748 '--isolate', 'browser_tests.isolate', | 4749 '--isolate', 'browser_tests.isolate', |
| 4749 ], | 4750 ], |
| 4750 }, | 4751 }, |
| 4751 ], | 4752 ], |
| 4752 }, | 4753 }, |
| 4753 ], | 4754 ], |
| 4754 }], | 4755 }], |
| 4755 ], # 'conditions' | 4756 ], # 'conditions' |
| 4756 } | 4757 } |
| OLD | NEW |