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

Side by Side Diff: ui/base/ui_base.gyp

Issue 1642553004: Make a test not depend on system settings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix naming nit. Created 4 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
« no previous file with comments | « ui/base/test/scoped_preferred_scroller_style_legacy_mac.mm ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 676 matching lines...) Expand 10 before | Expand all | Expand 10 after
687 'ime/dummy_input_method.cc', 687 'ime/dummy_input_method.cc',
688 'ime/dummy_input_method.h', 688 'ime/dummy_input_method.h',
689 'ime/dummy_text_input_client.cc', 689 'ime/dummy_text_input_client.cc',
690 'ime/dummy_text_input_client.h', 690 'ime/dummy_text_input_client.h',
691 'test/nswindow_fullscreen_notification_waiter.h', 691 'test/nswindow_fullscreen_notification_waiter.h',
692 'test/nswindow_fullscreen_notification_waiter.mm', 692 'test/nswindow_fullscreen_notification_waiter.mm',
693 'test/scoped_fake_nswindow_focus.h', 693 'test/scoped_fake_nswindow_focus.h',
694 'test/scoped_fake_nswindow_focus.mm', 694 'test/scoped_fake_nswindow_focus.mm',
695 'test/scoped_fake_nswindow_fullscreen.h', 695 'test/scoped_fake_nswindow_fullscreen.h',
696 'test/scoped_fake_nswindow_fullscreen.mm', 696 'test/scoped_fake_nswindow_fullscreen.mm',
697 'test/scoped_preferred_scroller_style_legacy_mac.h',
698 'test/scoped_preferred_scroller_style_legacy_mac.mm',
697 'test/windowed_nsnotification_observer.h', 699 'test/windowed_nsnotification_observer.h',
698 'test/windowed_nsnotification_observer.mm', 700 'test/windowed_nsnotification_observer.mm',
699 ], 701 ],
700 }], 702 }],
701 ['use_aura==1', { 703 ['use_aura==1', {
702 'sources!': [ 704 'sources!': [
703 'test/ui_controls_mac.mm', 705 'test/ui_controls_mac.mm',
704 'test/ui_controls_win.cc', 706 'test/ui_controls_win.cc',
705 ], 707 ],
706 }], 708 }],
(...skipping 18 matching lines...) Expand all
725 ], 727 ],
726 'variables': { 728 'variables': {
727 'jni_gen_package': 'ui', 729 'jni_gen_package': 'ui',
728 }, 730 },
729 'includes': [ '../../build/jni_generator.gypi' ], 731 'includes': [ '../../build/jni_generator.gypi' ],
730 }, 732 },
731 ], 733 ],
732 }], 734 }],
733 ], 735 ],
734 } 736 }
OLDNEW
« no previous file with comments | « ui/base/test/scoped_preferred_scroller_style_legacy_mac.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698