OLD | NEW |
---|---|
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'variables' : { | 5 'variables' : { |
6 'pyautolib_sources': [ | 6 'pyautolib_sources': [ |
7 'app/chrome_command_ids.h', | 7 'app/chrome_command_ids.h', |
8 'app/chrome_dll_resource.h', | 8 'app/chrome_dll_resource.h', |
9 'common/automation_constants.h', | 9 'common/automation_constants.h', |
10 'common/pref_names.cc', | 10 'common/pref_names.cc', |
(...skipping 548 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
559 'browser/debugger/devtools_sanity_unittest.cc', | 559 'browser/debugger/devtools_sanity_unittest.cc', |
560 'browser/infobars/infobars_uitest.cc', | 560 'browser/infobars/infobars_uitest.cc', |
561 'browser/instant/instant_browsertest.cc', | 561 'browser/instant/instant_browsertest.cc', |
562 'browser/keyboard_access_uitest.cc', | 562 'browser/keyboard_access_uitest.cc', |
563 'browser/mouseleave_interactive_uitest.cc', | 563 'browser/mouseleave_interactive_uitest.cc', |
564 'browser/notifications/notifications_interactive_uitest.cc', | 564 'browser/notifications/notifications_interactive_uitest.cc', |
565 'browser/npapi_interactive_test.cc', | 565 'browser/npapi_interactive_test.cc', |
566 'browser/task_manager/task_manager_browsertest_util.cc', | 566 'browser/task_manager/task_manager_browsertest_util.cc', |
567 'browser/ui/gtk/bookmarks/bookmark_bar_gtk_interactive_uitest.cc', | 567 'browser/ui/gtk/bookmarks/bookmark_bar_gtk_interactive_uitest.cc', |
568 'browser/ui/omnibox/omnibox_view_browsertest.cc', | 568 'browser/ui/omnibox/omnibox_view_browsertest.cc', |
569 'browser/ui/panels/detached_panel_browsertest.cc', | |
jennb
2012/02/16 22:31:00
should also add this at the other place where over
jianli
2012/02/16 23:05:52
Done.
| |
569 'browser/ui/panels/panel_browsertest.cc', | 570 'browser/ui/panels/panel_browsertest.cc', |
570 'browser/ui/panels/panel_overflow_browsertest.cc', | 571 'browser/ui/panels/panel_overflow_browsertest.cc', |
571 'browser/ui/views/bookmarks/bookmark_bar_view_test.cc', | 572 'browser/ui/views/bookmarks/bookmark_bar_view_test.cc', |
572 'browser/ui/views/button_dropdown_test.cc', | 573 'browser/ui/views/button_dropdown_test.cc', |
573 'browser/ui/views/constrained_window_views_browsertest.cc', | 574 'browser/ui/views/constrained_window_views_browsertest.cc', |
574 'browser/ui/views/find_bar_host_interactive_uitest.cc', | 575 'browser/ui/views/find_bar_host_interactive_uitest.cc', |
575 'browser/ui/views/menu_item_view_test.cc', | 576 'browser/ui/views/menu_item_view_test.cc', |
576 'browser/ui/views/menu_model_adapter_test.cc', | 577 'browser/ui/views/menu_model_adapter_test.cc', |
577 'browser/ui/views/ssl_client_certificate_selector_browsertest.cc', | 578 'browser/ui/views/ssl_client_certificate_selector_browsertest.cc', |
578 'browser/ui/views/tabs/tab_dragging_test.cc', | 579 'browser/ui/views/tabs/tab_dragging_test.cc', |
(...skipping 4083 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
4662 # Use outputs of this action as inputs for the main target build. | 4663 # Use outputs of this action as inputs for the main target build. |
4663 # Seems as a misnomer but makes this happy on Linux (scons). | 4664 # Seems as a misnomer but makes this happy on Linux (scons). |
4664 'process_outputs_as_sources': 1, | 4665 'process_outputs_as_sources': 1, |
4665 }, | 4666 }, |
4666 ], # 'actions' | 4667 ], # 'actions' |
4667 }, | 4668 }, |
4668 ] | 4669 ] |
4669 }], # 'coverage!=0' | 4670 }], # 'coverage!=0' |
4670 ], # 'conditions' | 4671 ], # 'conditions' |
4671 } | 4672 } |
OLD | NEW |