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 473 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
484 'browser/collected_cookies_uitest.cc', | 484 'browser/collected_cookies_uitest.cc', |
485 'browser/instant/instant_browsertest.cc', | 485 'browser/instant/instant_browsertest.cc', |
486 'browser/notifications/notifications_interactive_uitest.cc', | 486 'browser/notifications/notifications_interactive_uitest.cc', |
487 'browser/ui/gtk/bookmarks/bookmark_bar_gtk_interactive_uitest.cc', | 487 'browser/ui/gtk/bookmarks/bookmark_bar_gtk_interactive_uitest.cc', |
488 'browser/ui/omnibox/omnibox_view_browsertest.cc', | 488 'browser/ui/omnibox/omnibox_view_browsertest.cc', |
489 'browser/ui/views/bookmarks/bookmark_bar_view_test.cc', | 489 'browser/ui/views/bookmarks/bookmark_bar_view_test.cc', |
490 'browser/ui/views/button_dropdown_test.cc', | 490 'browser/ui/views/button_dropdown_test.cc', |
491 'browser/ui/views/find_bar_host_interactive_uitest.cc', | 491 'browser/ui/views/find_bar_host_interactive_uitest.cc', |
492 'browser/ui/views/tabs/tab_dragging_test.cc', | 492 'browser/ui/views/tabs/tab_dragging_test.cc', |
493 'browser/ui/views/menu_item_view_test.cc', | 493 'browser/ui/views/menu_item_view_test.cc', |
| 494 'browser/ui/webui/workers_ui_browsertest.cc', |
494 'test/interactive_ui/fast_shutdown_interactive_uitest.cc', | 495 'test/interactive_ui/fast_shutdown_interactive_uitest.cc', |
495 'test/interactive_ui/infobars_uitest.cc', | 496 'test/interactive_ui/infobars_uitest.cc', |
496 'test/interactive_ui/keyboard_access_uitest.cc', | 497 'test/interactive_ui/keyboard_access_uitest.cc', |
497 'test/interactive_ui/mouseleave_interactive_uitest.cc', | 498 'test/interactive_ui/mouseleave_interactive_uitest.cc', |
498 'test/interactive_ui/npapi_interactive_test.cc', | 499 'test/interactive_ui/npapi_interactive_test.cc', |
499 'test/interactive_ui/view_event_test_base.cc', | 500 'test/interactive_ui/view_event_test_base.cc', |
500 'test/interactive_ui/view_event_test_base.h', | 501 'test/interactive_ui/view_event_test_base.h', |
501 'test/out_of_proc_test_runner.cc', | 502 'test/out_of_proc_test_runner.cc', |
502 'test/unit/chrome_test_suite.h', | 503 'test/unit/chrome_test_suite.h', |
503 '../content/browser/debugger/devtools_sanity_unittest.cc', | 504 '../content/browser/debugger/devtools_sanity_unittest.cc', |
(...skipping 3669 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4173 # Use outputs of this action as inputs for the main target build. | 4174 # Use outputs of this action as inputs for the main target build. |
4174 # Seems as a misnomer but makes this happy on Linux (scons). | 4175 # Seems as a misnomer but makes this happy on Linux (scons). |
4175 'process_outputs_as_sources': 1, | 4176 'process_outputs_as_sources': 1, |
4176 }, | 4177 }, |
4177 ], # 'actions' | 4178 ], # 'actions' |
4178 }, | 4179 }, |
4179 ] | 4180 ] |
4180 }], # 'coverage!=0' | 4181 }], # 'coverage!=0' |
4181 ], # 'conditions' | 4182 ], # 'conditions' |
4182 } | 4183 } |
OLD | NEW |