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

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

Issue 698253004: Reland: Implement Aura side of unified touch text selection for contents (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed overrides in TouchHandleDrawableAura Created 5 years, 11 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
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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 'client/screen_position_client.h', 49 'client/screen_position_client.h',
50 'client/visibility_client.cc', 50 'client/visibility_client.cc',
51 'client/visibility_client.h', 51 'client/visibility_client.h',
52 'client/window_stacking_client.cc', 52 'client/window_stacking_client.cc',
53 'client/window_stacking_client.h', 53 'client/window_stacking_client.h',
54 'client/window_tree_client.cc', 54 'client/window_tree_client.cc',
55 'client/window_tree_client.h', 55 'client/window_tree_client.h',
56 'env.cc', 56 'env.cc',
57 'env.h', 57 'env.h',
58 'env_observer.h', 58 'env_observer.h',
59 'image_window_delegate.cc',
60 'image_window_delegate.h',
59 'input_state_lookup.cc', 61 'input_state_lookup.cc',
60 'input_state_lookup.h', 62 'input_state_lookup.h',
61 'input_state_lookup_win.cc', 63 'input_state_lookup_win.cc',
62 'input_state_lookup_win.h', 64 'input_state_lookup_win.h',
63 'layout_manager.cc', 65 'layout_manager.cc',
64 'layout_manager.h', 66 'layout_manager.h',
65 'remote_window_tree_host_win.cc', 67 'remote_window_tree_host_win.cc',
66 'remote_window_tree_host_win.h', 68 'remote_window_tree_host_win.h',
67 'scoped_window_targeter.cc', 69 'scoped_window_targeter.cc',
68 'scoped_window_targeter.h', 70 'scoped_window_targeter.h',
(...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after
304 ['OS=="linux" and use_allocator!="none"', { 306 ['OS=="linux" and use_allocator!="none"', {
305 'dependencies': [ 307 'dependencies': [
306 # See http://crbug.com/162998#c4 for why this is needed. 308 # See http://crbug.com/162998#c4 for why this is needed.
307 '../../base/allocator/allocator.gyp:allocator', 309 '../../base/allocator/allocator.gyp:allocator',
308 ], 310 ],
309 }], 311 }],
310 ], 312 ],
311 }, 313 },
312 ], 314 ],
313 } 315 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698