| 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 1419 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1430 'browser/prefs/session_startup_pref_unittest.cc', | 1430 'browser/prefs/session_startup_pref_unittest.cc', |
| 1431 'browser/prerender/prerender_manager_unittest.cc', | 1431 'browser/prerender/prerender_manager_unittest.cc', |
| 1432 'browser/prerender/prerender_resource_handler_unittest.cc', | 1432 'browser/prerender/prerender_resource_handler_unittest.cc', |
| 1433 'browser/printing/cloud_print/cloud_print_setup_source_unittest.cc', | 1433 'browser/printing/cloud_print/cloud_print_setup_source_unittest.cc', |
| 1434 'browser/printing/print_dialog_cloud_unittest.cc', | 1434 'browser/printing/print_dialog_cloud_unittest.cc', |
| 1435 'browser/printing/print_job_unittest.cc', | 1435 'browser/printing/print_job_unittest.cc', |
| 1436 'browser/printing/print_preview_tab_controller_unittest.cc', | 1436 'browser/printing/print_preview_tab_controller_unittest.cc', |
| 1437 'browser/process_info_snapshot_mac_unittest.cc', | 1437 'browser/process_info_snapshot_mac_unittest.cc', |
| 1438 'browser/process_singleton_mac_unittest.cc', | 1438 'browser/process_singleton_mac_unittest.cc', |
| 1439 'browser/profiles/profile_manager_unittest.cc', | 1439 'browser/profiles/profile_manager_unittest.cc', |
| 1440 'browser/profiles/profile_dependency_manager_unittest.cc', |
| 1440 'browser/remoting/directory_add_request_unittest.cc', | 1441 'browser/remoting/directory_add_request_unittest.cc', |
| 1441 'browser/renderer_host/gtk_key_bindings_handler_unittest.cc', | 1442 'browser/renderer_host/gtk_key_bindings_handler_unittest.cc', |
| 1442 'browser/renderer_host/render_widget_host_view_mac_unittest.mm', | 1443 'browser/renderer_host/render_widget_host_view_mac_unittest.mm', |
| 1443 'browser/renderer_host/web_cache_manager_unittest.cc', | 1444 'browser/renderer_host/web_cache_manager_unittest.cc', |
| 1444 'browser/resources_util_unittest.cc', | 1445 'browser/resources_util_unittest.cc', |
| 1445 'browser/rlz/rlz_unittest.cc', | 1446 'browser/rlz/rlz_unittest.cc', |
| 1446 'browser/safe_browsing/bloom_filter_unittest.cc', | 1447 'browser/safe_browsing/bloom_filter_unittest.cc', |
| 1447 'browser/safe_browsing/chunk_range_unittest.cc', | 1448 'browser/safe_browsing/chunk_range_unittest.cc', |
| 1448 'browser/safe_browsing/client_side_detection_host_unittest.cc', | 1449 'browser/safe_browsing/client_side_detection_host_unittest.cc', |
| 1449 'browser/safe_browsing/client_side_detection_service_unittest.cc', | 1450 'browser/safe_browsing/client_side_detection_service_unittest.cc', |
| (...skipping 2334 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3784 ] | 3785 ] |
| 3785 }], # 'coverage!=0' | 3786 }], # 'coverage!=0' |
| 3786 ], # 'conditions' | 3787 ], # 'conditions' |
| 3787 } | 3788 } |
| 3788 | 3789 |
| 3789 # Local Variables: | 3790 # Local Variables: |
| 3790 # tab-width:2 | 3791 # tab-width:2 |
| 3791 # indent-tabs-mode:nil | 3792 # indent-tabs-mode:nil |
| 3792 # End: | 3793 # End: |
| 3793 # vim: set expandtab tabstop=2 shiftwidth=2: | 3794 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |