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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 11881042: highlight intermediate tabs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Disable tests for win7_aura Created 7 years, 10 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/views/tabs/tab_strip.cc ('k') | ui/views/controls/glow_hover_controller.h » ('j') | 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 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
216 'browser/ui/panels/stacked_panel_browsertest.cc', 216 'browser/ui/panels/stacked_panel_browsertest.cc',
217 'browser/ui/panels/test_panel_active_state_observer.cc', 217 'browser/ui/panels/test_panel_active_state_observer.cc',
218 'browser/ui/panels/test_panel_active_state_observer.h', 218 'browser/ui/panels/test_panel_active_state_observer.h',
219 'browser/ui/panels/test_panel_mouse_watcher.cc', 219 'browser/ui/panels/test_panel_mouse_watcher.cc',
220 'browser/ui/panels/test_panel_mouse_watcher.h', 220 'browser/ui/panels/test_panel_mouse_watcher.h',
221 'browser/ui/panels/test_panel_notification_observer.cc', 221 'browser/ui/panels/test_panel_notification_observer.cc',
222 'browser/ui/panels/test_panel_notification_observer.h', 222 'browser/ui/panels/test_panel_notification_observer.h',
223 'browser/ui/panels/test_panel_collection_squeeze_observer.cc', 223 'browser/ui/panels/test_panel_collection_squeeze_observer.cc',
224 'browser/ui/panels/test_panel_collection_squeeze_observer.h', 224 'browser/ui/panels/test_panel_collection_squeeze_observer.h',
225 'browser/ui/startup/startup_browser_creator_interactive_uitest.cc', 225 'browser/ui/startup/startup_browser_creator_interactive_uitest.cc',
226 'browser/ui/views/ash/tab_scrubber_browsertest.cc',
226 'browser/ui/views/bookmarks/bookmark_bar_view_test.cc', 227 'browser/ui/views/bookmarks/bookmark_bar_view_test.cc',
227 'browser/ui/views/button_dropdown_test.cc', 228 'browser/ui/views/button_dropdown_test.cc',
228 'browser/ui/views/constrained_window_views_browsertest.cc', 229 'browser/ui/views/constrained_window_views_browsertest.cc',
229 'browser/ui/views/find_bar_host_interactive_uitest.cc', 230 'browser/ui/views/find_bar_host_interactive_uitest.cc',
230 'browser/ui/views/keyboard_access_browsertest.cc', 231 'browser/ui/views/keyboard_access_browsertest.cc',
231 'browser/ui/views/location_bar/star_view_browsertest.cc', 232 'browser/ui/views/location_bar/star_view_browsertest.cc',
232 'browser/ui/views/menu_item_view_test.cc', 233 'browser/ui/views/menu_item_view_test.cc',
233 'browser/ui/views/menu_model_adapter_test.cc', 234 'browser/ui/views/menu_model_adapter_test.cc',
234 'browser/ui/views/panels/panel_view_browsertest.cc', 235 'browser/ui/views/panels/panel_view_browsertest.cc',
235 'browser/ui/views/ssl_client_certificate_selector_browsertest.cc', 236 'browser/ui/views/ssl_client_certificate_selector_browsertest.cc',
(...skipping 2843 matching lines...) Expand 10 before | Expand all | Expand 10 after
3079 # more details. 3080 # more details.
3080 'DebugInformationFormat': '3', 3081 'DebugInformationFormat': '3',
3081 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/browser_tests.exe.pdb', 3082 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/browser_tests.exe.pdb',
3082 }, 3083 },
3083 }, 3084 },
3084 }, 3085 },
3085 ], 3086 ],
3086 }], 3087 }],
3087 ], # 'conditions' 3088 ], # 'conditions'
3088 } 3089 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/tabs/tab_strip.cc ('k') | ui/views/controls/glow_hover_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698