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

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

Issue 231883003: [stash] 20140404-crbug-312961-mac-views-bridge-C-wholegrid Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 8 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/events/event_utils.h ('k') | ui/events/events_stub.cc » ('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 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 '../gfx/gfx.gyp:gfx', 79 '../gfx/gfx.gyp:gfx',
80 '../gfx/gfx.gyp:gfx_geometry', 80 '../gfx/gfx.gyp:gfx_geometry',
81 'events_base', 81 'events_base',
82 ], 82 ],
83 'defines': [ 83 'defines': [
84 'EVENTS_IMPLEMENTATION', 84 'EVENTS_IMPLEMENTATION',
85 ], 85 ],
86 'sources': [ 86 'sources': [
87 'cocoa/cocoa_event_utils.h', 87 'cocoa/cocoa_event_utils.h',
88 'cocoa/cocoa_event_utils.mm', 88 'cocoa/cocoa_event_utils.mm',
89 'cocoa/events_mac.mm',
89 'event.cc', 90 'event.cc',
90 'event.h', 91 'event.h',
91 'event_dispatcher.cc', 92 'event_dispatcher.cc',
92 'event_dispatcher.h', 93 'event_dispatcher.h',
93 'event_handler.cc', 94 'event_handler.cc',
94 'event_handler.h', 95 'event_handler.h',
95 'event_processor.cc', 96 'event_processor.cc',
96 'event_processor.h', 97 'event_processor.h',
97 'event_rewriter.h', 98 'event_rewriter.h',
98 'event_source.cc', 99 'event_source.cc',
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 'win/events_win.cc', 150 'win/events_win.cc',
150 'x/events_x.cc', 151 'x/events_x.cc',
151 'x/text_edit_command_x11.cc', 152 'x/text_edit_command_x11.cc',
152 'x/text_edit_command_x11.h', 153 'x/text_edit_command_x11.h',
153 'x/text_edit_key_bindings_delegate_x11.cc', 154 'x/text_edit_key_bindings_delegate_x11.cc',
154 'x/text_edit_key_bindings_delegate_x11.h', 155 'x/text_edit_key_bindings_delegate_x11.h',
155 ], 156 ],
156 'conditions': [ 157 'conditions': [
157 # We explicitly enumerate the platforms we _do_ provide native cracking 158 # We explicitly enumerate the platforms we _do_ provide native cracking
158 # for here. 159 # for here.
159 ['OS=="win" or use_x11==1 or use_ozone==1', { 160 ['OS=="win" or OS=="mac" or use_x11==1 or use_ozone==1', {
160 'sources!': [ 161 'sources!': [
161 'events_stub.cc', 162 'events_stub.cc',
162 ], 163 ],
163 }], 164 }],
164 ['chromeos==1', { 165 ['chromeos==1', {
165 'sources!': [ 166 'sources!': [
166 'x/text_edit_command_x11.cc', 167 'x/text_edit_command_x11.cc',
167 'x/text_edit_command_x11.h', 168 'x/text_edit_command_x11.h',
168 'x/text_edit_key_bindings_delegate_x11.cc', 169 'x/text_edit_key_bindings_delegate_x11.cc',
169 'x/text_edit_key_bindings_delegate_x11.h', 170 'x/text_edit_key_bindings_delegate_x11.h',
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
355 'variables': { 356 'variables': {
356 'test_suite_name': 'events_unittests', 357 'test_suite_name': 'events_unittests',
357 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)events_un ittests<(SHARED_LIB_SUFFIX)', 358 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)events_un ittests<(SHARED_LIB_SUFFIX)',
358 }, 359 },
359 'includes': [ '../../build/apk_test.gypi' ], 360 'includes': [ '../../build/apk_test.gypi' ],
360 }, 361 },
361 ], 362 ],
362 }], 363 }],
363 ], 364 ],
364 } 365 }
OLDNEW
« no previous file with comments | « ui/events/event_utils.h ('k') | ui/events/events_stub.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698