| 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 2496 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2507 '../base/files/file_path_watcher_browsertest.cc', | 2507 '../base/files/file_path_watcher_browsertest.cc', |
| 2508 '../content/browser/child_process_security_policy_browsertest.cc', | 2508 '../content/browser/child_process_security_policy_browsertest.cc', |
| 2509 '../content/browser/device_orientation/device_orientation_browsertest.cc
', | 2509 '../content/browser/device_orientation/device_orientation_browsertest.cc
', |
| 2510 '../content/browser/in_process_webkit/dom_storage_browsertest.cc', | 2510 '../content/browser/in_process_webkit/dom_storage_browsertest.cc', |
| 2511 '../content/browser/in_process_webkit/indexed_db_browsertest.cc', | 2511 '../content/browser/in_process_webkit/indexed_db_browsertest.cc', |
| 2512 '../content/browser/plugin_service_browsertest.cc', | 2512 '../content/browser/plugin_service_browsertest.cc', |
| 2513 '../content/browser/renderer_host/render_process_host_browsertest.cc', | 2513 '../content/browser/renderer_host/render_process_host_browsertest.cc', |
| 2514 '../content/browser/renderer_host/render_process_host_browsertest.h', | 2514 '../content/browser/renderer_host/render_process_host_browsertest.h', |
| 2515 '../content/browser/renderer_host/render_view_host_browsertest.cc', | 2515 '../content/browser/renderer_host/render_view_host_browsertest.cc', |
| 2516 '../content/browser/renderer_host/render_view_host_manager_browsertest.c
c', | 2516 '../content/browser/renderer_host/render_view_host_manager_browsertest.c
c', |
| 2517 '../content/browser/renderer_host/resource_dispatcher_host_browsertest.c
c', |
| 2517 '../content/browser/speech/speech_input_browsertest.cc', | 2518 '../content/browser/speech/speech_input_browsertest.cc', |
| 2518 '../content/renderer/render_view_browsertest.cc', | 2519 '../content/renderer/render_view_browsertest.cc', |
| 2519 '../content/renderer/render_view_browsertest_mac.mm', | 2520 '../content/renderer/render_view_browsertest_mac.mm', |
| 2520 '../content/renderer/render_widget_browsertest.cc', | 2521 '../content/renderer/render_widget_browsertest.cc', |
| 2521 '../content/renderer/render_widget_browsertest.h', | 2522 '../content/renderer/render_widget_browsertest.h', |
| 2522 '../content/renderer/v8_value_converter_browsertest.cc', | 2523 '../content/renderer/v8_value_converter_browsertest.cc', |
| 2523 ], | 2524 ], |
| 2524 'conditions': [ | 2525 'conditions': [ |
| 2525 ['chromeos==0', { | 2526 ['chromeos==0', { |
| 2526 'sources/': [ | 2527 'sources/': [ |
| (...skipping 1565 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4092 ] | 4093 ] |
| 4093 }], # 'coverage!=0' | 4094 }], # 'coverage!=0' |
| 4094 ], # 'conditions' | 4095 ], # 'conditions' |
| 4095 } | 4096 } |
| 4096 | 4097 |
| 4097 # Local Variables: | 4098 # Local Variables: |
| 4098 # tab-width:2 | 4099 # tab-width:2 |
| 4099 # indent-tabs-mode:nil | 4100 # indent-tabs-mode:nil |
| 4100 # End: | 4101 # End: |
| 4101 # vim: set expandtab tabstop=2 shiftwidth=2: | 4102 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |