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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 12764018: Improve panel related tests to make them more reliable (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Patch Created 7 years, 9 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_collection_squeeze_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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
217 'browser/ui/panels/panel_browsertest.cc', 217 'browser/ui/panels/panel_browsertest.cc',
218 'browser/ui/panels/panel_drag_browsertest.cc', 218 'browser/ui/panels/panel_drag_browsertest.cc',
219 'browser/ui/panels/panel_resize_browsertest.cc', 219 'browser/ui/panels/panel_resize_browsertest.cc',
220 'browser/ui/panels/stacked_panel_browsertest.cc', 220 'browser/ui/panels/stacked_panel_browsertest.cc',
221 'browser/ui/panels/test_panel_active_state_observer.cc', 221 'browser/ui/panels/test_panel_active_state_observer.cc',
222 'browser/ui/panels/test_panel_active_state_observer.h', 222 'browser/ui/panels/test_panel_active_state_observer.h',
223 'browser/ui/panels/test_panel_mouse_watcher.cc', 223 'browser/ui/panels/test_panel_mouse_watcher.cc',
224 'browser/ui/panels/test_panel_mouse_watcher.h', 224 'browser/ui/panels/test_panel_mouse_watcher.h',
225 'browser/ui/panels/test_panel_notification_observer.cc', 225 'browser/ui/panels/test_panel_notification_observer.cc',
226 'browser/ui/panels/test_panel_notification_observer.h', 226 'browser/ui/panels/test_panel_notification_observer.h',
227 'browser/ui/panels/test_panel_collection_squeeze_observer.cc',
228 'browser/ui/panels/test_panel_collection_squeeze_observer.h',
229 'browser/ui/search/instant_browsertest.cc', 227 'browser/ui/search/instant_browsertest.cc',
230 'browser/ui/search/instant_extended_browsertest.cc', 228 'browser/ui/search/instant_extended_browsertest.cc',
231 'browser/ui/search/instant_extended_manual_browsertest.cc', 229 'browser/ui/search/instant_extended_manual_browsertest.cc',
232 'browser/ui/search/instant_test_utils.h', 230 'browser/ui/search/instant_test_utils.h',
233 'browser/ui/search/instant_test_utils.cc', 231 'browser/ui/search/instant_test_utils.cc',
234 'browser/ui/startup/startup_browser_creator_interactive_uitest.cc', 232 'browser/ui/startup/startup_browser_creator_interactive_uitest.cc',
235 'browser/ui/views/ash/tab_scrubber_browsertest.cc', 233 'browser/ui/views/ash/tab_scrubber_browsertest.cc',
236 'browser/ui/views/bookmarks/bookmark_bar_view_test.cc', 234 'browser/ui/views/bookmarks/bookmark_bar_view_test.cc',
237 'browser/ui/views/button_dropdown_test.cc', 235 'browser/ui/views/button_dropdown_test.cc',
238 'browser/ui/views/constrained_window_views_browsertest.cc', 236 'browser/ui/views/constrained_window_views_browsertest.cc',
(...skipping 2990 matching lines...) Expand 10 before | Expand all | Expand 10 after
3229 # more details. 3227 # more details.
3230 'DebugInformationFormat': '3', 3228 'DebugInformationFormat': '3',
3231 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/browser_tests.exe.pdb', 3229 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/browser_tests.exe.pdb',
3232 }, 3230 },
3233 }, 3231 },
3234 }, 3232 },
3235 ], 3233 ],
3236 }], 3234 }],
3237 ], # 'conditions' 3235 ], # 'conditions'
3238 } 3236 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/panels/test_panel_collection_squeeze_observer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698