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

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

Issue 12224133: Move touch_selection_controller interface to ui/base. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: patch Created 7 years, 10 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 | « ui/views/touchui/touch_selection_controller_impl.cc ('k') | no next file » | 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 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 }, 7 },
8 'target_defaults': { 8 'target_defaults': {
9 'conditions': [ 9 'conditions': [
10 ['use_aura==1', { 10 ['use_aura==1', {
(...skipping 296 matching lines...) Expand 10 before | Expand all | Expand 10 after
307 'mouse_watcher_view_host.h', 307 'mouse_watcher_view_host.h',
308 'native_theme_delegate.h', 308 'native_theme_delegate.h',
309 'native_theme_painter.cc', 309 'native_theme_painter.cc',
310 'native_theme_painter.h', 310 'native_theme_painter.h',
311 'painter.cc', 311 'painter.cc',
312 'painter.h', 312 'painter.h',
313 'repeat_controller.cc', 313 'repeat_controller.cc',
314 'repeat_controller.h', 314 'repeat_controller.h',
315 'round_rect_painter.cc', 315 'round_rect_painter.cc',
316 'round_rect_painter.h', 316 'round_rect_painter.h',
317 'touchui/touch_selection_controller.cc',
318 'touchui/touch_selection_controller.h',
319 'view.cc', 317 'view.cc',
320 'view.h', 318 'view.h',
321 'view_constants.cc', 319 'view_constants.cc',
322 'view_constants.h', 320 'view_constants.h',
323 'view_aura.cc', 321 'view_aura.cc',
324 'view_model.cc', 322 'view_model.cc',
325 'view_model.h', 323 'view_model.h',
326 'view_model_utils.cc', 324 'view_model_utils.cc',
327 'view_model_utils.h', 325 'view_model_utils.h',
328 'view_text_utils.cc', 326 'view_text_utils.cc',
(...skipping 624 matching lines...) Expand 10 before | Expand all | Expand 10 after
953 'sources/': [ 951 'sources/': [
954 # This is needed because the aura rule strips it from the default 952 # This is needed because the aura rule strips it from the default
955 # sources list. 953 # sources list.
956 ['include', '^../../content/app/startup_helper_win.cc'], 954 ['include', '^../../content/app/startup_helper_win.cc'],
957 ], 955 ],
958 }], 956 }],
959 ], 957 ],
960 }, # target_name: views_examples_with_content_exe 958 }, # target_name: views_examples_with_content_exe
961 ], 959 ],
962 } 960 }
OLDNEW
« no previous file with comments | « ui/views/touchui/touch_selection_controller_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698