OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 'pyautolib_sources': [ | 7 'pyautolib_sources': [ |
8 'app/chrome_command_ids.h', | 8 'app/chrome_command_ids.h', |
9 'app/chrome_dll_resource.h', | 9 'app/chrome_dll_resource.h', |
10 'common/automation_constants.h', | 10 'common/automation_constants.h', |
(...skipping 1485 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1496 'browser/prefs/pref_notifier_impl_unittest.cc', | 1496 'browser/prefs/pref_notifier_impl_unittest.cc', |
1497 'browser/prefs/pref_service_unittest.cc', | 1497 'browser/prefs/pref_service_unittest.cc', |
1498 'browser/prefs/pref_set_observer_unittest.cc', | 1498 'browser/prefs/pref_set_observer_unittest.cc', |
1499 'browser/prefs/pref_value_map_unittest.cc', | 1499 'browser/prefs/pref_value_map_unittest.cc', |
1500 'browser/prefs/pref_value_store_unittest.cc', | 1500 'browser/prefs/pref_value_store_unittest.cc', |
1501 'browser/prefs/proxy_config_dictionary_unittest.cc', | 1501 'browser/prefs/proxy_config_dictionary_unittest.cc', |
1502 'browser/prefs/proxy_prefs_unittest.cc', | 1502 'browser/prefs/proxy_prefs_unittest.cc', |
1503 'browser/prefs/scoped_user_pref_update_unittest.cc', | 1503 'browser/prefs/scoped_user_pref_update_unittest.cc', |
1504 'browser/prefs/session_startup_pref_unittest.cc', | 1504 'browser/prefs/session_startup_pref_unittest.cc', |
1505 'browser/prerender/prerender_manager_unittest.cc', | 1505 'browser/prerender/prerender_manager_unittest.cc', |
| 1506 'browser/prerender/prerender_tracker_unittest.cc', |
1506 'browser/printing/cloud_print/cloud_print_setup_source_unittest.cc', | 1507 'browser/printing/cloud_print/cloud_print_setup_source_unittest.cc', |
1507 'browser/printing/print_dialog_cloud_unittest.cc', | 1508 'browser/printing/print_dialog_cloud_unittest.cc', |
1508 'browser/printing/print_job_unittest.cc', | 1509 'browser/printing/print_job_unittest.cc', |
1509 'browser/printing/print_preview_tab_controller_unittest.cc', | 1510 'browser/printing/print_preview_tab_controller_unittest.cc', |
1510 'browser/process_info_snapshot_mac_unittest.cc', | 1511 'browser/process_info_snapshot_mac_unittest.cc', |
1511 'browser/process_singleton_mac_unittest.cc', | 1512 'browser/process_singleton_mac_unittest.cc', |
1512 'browser/profiles/profile_dependency_manager_unittest.cc', | 1513 'browser/profiles/profile_dependency_manager_unittest.cc', |
1513 'browser/profiles/profile_manager_unittest.cc', | 1514 'browser/profiles/profile_manager_unittest.cc', |
1514 'browser/renderer_host/accelerated_plugin_view_mac_unittest.mm', | 1515 'browser/renderer_host/accelerated_plugin_view_mac_unittest.mm', |
1515 'browser/renderer_host/gtk_key_bindings_handler_unittest.cc', | 1516 'browser/renderer_host/gtk_key_bindings_handler_unittest.cc', |
(...skipping 2475 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3991 ] | 3992 ] |
3992 }], # 'coverage!=0' | 3993 }], # 'coverage!=0' |
3993 ], # 'conditions' | 3994 ], # 'conditions' |
3994 } | 3995 } |
3995 | 3996 |
3996 # Local Variables: | 3997 # Local Variables: |
3997 # tab-width:2 | 3998 # tab-width:2 |
3998 # indent-tabs-mode:nil | 3999 # indent-tabs-mode:nil |
3999 # End: | 4000 # End: |
4000 # vim: set expandtab tabstop=2 shiftwidth=2: | 4001 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |