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 697 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
708 '../webkit/webkit.gyp:pull_in_copy_TestNetscapePlugIn', | 708 '../webkit/webkit.gyp:pull_in_copy_TestNetscapePlugIn', |
709 ], | 709 ], |
710 'include_dirs': [ | 710 'include_dirs': [ |
711 '..', | 711 '..', |
712 ], | 712 ], |
713 'sources': [ | 713 'sources': [ |
714 # NOTE: DON'T ADD NEW TESTS HERE! | 714 # NOTE: DON'T ADD NEW TESTS HERE! |
715 # New tests should be browser_tests. browser_tests are sharded and are | 715 # New tests should be browser_tests. browser_tests are sharded and are |
716 # less flakier. | 716 # less flakier. |
717 'browser/process_singleton_linux_uitest.cc', | 717 'browser/process_singleton_linux_uitest.cc', |
718 'browser/sessions/session_restore_uitest.cc', | |
719 'browser/ui/tests/browser_uitest.cc', | 718 'browser/ui/tests/browser_uitest.cc', |
720 'browser/ui/webui/bookmarks_ui_uitest.cc', | 719 'browser/ui/webui/bookmarks_ui_uitest.cc', |
721 'browser/ui/webui/ntp/new_tab_ui_uitest.cc', | 720 'browser/ui/webui/ntp/new_tab_ui_uitest.cc', |
722 'browser/ui/webui/options2/chromeos/guest_mode_options_ui2_uitest.cc', | 721 'browser/ui/webui/options2/chromeos/guest_mode_options_ui2_uitest.cc', |
723 'browser/ui/webui/options2/options_ui2_uitest.cc', | 722 'browser/ui/webui/options2/options_ui2_uitest.cc', |
724 'browser/ui/webui/options2/options_ui2_uitest.h', | 723 'browser/ui/webui/options2/options_ui2_uitest.h', |
725 'browser/ui/webui/print_preview/print_preview_ui_uitest.cc', | 724 'browser/ui/webui/print_preview/print_preview_ui_uitest.cc', |
726 'test/automation/automation_proxy_uitest.cc', | 725 'test/automation/automation_proxy_uitest.cc', |
727 'test/automation/automation_proxy_uitest.h', | 726 'test/automation/automation_proxy_uitest.h', |
728 'test/base/chrome_process_util_uitest.cc', | 727 'test/base/chrome_process_util_uitest.cc', |
(...skipping 3916 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4645 # Use outputs of this action as inputs for the main target build. | 4644 # Use outputs of this action as inputs for the main target build. |
4646 # Seems as a misnomer but makes this happy on Linux (scons). | 4645 # Seems as a misnomer but makes this happy on Linux (scons). |
4647 'process_outputs_as_sources': 1, | 4646 'process_outputs_as_sources': 1, |
4648 }, | 4647 }, |
4649 ], # 'actions' | 4648 ], # 'actions' |
4650 }, | 4649 }, |
4651 ] | 4650 ] |
4652 }], # 'coverage!=0' | 4651 }], # 'coverage!=0' |
4653 ], # 'conditions' | 4652 ], # 'conditions' |
4654 } | 4653 } |
OLD | NEW |