Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1044)

Side by Side Diff: chrome/chrome_tests.gypi

Issue 10689082: Fix flaky linux panel tests related to active state checks (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove log msg Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/browser/ui/panels/test_panel_active_state_observer.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
166 'browser/ssl/ssl_client_auth_requestor_mock.h', 166 'browser/ssl/ssl_client_auth_requestor_mock.h',
167 'browser/ui/browser.h', 167 'browser/ui/browser.h',
168 'browser/ui/cocoa/run_loop_testing.h', 168 'browser/ui/cocoa/run_loop_testing.h',
169 'browser/ui/cocoa/run_loop_testing.mm', 169 'browser/ui/cocoa/run_loop_testing.mm',
170 'browser/ui/fullscreen/fullscreen_controller_test.cc', 170 'browser/ui/fullscreen/fullscreen_controller_test.cc',
171 'browser/ui/fullscreen/fullscreen_controller_test.h', 171 'browser/ui/fullscreen/fullscreen_controller_test.h',
172 'browser/ui/panels/base_panel_browser_test.cc', 172 'browser/ui/panels/base_panel_browser_test.cc',
173 'browser/ui/panels/base_panel_browser_test.h', 173 'browser/ui/panels/base_panel_browser_test.h',
174 'browser/ui/panels/old_base_panel_browser_test.cc', 174 'browser/ui/panels/old_base_panel_browser_test.cc',
175 'browser/ui/panels/old_base_panel_browser_test.h', 175 'browser/ui/panels/old_base_panel_browser_test.h',
176 'browser/ui/panels/test_panel_active_state_observer.cc',
177 'browser/ui/panels/test_panel_active_state_observer.h',
176 'browser/ui/panels/test_panel_mouse_watcher.cc', 178 'browser/ui/panels/test_panel_mouse_watcher.cc',
177 'browser/ui/panels/test_panel_mouse_watcher.h', 179 'browser/ui/panels/test_panel_mouse_watcher.h',
178 'browser/ui/tab_contents/test_tab_contents.cc', 180 'browser/ui/tab_contents/test_tab_contents.cc',
179 'browser/ui/tab_contents/test_tab_contents.h', 181 'browser/ui/tab_contents/test_tab_contents.h',
180 'common/extensions/extension_builder.cc', 182 'common/extensions/extension_builder.cc',
181 'common/extensions/extension_builder.h', 183 'common/extensions/extension_builder.h',
182 'common/extensions/value_builder.cc', 184 'common/extensions/value_builder.cc',
183 'common/extensions/value_builder.h', 185 'common/extensions/value_builder.h',
184 'common/net/gaia/mock_url_fetcher_factory.h', 186 'common/net/gaia/mock_url_fetcher_factory.h',
185 'common/pref_store_observer_mock.cc', 187 'common/pref_store_observer_mock.cc',
(...skipping 4482 matching lines...) Expand 10 before | Expand all | Expand 10 after
4668 # Use outputs of this action as inputs for the main target build. 4670 # Use outputs of this action as inputs for the main target build.
4669 # Seems as a misnomer but makes this happy on Linux (scons). 4671 # Seems as a misnomer but makes this happy on Linux (scons).
4670 'process_outputs_as_sources': 1, 4672 'process_outputs_as_sources': 1,
4671 }, 4673 },
4672 ], # 'actions' 4674 ], # 'actions'
4673 }, 4675 },
4674 ] 4676 ]
4675 }], # 'coverage!=0' 4677 }], # 'coverage!=0'
4676 ], # 'conditions' 4678 ], # 'conditions'
4677 } 4679 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/panels/test_panel_active_state_observer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698