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 296 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
307 'browser/browser_keyevents_browsertest.cc', | 307 'browser/browser_keyevents_browsertest.cc', |
308 'browser/collected_cookies_uitest.cc', | 308 'browser/collected_cookies_uitest.cc', |
309 'browser/debugger/devtools_sanity_unittest.cc', | 309 'browser/debugger/devtools_sanity_unittest.cc', |
310 'browser/gtk/bookmark_bar_gtk_interactive_uitest.cc', | 310 'browser/gtk/bookmark_bar_gtk_interactive_uitest.cc', |
311 'browser/instant/instant_browsertest.cc', | 311 'browser/instant/instant_browsertest.cc', |
312 'browser/notifications/notifications_interactive_uitest.cc', | 312 'browser/notifications/notifications_interactive_uitest.cc', |
313 'browser/ui/views/bookmark_bar_view_test.cc', | 313 'browser/ui/views/bookmark_bar_view_test.cc', |
314 'browser/ui/views/browser_keyboard_accessibility_test_win.cc', | 314 'browser/ui/views/browser_keyboard_accessibility_test_win.cc', |
315 'browser/ui/views/find_bar_host_interactive_uitest.cc', | 315 'browser/ui/views/find_bar_host_interactive_uitest.cc', |
316 'browser/ui/views/tabs/tab_dragging_test.cc', | 316 'browser/ui/views/tabs/tab_dragging_test.cc', |
317 'common/net/test_url_fetcher_factory.cc', | |
dhollowa
2010/12/08 17:33:41
These files should be added to the review, no?
honten.org
2010/12/08 17:58:20
Sorry, I cannot understand what you are saying.
D
dhollowa
2010/12/08 18:21:33
Got it, ok. No problem then.
On 2010/12/08 17:58
| |
318 'common/net/test_url_fetcher_factory.h', | |
317 'test/in_process_browser_test.cc', | 319 'test/in_process_browser_test.cc', |
318 'test/in_process_browser_test.h', | 320 'test/in_process_browser_test.h', |
319 'test/interactive_ui/fast_shutdown_interactive_uitest.cc', | 321 'test/interactive_ui/fast_shutdown_interactive_uitest.cc', |
320 'test/interactive_ui/infobars_uitest.cc', | 322 'test/interactive_ui/infobars_uitest.cc', |
321 'test/interactive_ui/keyboard_access_uitest.cc', | 323 'test/interactive_ui/keyboard_access_uitest.cc', |
322 'test/interactive_ui/mouseleave_interactive_uitest.cc', | 324 'test/interactive_ui/mouseleave_interactive_uitest.cc', |
323 'test/interactive_ui/npapi_interactive_test.cc', | 325 'test/interactive_ui/npapi_interactive_test.cc', |
324 'test/interactive_ui/view_event_test_base.cc', | 326 'test/interactive_ui/view_event_test_base.cc', |
325 'test/interactive_ui/view_event_test_base.h', | 327 'test/interactive_ui/view_event_test_base.h', |
326 'test/out_of_proc_test_runner.cc', | 328 'test/out_of_proc_test_runner.cc', |
(...skipping 3204 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
3531 ] | 3533 ] |
3532 }], # 'coverage!=0' | 3534 }], # 'coverage!=0' |
3533 ], # 'conditions' | 3535 ], # 'conditions' |
3534 } | 3536 } |
3535 | 3537 |
3536 # Local Variables: | 3538 # Local Variables: |
3537 # tab-width:2 | 3539 # tab-width:2 |
3538 # indent-tabs-mode:nil | 3540 # indent-tabs-mode:nil |
3539 # End: | 3541 # End: |
3540 # vim: set expandtab tabstop=2 shiftwidth=2: | 3542 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |