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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 23533030: rAc: Enforce a 3 second grace period for generated card bubble. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: exclude test on !views Created 7 years, 3 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
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 360 matching lines...) Expand 10 before | Expand all | Expand 10 after
371 ], 371 ],
372 }], 372 }],
373 ['toolkit_views==1', { 373 ['toolkit_views==1', {
374 'dependencies': [ 374 'dependencies': [
375 '../ui/views/views.gyp:views', 375 '../ui/views/views.gyp:views',
376 '../ui/views/views.gyp:views_test_support', 376 '../ui/views/views.gyp:views_test_support',
377 ], 377 ],
378 }, { # else: toolkit_views == 0 378 }, { # else: toolkit_views == 0
379 'sources/': [ 379 'sources/': [
380 ['exclude', '^browser/ui/views/'], 380 ['exclude', '^browser/ui/views/'],
381 ['exclude', '^../ui/views/'],
Evan Stade 2013/09/05 22:15:03 note this new line. Let's see if it works on the t
381 ], 382 ],
382 }], 383 }],
383 ['use_ash==1', { 384 ['use_ash==1', {
384 'dependencies': [ 385 'dependencies': [
385 '../ash/ash.gyp:ash_test_support', 386 '../ash/ash.gyp:ash_test_support',
386 ], 387 ],
387 }], 388 }],
388 ['use_aura==1', { 389 ['use_aura==1', {
389 'sources!': [ 390 'sources!': [
390 'browser/ui/views/tabs/tab_drag_controller_interactive_uitest_win.cc ', 391 'browser/ui/views/tabs/tab_drag_controller_interactive_uitest_win.cc ',
391 ], 392 ],
392 }], 393 }],
393 ['use_aura==0 or chromeos==1', { 394 ['use_aura==0 or chromeos==1', {
394 'sources!': [ 395 'sources!': [
395 '../ui/views/corewm/desktop_capture_controller_unittest.cc', 396 '../ui/views/corewm/desktop_capture_controller_unittest.cc',
396 '../ui/views/widget/widget_interactive_uitest.cc',
397 ], 397 ],
398 }], 398 }],
399 ['chromeos==1', { 399 ['chromeos==1', {
400 'dependencies': [ 400 'dependencies': [
401 '../chromeos/chromeos.gyp:chromeos', 401 '../chromeos/chromeos.gyp:chromeos',
402 ], 402 ],
403 'sources': [ 403 'sources': [
404 'browser/chromeos/input_method/keyboard_browsertest.cc', 404 'browser/chromeos/input_method/keyboard_browsertest.cc',
405 'browser/chromeos/input_method/textinput_browsertest.cc', 405 'browser/chromeos/input_method/textinput_browsertest.cc',
406 'browser/chromeos/input_method/textinput_surroundingtext_browsertest .cc', 406 'browser/chromeos/input_method/textinput_surroundingtext_browsertest .cc',
(...skipping 3080 matching lines...) Expand 10 before | Expand all | Expand 10 after
3487 'utility', 3487 'utility',
3488 ], 3488 ],
3489 'sources': [ 3489 'sources': [
3490 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3490 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3491 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3491 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3492 ], 3492 ],
3493 }] 3493 }]
3494 }], 3494 }],
3495 ], # 'conditions' 3495 ], # 'conditions'
3496 } 3496 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/autofill/generated_credit_card_bubble_views.cc ('k') | ui/views/controls/menu/menu_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698