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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 62873007: [Toolbar] Base toolbar button class with background images for button states (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: overriding Created 7 years 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/chrome_browser_ui.gypi ('k') | ui/views/controls/button/label_button.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 'chromedriver_unittest_sources': [ 6 'chromedriver_unittest_sources': [
7 'test/chromedriver/capabilities_unittest.cc', 7 'test/chromedriver/capabilities_unittest.cc',
8 'test/chromedriver/chrome/chrome_finder_unittest.cc', 8 'test/chromedriver/chrome/chrome_finder_unittest.cc',
9 'test/chromedriver/chrome/console_logger_unittest.cc', 9 'test/chromedriver/chrome/console_logger_unittest.cc',
10 'test/chromedriver/chrome/device_manager_unittest.cc', 10 'test/chromedriver/chrome/device_manager_unittest.cc',
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
230 'browser/ui/views/menu_item_view_test.cc', 230 'browser/ui/views/menu_item_view_test.cc',
231 'browser/ui/views/menu_model_adapter_test.cc', 231 'browser/ui/views/menu_model_adapter_test.cc',
232 'browser/ui/views/message_center/web_notification_tray_browsertest.cc', 232 'browser/ui/views/message_center/web_notification_tray_browsertest.cc',
233 'browser/ui/views/native_widget_win_interactive_uitest.cc', 233 'browser/ui/views/native_widget_win_interactive_uitest.cc',
234 'browser/ui/views/omnibox/omnibox_view_views_browsertest.cc', 234 'browser/ui/views/omnibox/omnibox_view_views_browsertest.cc',
235 'browser/ui/views/panels/panel_view_browsertest.cc', 235 'browser/ui/views/panels/panel_view_browsertest.cc',
236 'browser/ui/views/ssl_client_certificate_selector_browsertest.cc', 236 'browser/ui/views/ssl_client_certificate_selector_browsertest.cc',
237 'browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc', 237 'browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc',
238 'browser/ui/views/tabs/tab_drag_controller_interactive_uitest.h', 238 'browser/ui/views/tabs/tab_drag_controller_interactive_uitest.h',
239 'browser/ui/views/tabs/tab_drag_controller_interactive_uitest_win.cc', 239 'browser/ui/views/tabs/tab_drag_controller_interactive_uitest_win.cc',
240 'browser/ui/views/toolbar/button_dropdown_test.cc', 240 'browser/ui/views/toolbar/toolbar_button_test.cc',
241 'test/base/interactive_test_utils.cc', 241 'test/base/interactive_test_utils.cc',
242 'test/base/interactive_test_utils.h', 242 'test/base/interactive_test_utils.h',
243 'test/base/interactive_test_utils_aura.cc', 243 'test/base/interactive_test_utils_aura.cc',
244 'test/base/interactive_test_utils_aura.h', 244 'test/base/interactive_test_utils_aura.h',
245 'test/base/interactive_test_utils_gtk.cc', 245 'test/base/interactive_test_utils_gtk.cc',
246 'test/base/interactive_test_utils_mac.mm', 246 'test/base/interactive_test_utils_mac.mm',
247 'test/base/interactive_test_utils_views.cc', 247 'test/base/interactive_test_utils_views.cc',
248 'test/base/interactive_test_utils_win.cc', 248 'test/base/interactive_test_utils_win.cc',
249 'test/base/interactive_ui_tests_main.cc', 249 'test/base/interactive_ui_tests_main.cc',
250 'test/base/view_event_test_base.cc', 250 'test/base/view_event_test_base.cc',
(...skipping 11 matching lines...) Expand all
262 '../build/linux/system.gyp:gtk', 262 '../build/linux/system.gyp:gtk',
263 ], 263 ],
264 'sources!': [ 264 'sources!': [
265 'browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc', 265 'browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc',
266 ], 266 ],
267 }], 267 }],
268 ['OS=="linux" and use_aura==1', { 268 ['OS=="linux" and use_aura==1', {
269 # TODO(gbillock): aura linux does not support the automation for 269 # TODO(gbillock): aura linux does not support the automation for
270 # SendMouseMoveNotifyWhenDone 270 # SendMouseMoveNotifyWhenDone
271 'sources!': [ 271 'sources!': [
272 'browser/ui/views/toolbar/button_dropdown_test.cc', 272 'browser/ui/views/toolbar/toolbar_button_test.cc',
273 ], 273 ],
274 }], 274 }],
275 ['toolkit_uses_gtk == 1 or chromeos==1 or (OS=="linux" and use_aura==1)' , { 275 ['toolkit_uses_gtk == 1 or chromeos==1 or (OS=="linux" and use_aura==1)' , {
276 'dependencies': [ 276 'dependencies': [
277 '../build/linux/system.gyp:ssl', 277 '../build/linux/system.gyp:ssl',
278 ], 278 ],
279 }], 279 }],
280 ['toolkit_uses_gtk == 1 and toolkit_views == 0', { 280 ['toolkit_uses_gtk == 1 and toolkit_views == 0', {
281 'sources!': [ 281 'sources!': [
282 # TODO(port) 282 # TODO(port)
(...skipping 2767 matching lines...) Expand 10 before | Expand all | Expand 10 after
3050 'utility', 3050 'utility',
3051 ], 3051 ],
3052 'sources': [ 3052 'sources': [
3053 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3053 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3054 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3054 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3055 ], 3055 ],
3056 }] 3056 }]
3057 }], 3057 }],
3058 ], # 'conditions' 3058 ], # 'conditions'
3059 } 3059 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | ui/views/controls/button/label_button.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698