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

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

Issue 10388198: ash: Add the SYNTHETIC flag to mouse-events generated from gestures. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: EF_FROM_TOUCH Created 8 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/aura/root_window.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 (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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
237 'include_dirs': [ 237 'include_dirs': [
238 '..', 238 '..',
239 ], 239 ],
240 'sources': [ 240 'sources': [
241 'gestures/gesture_recognizer_unittest.cc', 241 'gestures/gesture_recognizer_unittest.cc',
242 'test/run_all_unittests.cc', 242 'test/run_all_unittests.cc',
243 'test/test_suite.cc', 243 'test/test_suite.cc',
244 'test/test_suite.h', 244 'test/test_suite.h',
245 'root_window_unittest.cc', 245 'root_window_unittest.cc',
246 'shared/input_method_event_filter_unittest.cc', 246 'shared/input_method_event_filter_unittest.cc',
247 'shared/root_window_event_filter_unittest.cc',
247 'event_filter_unittest.cc', 248 'event_filter_unittest.cc',
248 'event_unittest.cc', 249 'event_unittest.cc',
249 'window_unittest.cc', 250 'window_unittest.cc',
250 '<(SHARED_INTERMEDIATE_DIR)/ui/native_theme/native_theme_resources.rc', 251 '<(SHARED_INTERMEDIATE_DIR)/ui/native_theme/native_theme_resources.rc',
251 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', 252 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc',
252 ], 253 ],
253 'conditions': [ 254 'conditions': [
254 # osmesa GL implementation is used on linux. 255 # osmesa GL implementation is used on linux.
255 ['OS=="linux"', { 256 ['OS=="linux"', {
256 'dependencies': [ 257 'dependencies': [
257 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa', 258 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa',
258 ], 259 ],
259 }], 260 }],
260 ], 261 ],
261 }, 262 },
262 ], 263 ],
263 } 264 }
OLDNEW
« no previous file with comments | « no previous file | ui/aura/root_window.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698