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_dll_resource.h', | 8 'app/chrome_dll_resource.h', |
9 'common/pref_names.cc', | 9 'common/pref_names.cc', |
10 'common/pref_names.h', | 10 'common/pref_names.h', |
(...skipping 297 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
308 'browser/renderer_host/resource_dispatcher_host_uitest.cc', | 308 'browser/renderer_host/resource_dispatcher_host_uitest.cc', |
309 'browser/repost_form_warning_uitest.cc', | 309 'browser/repost_form_warning_uitest.cc', |
310 'browser/sanity_uitest.cc', | 310 'browser/sanity_uitest.cc', |
311 'browser/session_history_uitest.cc', | 311 'browser/session_history_uitest.cc', |
312 'browser/sessions/session_restore_uitest.cc', | 312 'browser/sessions/session_restore_uitest.cc', |
313 'browser/tab_contents/view_source_uitest.cc', | 313 'browser/tab_contents/view_source_uitest.cc', |
314 'browser/tab_restore_uitest.cc', | 314 'browser/tab_restore_uitest.cc', |
315 'browser/unload_uitest.cc', | 315 'browser/unload_uitest.cc', |
316 'browser/views/find_bar_host_uitest.cc', | 316 'browser/views/find_bar_host_uitest.cc', |
317 'common/logging_chrome_uitest.cc', | 317 'common/logging_chrome_uitest.cc', |
| 318 'renderer/external_extension_uitest.cc', |
318 'test/automation/automation_proxy_uitest.cc', | 319 'test/automation/automation_proxy_uitest.cc', |
319 'test/automation/extension_proxy_uitest.cc', | 320 'test/automation/extension_proxy_uitest.cc', |
320 'test/automated_ui_tests/automated_ui_test_test.cc', | 321 'test/automated_ui_tests/automated_ui_test_test.cc', |
321 'test/chrome_process_util_uitest.cc', | 322 'test/chrome_process_util_uitest.cc', |
322 'test/ui/dom_checker_uitest.cc', | 323 'test/ui/dom_checker_uitest.cc', |
323 'test/ui/dromaeo_benchmark_uitest.cc', | 324 'test/ui/dromaeo_benchmark_uitest.cc', |
324 'test/ui/fast_shutdown_uitest.cc', | 325 'test/ui/fast_shutdown_uitest.cc', |
325 'test/ui/history_uitest.cc', | 326 'test/ui/history_uitest.cc', |
326 'test/ui/layout_plugin_uitest.cc', | 327 'test/ui/layout_plugin_uitest.cc', |
327 'test/ui/npapi_uitest.cc', | 328 'test/ui/npapi_uitest.cc', |
(...skipping 2245 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2573 ] | 2574 ] |
2574 }], # 'coverage!=0' | 2575 }], # 'coverage!=0' |
2575 ], # 'conditions' | 2576 ], # 'conditions' |
2576 } | 2577 } |
2577 | 2578 |
2578 # Local Variables: | 2579 # Local Variables: |
2579 # tab-width:2 | 2580 # tab-width:2 |
2580 # indent-tabs-mode:nil | 2581 # indent-tabs-mode:nil |
2581 # End: | 2582 # End: |
2582 # vim: set expandtab tabstop=2 shiftwidth=2: | 2583 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |