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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1562733002: Make InputMethodEngine to inherit from new added class InputMethodEngineBase. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 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 # All .cc, .h, .m, and .mm files under browser except for: 7 # All .cc, .h, .m, and .mm files under browser except for:
8 # * tests and mocks. 8 # * tests and mocks.
9 # * code below browser/chromeos 9 # * code below browser/chromeos
10 # * code below browser/extensions 10 # * code below browser/extensions
(...skipping 961 matching lines...) Expand 10 before | Expand all | Expand 10 after
972 ], 972 ],
973 # ChromeOS-sources not ending in _chromeos (which would be included in 973 # ChromeOS-sources not ending in _chromeos (which would be included in
974 # other sections and filtered out for non-ChromeOS platforms. 974 # other sections and filtered out for non-ChromeOS platforms.
975 'chrome_browser_chromeos_sources': [ 975 'chrome_browser_chromeos_sources': [
976 'browser/download/notification/download_item_notification.cc', 976 'browser/download/notification/download_item_notification.cc',
977 'browser/download/notification/download_item_notification.h', 977 'browser/download/notification/download_item_notification.h',
978 'browser/download/notification/download_notification.cc', 978 'browser/download/notification/download_notification.cc',
979 'browser/download/notification/download_notification.h', 979 'browser/download/notification/download_notification.h',
980 'browser/download/notification/download_notification_manager.cc', 980 'browser/download/notification/download_notification_manager.cc',
981 'browser/download/notification/download_notification_manager.h', 981 'browser/download/notification/download_notification_manager.h',
982 'browser/input_method/input_method_engine_interface.cc',
983 'browser/input_method/input_method_engine_interface.h',
982 'browser/media/protected_media_identifier_permission_context.cc', 984 'browser/media/protected_media_identifier_permission_context.cc',
983 'browser/media/protected_media_identifier_permission_context.h', 985 'browser/media/protected_media_identifier_permission_context.h',
984 'browser/media/protected_media_identifier_permission_context_factory.cc', 986 'browser/media/protected_media_identifier_permission_context_factory.cc',
985 'browser/media/protected_media_identifier_permission_context_factory.h', 987 'browser/media/protected_media_identifier_permission_context_factory.h',
986 'browser/metrics/chromeos_metrics_provider.cc', 988 'browser/metrics/chromeos_metrics_provider.cc',
987 'browser/metrics/chromeos_metrics_provider.h', 989 'browser/metrics/chromeos_metrics_provider.h',
988 'browser/metrics/perf/cpu_identity.cc', 990 'browser/metrics/perf/cpu_identity.cc',
989 'browser/metrics/perf/cpu_identity.h', 991 'browser/metrics/perf/cpu_identity.h',
990 'browser/metrics/perf/random_selector.cc', 992 'browser/metrics/perf/random_selector.cc',
991 'browser/metrics/perf/random_selector.h', 993 'browser/metrics/perf/random_selector.h',
(...skipping 2597 matching lines...) Expand 10 before | Expand all | Expand 10 after
3589 ], 3591 ],
3590 }], 3592 }],
3591 ['chromeos==1', { 3593 ['chromeos==1', {
3592 'sources': [ 3594 'sources': [
3593 '<@(chrome_browser_chromeos_sources)', 3595 '<@(chrome_browser_chromeos_sources)',
3594 3596
3595 # This file is generated by GRIT. 3597 # This file is generated by GRIT.
3596 '<(SHARED_INTERMEDIATE_DIR)/ui/chromeos/resources/grit/ui_chromeos_r esources_map.cc', 3598 '<(SHARED_INTERMEDIATE_DIR)/ui/chromeos/resources/grit/ui_chromeos_r esources_map.cc',
3597 ], 3599 ],
3598 'dependencies': [ 3600 'dependencies': [
3601 '../base/base.gyp:base',
3599 'browser_chromeos', 3602 'browser_chromeos',
3600 '../components/components.gyp:user_manager', 3603 '../components/components.gyp:user_manager',
3601 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_resources', 3604 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_resources',
3605 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime',
3606 '../ui/base/ui_base.gyp:ui_base',
3607 '../ui/events/events.gyp:dom_keycode_converter',
3602 ], 3608 ],
3603 }], 3609 }],
3604 ['use_cups==1', { 3610 ['use_cups==1', {
3605 'dependencies': [ 3611 'dependencies': [
3606 '../printing/printing.gyp:cups', 3612 '../printing/printing.gyp:cups',
3607 ], 3613 ],
3608 }], 3614 }],
3609 ['use_gnome_keyring==1', { 3615 ['use_gnome_keyring==1', {
3610 'sources': [ '<@(chrome_browser_gnome_keyring_sources)' ], 3616 'sources': [ '<@(chrome_browser_gnome_keyring_sources)' ],
3611 'dependencies': [ 3617 'dependencies': [
(...skipping 577 matching lines...) Expand 10 before | Expand all | Expand 10 after
4189 '../components/components.gyp:omnibox_browser', 4195 '../components/components.gyp:omnibox_browser',
4190 '../components/components.gyp:rlz', 4196 '../components/components.gyp:rlz',
4191 '../components/components.gyp:search_engines', 4197 '../components/components.gyp:search_engines',
4192 '../rlz/rlz.gyp:rlz_lib', 4198 '../rlz/rlz.gyp:rlz_lib',
4193 ], 4199 ],
4194 }, 4200 },
4195 ], 4201 ],
4196 }], 4202 }],
4197 ], 4203 ],
4198 } 4204 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698