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

Side by Side Diff: ui/views/views.gyp

Issue 304883002: Enable touch text selection tests on all Aura platforms (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Replaced EXPECT_STREQ with EXPECT_EQ Created 6 years, 6 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 | « content/content_tests.gypi ('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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'chromium_code': 1, 6 'chromium_code': 1,
7 }, 7 },
8 'target_defaults': { 8 'target_defaults': {
9 'conditions': [ 9 'conditions': [
10 ['use_aura==1', { 10 ['use_aura==1', {
(...skipping 714 matching lines...) Expand 10 before | Expand all | Expand 10 after
725 'widget/native_widget_aura_unittest.cc', 725 'widget/native_widget_aura_unittest.cc',
726 'widget/native_widget_unittest.cc', 726 'widget/native_widget_unittest.cc',
727 'widget/root_view_unittest.cc', 727 'widget/root_view_unittest.cc',
728 'widget/widget_unittest.cc', 728 'widget/widget_unittest.cc',
729 'widget/window_reorderer_unittest.cc', 729 'widget/window_reorderer_unittest.cc',
730 'window/custom_frame_view_unittest.cc', 730 'window/custom_frame_view_unittest.cc',
731 'window/dialog_client_view_unittest.cc', 731 'window/dialog_client_view_unittest.cc',
732 'window/dialog_delegate_unittest.cc', 732 'window/dialog_delegate_unittest.cc',
733 ], 733 ],
734 'conditions': [ 734 'conditions': [
735 ['chromeos==0', { 735 ['chromeos==1', {
736 'sources!': [
737 'touchui/touch_selection_controller_impl_unittest.cc',
738 ],
739 }, { # use_chromeos==1
740 'sources/': [ 736 'sources/': [
741 ['exclude', 'ime/input_method_bridge_unittest.cc'], 737 ['exclude', 'ime/input_method_bridge_unittest.cc'],
742 ['exclude', 'widget/desktop_aura'], 738 ['exclude', 'widget/desktop_aura'],
743 ], 739 ],
744 }], 740 }],
745 ['OS=="win"', { 741 ['OS=="win"', {
746 'dependencies': [ 742 'dependencies': [
747 '../../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', 743 '../../third_party/iaccessible2/iaccessible2.gyp:iaccessible2',
748 ], 744 ],
749 'link_settings': { 745 'link_settings': {
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
793 }], 789 }],
794 ['use_x11==1', { 790 ['use_x11==1', {
795 'dependencies': [ 791 'dependencies': [
796 '../events/platform/x11/x11_events_platform.gyp:x11_events_platform' , 792 '../events/platform/x11/x11_events_platform.gyp:x11_events_platform' ,
797 ], 793 ],
798 }], 794 }],
799 ], 795 ],
800 }, # target_name: views_unittests 796 }, # target_name: views_unittests
801 ], 797 ],
802 } 798 }
OLDNEW
« no previous file with comments | « content/content_tests.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698