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

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

Issue 10911317: KeyEvent work. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 3 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/ime/input_method_win.cc ('k') | ui/views/widget/desktop_native_widget_aura.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 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 }, 7 },
8 8
9 'target_defaults': { 9 'target_defaults': {
10 'conditions': [ 10 'conditions': [
(...skipping 406 matching lines...) Expand 10 before | Expand all | Expand 10 after
417 'sources/': [ 417 'sources/': [
418 ['exclude', 'mouse_watcher.cc'], 418 ['exclude', 'mouse_watcher.cc'],
419 ['exclude', 'controls/menu/*'], 419 ['exclude', 'controls/menu/*'],
420 ['exclude', 'controls/scrollbar/*'], 420 ['exclude', 'controls/scrollbar/*'],
421 ['exclude', 'focus/accelerator_handler_aura.cc'], 421 ['exclude', 'focus/accelerator_handler_aura.cc'],
422 ['exclude', 'widget/tooltip_manager_views.cc'], 422 ['exclude', 'widget/tooltip_manager_views.cc'],
423 ], 423 ],
424 }], 424 }],
425 ['OS=="win"', { 425 ['OS=="win"', {
426 'sources/': [ 426 'sources/': [
427 ['include', 'ime/input_method_win.cc'],
428 ['include', 'ime/input_method_win.h'],
427 ['include', 'widget/desktop_root_window_host_win.cc'], 429 ['include', 'widget/desktop_root_window_host_win.cc'],
428 ['include', 'widget/desktop_root_window_host_win.h'], 430 ['include', 'widget/desktop_root_window_host_win.h'],
429 ['include', 'widget/desktop_capture_client.cc'], 431 ['include', 'widget/desktop_capture_client.cc'],
430 ['include', 'widget/desktop_capture_client.h'], 432 ['include', 'widget/desktop_capture_client.h'],
431 ], 433 ],
432 }], 434 }],
433 ], 435 ],
434 }], 436 }],
435 ['chromeos==1 or use_aura==0', { 437 ['chromeos==1 or use_aura==0', {
436 'sources!': [ 438 'sources!': [
(...skipping 420 matching lines...) Expand 10 before | Expand all | Expand 10 after
857 'sources/': [ 859 'sources/': [
858 # This is needed because the aura rule strips it from the default 860 # This is needed because the aura rule strips it from the default
859 # sources list. 861 # sources list.
860 ['include', '^../../content/app/startup_helper_win.cc'], 862 ['include', '^../../content/app/startup_helper_win.cc'],
861 ], 863 ],
862 }], 864 }],
863 ], 865 ],
864 }, # target_name: views_examples_with_content_exe 866 }, # target_name: views_examples_with_content_exe
865 ], 867 ],
866 } 868 }
OLDNEW
« no previous file with comments | « ui/views/ime/input_method_win.cc ('k') | ui/views/widget/desktop_native_widget_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698