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

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

Issue 249113002: MacViews: Adds NativeWidgetMac and gets views target compiling on Mac. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ash -> aura Created 6 years, 7 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 | « no previous file | ui/events/gestures/gesture_recognizer_impl_mac.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 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 'event_utils.h', 110 'event_utils.h',
111 'events_export.h', 111 'events_export.h',
112 'events_stub.cc', 112 'events_stub.cc',
113 'gestures/gesture_point.cc', 113 'gestures/gesture_point.cc',
114 'gestures/gesture_point.h', 114 'gestures/gesture_point.h',
115 'gestures/gesture_provider_aura.cc', 115 'gestures/gesture_provider_aura.cc',
116 'gestures/gesture_provider_aura.h', 116 'gestures/gesture_provider_aura.h',
117 'gestures/gesture_recognizer.h', 117 'gestures/gesture_recognizer.h',
118 'gestures/gesture_recognizer_impl.cc', 118 'gestures/gesture_recognizer_impl.cc',
119 'gestures/gesture_recognizer_impl.h', 119 'gestures/gesture_recognizer_impl.h',
120 'gestures/gesture_recognizer_impl_mac.cc',
120 'gestures/gesture_sequence.cc', 121 'gestures/gesture_sequence.cc',
121 'gestures/gesture_sequence.h', 122 'gestures/gesture_sequence.h',
122 'gestures/gesture_types.h', 123 'gestures/gesture_types.h',
123 'gestures/motion_event_aura.cc', 124 'gestures/motion_event_aura.cc',
124 'gestures/motion_event_aura.h', 125 'gestures/motion_event_aura.h',
125 'gestures/velocity_calculator.cc', 126 'gestures/velocity_calculator.cc',
126 'gestures/velocity_calculator.h', 127 'gestures/velocity_calculator.h',
127 'ozone/events_ozone.cc', 128 'ozone/events_ozone.cc',
128 'win/events_win.cc', 129 'win/events_win.cc',
129 'x/events_x.cc', 130 'x/events_x.cc',
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
340 ], 341 ],
341 'variables': { 342 'variables': {
342 'test_suite_name': 'events_unittests', 343 'test_suite_name': 'events_unittests',
343 }, 344 },
344 'includes': [ '../../build/apk_test.gypi' ], 345 'includes': [ '../../build/apk_test.gypi' ],
345 }, 346 },
346 ], 347 ],
347 }], 348 }],
348 ], 349 ],
349 } 350 }
OLDNEW
« no previous file with comments | « no previous file | ui/events/gestures/gesture_recognizer_impl_mac.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698