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 1301 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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', | 1320 'browser/prerender/prerender_interceptor_unittest.cc', |
1321 'browser/prerender/prerender_manager_unittest.cc', | 1321 'browser/prerender/prerender_manager_unittest.cc', |
| 1322 'browser/prerender/prerender_resource_handler_unittest.cc', |
1322 'browser/printing/cloud_print/cloud_print_setup_source_unittest.cc', | 1323 'browser/printing/cloud_print/cloud_print_setup_source_unittest.cc', |
1323 'browser/printing/print_dialog_cloud_unittest.cc', | 1324 'browser/printing/print_dialog_cloud_unittest.cc', |
1324 'browser/printing/print_job_unittest.cc', | 1325 'browser/printing/print_job_unittest.cc', |
1325 'browser/printing/print_preview_tab_controller_unittest.cc', | 1326 'browser/printing/print_preview_tab_controller_unittest.cc', |
1326 'browser/process_info_snapshot_mac_unittest.cc', | 1327 'browser/process_info_snapshot_mac_unittest.cc', |
1327 'browser/process_singleton_mac_unittest.cc', | 1328 'browser/process_singleton_mac_unittest.cc', |
1328 'browser/profiles/profile_manager_unittest.cc', | 1329 'browser/profiles/profile_manager_unittest.cc', |
1329 'browser/remoting/directory_add_request_unittest.cc', | 1330 'browser/remoting/directory_add_request_unittest.cc', |
1330 'browser/renderer_host/audio_renderer_host_unittest.cc', | 1331 'browser/renderer_host/audio_renderer_host_unittest.cc', |
1331 'browser/renderer_host/gtk_im_context_wrapper_unittest.cc', | 1332 'browser/renderer_host/gtk_im_context_wrapper_unittest.cc', |
(...skipping 2307 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3639 ] | 3640 ] |
3640 }], # 'coverage!=0' | 3641 }], # 'coverage!=0' |
3641 ], # 'conditions' | 3642 ], # 'conditions' |
3642 } | 3643 } |
3643 | 3644 |
3644 # Local Variables: | 3645 # Local Variables: |
3645 # tab-width:2 | 3646 # tab-width:2 |
3646 # indent-tabs-mode:nil | 3647 # indent-tabs-mode:nil |
3647 # End: | 3648 # End: |
3648 # vim: set expandtab tabstop=2 shiftwidth=2: | 3649 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |