| OLD | NEW |
| 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 1270 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1281 'browser/prefs/command_line_pref_store_unittest.cc', | 1281 'browser/prefs/command_line_pref_store_unittest.cc', |
| 1282 'browser/prefs/pref_change_registrar_unittest.cc', | 1282 'browser/prefs/pref_change_registrar_unittest.cc', |
| 1283 'browser/prefs/pref_member_unittest.cc', | 1283 'browser/prefs/pref_member_unittest.cc', |
| 1284 'browser/prefs/pref_notifier_impl_unittest.cc', | 1284 'browser/prefs/pref_notifier_impl_unittest.cc', |
| 1285 'browser/prefs/pref_service_unittest.cc', | 1285 'browser/prefs/pref_service_unittest.cc', |
| 1286 'browser/prefs/pref_set_observer_unittest.cc', | 1286 'browser/prefs/pref_set_observer_unittest.cc', |
| 1287 'browser/prefs/pref_value_store_unittest.cc', | 1287 'browser/prefs/pref_value_store_unittest.cc', |
| 1288 'browser/prefs/session_startup_pref_unittest.cc', | 1288 'browser/prefs/session_startup_pref_unittest.cc', |
| 1289 'browser/prerender/prerender_interceptor_unittest.cc', | 1289 'browser/prerender/prerender_interceptor_unittest.cc', |
| 1290 'browser/prerender/prerender_manager_unittest.cc', | 1290 'browser/prerender/prerender_manager_unittest.cc', |
| 1291 'browser/prerender/prerender_resource_handler_unittest.cc', |
| 1291 'browser/printing/cloud_print/cloud_print_setup_source_unittest.cc', | 1292 'browser/printing/cloud_print/cloud_print_setup_source_unittest.cc', |
| 1292 'browser/printing/print_dialog_cloud_unittest.cc', | 1293 'browser/printing/print_dialog_cloud_unittest.cc', |
| 1293 'browser/printing/print_job_unittest.cc', | 1294 'browser/printing/print_job_unittest.cc', |
| 1294 'browser/printing/print_preview_tab_controller_unittest.cc', | 1295 'browser/printing/print_preview_tab_controller_unittest.cc', |
| 1295 'browser/process_info_snapshot_mac_unittest.cc', | 1296 'browser/process_info_snapshot_mac_unittest.cc', |
| 1296 'browser/process_singleton_mac_unittest.cc', | 1297 'browser/process_singleton_mac_unittest.cc', |
| 1297 'browser/profiles/profile_manager_unittest.cc', | 1298 'browser/profiles/profile_manager_unittest.cc', |
| 1298 'browser/renderer_host/audio_renderer_host_unittest.cc', | 1299 'browser/renderer_host/audio_renderer_host_unittest.cc', |
| 1299 'browser/renderer_host/gtk_im_context_wrapper_unittest.cc', | 1300 'browser/renderer_host/gtk_im_context_wrapper_unittest.cc', |
| 1300 'browser/renderer_host/gtk_key_bindings_handler_unittest.cc', | 1301 'browser/renderer_host/gtk_key_bindings_handler_unittest.cc', |
| (...skipping 2263 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3564 ] | 3565 ] |
| 3565 }], # 'coverage!=0' | 3566 }], # 'coverage!=0' |
| 3566 ], # 'conditions' | 3567 ], # 'conditions' |
| 3567 } | 3568 } |
| 3568 | 3569 |
| 3569 # Local Variables: | 3570 # Local Variables: |
| 3570 # tab-width:2 | 3571 # tab-width:2 |
| 3571 # indent-tabs-mode:nil | 3572 # indent-tabs-mode:nil |
| 3572 # End: | 3573 # End: |
| 3573 # vim: set expandtab tabstop=2 shiftwidth=2: | 3574 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |