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

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

Issue 22891016: Add support for rect-based event targeting in views (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: patch for landing Created 7 years, 1 month 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/view_unittest.cc ('k') | ui/views/views_switches.h » ('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 '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 339 matching lines...) Expand 10 before | Expand all | Expand 10 after
350 'view_constants.cc', 350 'view_constants.cc',
351 'view_constants.h', 351 'view_constants.h',
352 'view_constants_aura.cc', 352 'view_constants_aura.cc',
353 'view_constants_aura.h', 353 'view_constants_aura.h',
354 'view_aura.cc', 354 'view_aura.cc',
355 'view_model.cc', 355 'view_model.cc',
356 'view_model.h', 356 'view_model.h',
357 'view_model_utils.cc', 357 'view_model_utils.cc',
358 'view_model_utils.h', 358 'view_model_utils.h',
359 'view_win.cc', 359 'view_win.cc',
360 'views_switches.cc',
361 'views_switches.h',
360 'views_delegate.cc', 362 'views_delegate.cc',
361 'views_delegate.h', 363 'views_delegate.h',
362 'widget/aero_tooltip_manager.cc', 364 'widget/aero_tooltip_manager.cc',
363 'widget/aero_tooltip_manager.h', 365 'widget/aero_tooltip_manager.h',
364 'widget/child_window_message_processor.cc', 366 'widget/child_window_message_processor.cc',
365 'widget/child_window_message_processor.h', 367 'widget/child_window_message_processor.h',
366 'widget/desktop_aura/desktop_capture_client.cc', 368 'widget/desktop_aura/desktop_capture_client.cc',
367 'widget/desktop_aura/desktop_capture_client.h', 369 'widget/desktop_aura/desktop_capture_client.h',
368 'widget/desktop_aura/desktop_cursor_loader_updater.h', 370 'widget/desktop_aura/desktop_cursor_loader_updater.h',
369 'widget/desktop_aura/desktop_cursor_loader_updater_auralinux.cc', 371 'widget/desktop_aura/desktop_cursor_loader_updater_auralinux.cc',
(...skipping 732 matching lines...) Expand 10 before | Expand all | Expand 10 after
1102 'sources/': [ 1104 'sources/': [
1103 # This is needed because the aura rule strips it from the default 1105 # This is needed because the aura rule strips it from the default
1104 # sources list. 1106 # sources list.
1105 ['include', '^../../content/app/startup_helper_win.cc'], 1107 ['include', '^../../content/app/startup_helper_win.cc'],
1106 ], 1108 ],
1107 }], 1109 }],
1108 ], 1110 ],
1109 }, # target_name: views_examples_with_content_exe 1111 }, # target_name: views_examples_with_content_exe
1110 ], 1112 ],
1111 } 1113 }
OLDNEW
« no previous file with comments | « ui/views/view_unittest.cc ('k') | ui/views/views_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698