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

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

Issue 26695007: aura: Allow creating content_shell without views. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: unrevert Created 7 years, 2 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 | « content/shell/browser/shell_views.cc ('k') | ui/ui.gyp » ('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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 'x/events_x.cc', 83 'x/events_x.cc',
84 'x/events_x_utils.cc', 84 'x/events_x_utils.cc',
85 'x/events_x_utils.h', 85 'x/events_x_utils.h',
86 'x/touch_factory_x11.cc', 86 'x/touch_factory_x11.cc',
87 'x/touch_factory_x11.h', 87 'x/touch_factory_x11.h',
88 ], 88 ],
89 'conditions': [ 89 'conditions': [
90 ['use_aura==0 and toolkit_views==0', { 90 ['use_aura==0 and toolkit_views==0', {
91 'sources/': [ 91 'sources/': [
92 ['exclude', '^gestures/*'], 92 ['exclude', '^gestures/*'],
93 ] 93 ],
94 }],
95 ['toolkit_views==0', {
96 'sources!': [ 94 'sources!': [
97 'event.cc', 95 'event.cc',
98 'event.h', 96 'event.h',
99 'event_dispatcher.cc', 97 'event_dispatcher.cc',
100 'event_dispatcher.h', 98 'event_dispatcher.h',
101 'event_handler.cc', 99 'event_handler.cc',
102 'event_handler.h', 100 'event_handler.h',
103 'event_target.cc', 101 'event_target.cc',
104 'event_target.h', 102 'event_target.h',
105 ], 103 ],
106 }], 104 }],
107 ['OS=="android"', { 105 ['OS=="android"', {
108 'sources!': [ 106 'sources!': [
109 'event_utils.cc', 107 'event_utils.cc',
110 'keycodes/keyboard_code_conversion.cc', 108 'keycodes/keyboard_code_conversion.cc',
111 ], 109 ],
112 }], 110 }],
113 ['use_x11==1', { 111 ['use_x11==1', {
114 'dependencies': [ 112 'dependencies': [
115 '<(DEPTH)/build/linux/system.gyp:x11', 113 '<(DEPTH)/build/linux/system.gyp:x11',
116 ], 114 ],
117 }], 115 }],
118 ], 116 ],
119 } 117 }
120 ], 118 ],
121 } 119 }
OLDNEW
« no previous file with comments | « content/shell/browser/shell_views.cc ('k') | ui/ui.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698