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

Side by Side Diff: base/base.gypi

Issue 3165064: Move the keyboard files from base/ to app/. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: latest merge Created 10 years, 4 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
« no previous file with comments | « app/menus/accelerator_gtk.h ('k') | base/keyboard_code_conversion_unittest.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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'base_target': 0, 8 'base_target': 0,
9 'base_extra_target': 0, 9 'base_extra_target': 0,
10 }, 10 },
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 'dir_reader_fallback.h', 63 'dir_reader_fallback.h',
64 'dir_reader_linux.h', 64 'dir_reader_linux.h',
65 'dir_reader_posix.h', 65 'dir_reader_posix.h',
66 'environment.cc', 66 'environment.cc',
67 'environment.h', 67 'environment.h',
68 'event_trace_consumer_win.h', 68 'event_trace_consumer_win.h',
69 'event_trace_controller_win.cc', 69 'event_trace_controller_win.cc',
70 'event_trace_controller_win.h', 70 'event_trace_controller_win.h',
71 'event_trace_provider_win.cc', 71 'event_trace_provider_win.cc',
72 'event_trace_provider_win.h', 72 'event_trace_provider_win.h',
73 'event_synthesis_gtk.cc',
74 'event_synthesis_gtk.h',
75 'file_path.cc', 73 'file_path.cc',
76 'file_path.h', 74 'file_path.h',
77 'file_util.cc', 75 'file_util.cc',
78 'file_util.h', 76 'file_util.h',
79 'file_util_deprecated.h', 77 'file_util_deprecated.h',
80 'file_util_linux.cc', 78 'file_util_linux.cc',
81 'file_util_mac.mm', 79 'file_util_mac.mm',
82 'file_util_posix.cc', 80 'file_util_posix.cc',
83 'file_util_win.cc', 81 'file_util_win.cc',
84 'file_util_proxy.cc', 82 'file_util_proxy.cc',
(...skipping 346 matching lines...) Expand 10 before | Expand all | Expand 10 after
431 'field_trial.cc', 429 'field_trial.cc',
432 'field_trial.h', 430 'field_trial.h',
433 'file_descriptor_shuffle.cc', 431 'file_descriptor_shuffle.cc',
434 'file_descriptor_shuffle.h', 432 'file_descriptor_shuffle.h',
435 'hmac.h', 433 'hmac.h',
436 'hmac_mac.cc', 434 'hmac_mac.cc',
437 'hmac_nss.cc', 435 'hmac_nss.cc',
438 'hmac_win.cc', 436 'hmac_win.cc',
439 'image_util.cc', 437 'image_util.cc',
440 'image_util.h', 438 'image_util.h',
441 'keyboard_code_conversion.cc',
442 'keyboard_code_conversion.h',
443 'keyboard_code_conversion_gtk.cc',
444 'keyboard_code_conversion_gtk.h',
445 'keyboard_code_conversion_mac.mm',
446 'keyboard_code_conversion_mac.h',
447 'keyboard_codes.h',
448 'keyboard_codes_win.h',
449 'keyboard_codes_posix.h',
450 'linux_util.cc', 439 'linux_util.cc',
451 'linux_util.h', 440 'linux_util.h',
452 'md5.cc', 441 'md5.cc',
453 'md5.h', 442 'md5.h',
454 'message_pump_glib.cc', 443 'message_pump_glib.cc',
455 'message_pump_glib.h', 444 'message_pump_glib.h',
456 'message_pump_libevent.cc', 445 'message_pump_libevent.cc',
457 'message_pump_libevent.h', 446 'message_pump_libevent.h',
458 'message_pump_mac.h', 447 'message_pump_mac.h',
459 'message_pump_mac.mm', 448 'message_pump_mac.mm',
(...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after
761 'third_party/xdg_mime/xdgmimemagic.c', 750 'third_party/xdg_mime/xdgmimemagic.c',
762 'third_party/xdg_mime/xdgmimemagic.h', 751 'third_party/xdg_mime/xdgmimemagic.h',
763 'third_party/xdg_mime/xdgmimeparent.c', 752 'third_party/xdg_mime/xdgmimeparent.c',
764 'third_party/xdg_mime/xdgmimeparent.h', 753 'third_party/xdg_mime/xdgmimeparent.h',
765 ], 754 ],
766 }, 755 },
767 ], 756 ],
768 }], 757 }],
769 ], 758 ],
770 } 759 }
OLDNEW
« no previous file with comments | « app/menus/accelerator_gtk.h ('k') | base/keyboard_code_conversion_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698