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 1299 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1310 'browser/prefs/command_line_pref_store_unittest.cc', | 1310 'browser/prefs/command_line_pref_store_unittest.cc', |
1311 'browser/prefs/pref_change_registrar_unittest.cc', | 1311 'browser/prefs/pref_change_registrar_unittest.cc', |
1312 'browser/prefs/pref_member_unittest.cc', | 1312 'browser/prefs/pref_member_unittest.cc', |
1313 'browser/prefs/pref_notifier_impl_unittest.cc', | 1313 'browser/prefs/pref_notifier_impl_unittest.cc', |
1314 'browser/prefs/pref_service_unittest.cc', | 1314 'browser/prefs/pref_service_unittest.cc', |
1315 'browser/prefs/pref_set_observer_unittest.cc', | 1315 'browser/prefs/pref_set_observer_unittest.cc', |
1316 'browser/prefs/pref_value_map_unittest.cc', | 1316 'browser/prefs/pref_value_map_unittest.cc', |
1317 'browser/prefs/pref_value_store_unittest.cc', | 1317 'browser/prefs/pref_value_store_unittest.cc', |
1318 'browser/prefs/proxy_prefs_unittest.cc', | 1318 'browser/prefs/proxy_prefs_unittest.cc', |
1319 'browser/prefs/session_startup_pref_unittest.cc', | 1319 'browser/prefs/session_startup_pref_unittest.cc', |
1320 'browser/prerender/prerender_interceptor_unittest.cc', | |
1321 'browser/prerender/prerender_manager_unittest.cc', | 1320 'browser/prerender/prerender_manager_unittest.cc', |
1322 'browser/prerender/prerender_resource_handler_unittest.cc', | 1321 'browser/prerender/prerender_resource_handler_unittest.cc', |
1323 'browser/printing/cloud_print/cloud_print_setup_source_unittest.cc', | 1322 'browser/printing/cloud_print/cloud_print_setup_source_unittest.cc', |
1324 'browser/printing/print_dialog_cloud_unittest.cc', | 1323 'browser/printing/print_dialog_cloud_unittest.cc', |
1325 'browser/printing/print_job_unittest.cc', | 1324 'browser/printing/print_job_unittest.cc', |
1326 'browser/printing/print_preview_tab_controller_unittest.cc', | 1325 'browser/printing/print_preview_tab_controller_unittest.cc', |
1327 'browser/process_info_snapshot_mac_unittest.cc', | 1326 'browser/process_info_snapshot_mac_unittest.cc', |
1328 'browser/process_singleton_mac_unittest.cc', | 1327 'browser/process_singleton_mac_unittest.cc', |
1329 'browser/profiles/profile_manager_unittest.cc', | 1328 'browser/profiles/profile_manager_unittest.cc', |
1330 'browser/remoting/directory_add_request_unittest.cc', | 1329 'browser/remoting/directory_add_request_unittest.cc', |
(...skipping 2306 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3637 ] | 3636 ] |
3638 }], # 'coverage!=0' | 3637 }], # 'coverage!=0' |
3639 ], # 'conditions' | 3638 ], # 'conditions' |
3640 } | 3639 } |
3641 | 3640 |
3642 # Local Variables: | 3641 # Local Variables: |
3643 # tab-width:2 | 3642 # tab-width:2 |
3644 # indent-tabs-mode:nil | 3643 # indent-tabs-mode:nil |
3645 # End: | 3644 # End: |
3646 # vim: set expandtab tabstop=2 shiftwidth=2: | 3645 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |