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

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: Remove function CheckProfile(). 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 965 matching lines...) Expand 10 before | Expand all | Expand 10 after
976 ], 976 ],
977 # ChromeOS-sources not ending in _chromeos (which would be included in 977 # ChromeOS-sources not ending in _chromeos (which would be included in
978 # other sections and filtered out for non-ChromeOS platforms. 978 # other sections and filtered out for non-ChromeOS platforms.
979 'chrome_browser_chromeos_sources': [ 979 'chrome_browser_chromeos_sources': [
980 'browser/download/notification/download_item_notification.cc', 980 'browser/download/notification/download_item_notification.cc',
981 'browser/download/notification/download_item_notification.h', 981 'browser/download/notification/download_item_notification.h',
982 'browser/download/notification/download_notification.cc', 982 'browser/download/notification/download_notification.cc',
983 'browser/download/notification/download_notification.h', 983 'browser/download/notification/download_notification.h',
984 'browser/download/notification/download_notification_manager.cc', 984 'browser/download/notification/download_notification_manager.cc',
985 'browser/download/notification/download_notification_manager.h', 985 'browser/download/notification/download_notification_manager.h',
986 'browser/input_method/input_method_engine_base.cc',
987 'browser/input_method/input_method_engine_base.h',
986 'browser/media/protected_media_identifier_permission_context.cc', 988 'browser/media/protected_media_identifier_permission_context.cc',
987 'browser/media/protected_media_identifier_permission_context.h', 989 'browser/media/protected_media_identifier_permission_context.h',
988 'browser/media/protected_media_identifier_permission_context_factory.cc', 990 'browser/media/protected_media_identifier_permission_context_factory.cc',
989 'browser/media/protected_media_identifier_permission_context_factory.h', 991 'browser/media/protected_media_identifier_permission_context_factory.h',
990 'browser/metrics/chromeos_metrics_provider.cc', 992 'browser/metrics/chromeos_metrics_provider.cc',
991 'browser/metrics/chromeos_metrics_provider.h', 993 'browser/metrics/chromeos_metrics_provider.h',
992 'browser/metrics/perf/cpu_identity.cc', 994 'browser/metrics/perf/cpu_identity.cc',
993 'browser/metrics/perf/cpu_identity.h', 995 'browser/metrics/perf/cpu_identity.h',
994 'browser/metrics/perf/random_selector.cc', 996 'browser/metrics/perf/random_selector.cc',
995 'browser/metrics/perf/random_selector.h', 997 'browser/metrics/perf/random_selector.h',
(...skipping 2595 matching lines...) Expand 10 before | Expand all | Expand 10 after
3591 ], 3593 ],
3592 }], 3594 }],
3593 ['chromeos==1', { 3595 ['chromeos==1', {
3594 'sources': [ 3596 'sources': [
3595 '<@(chrome_browser_chromeos_sources)', 3597 '<@(chrome_browser_chromeos_sources)',
3596 3598
3597 # This file is generated by GRIT. 3599 # This file is generated by GRIT.
3598 '<(SHARED_INTERMEDIATE_DIR)/ui/chromeos/resources/grit/ui_chromeos_r esources_map.cc', 3600 '<(SHARED_INTERMEDIATE_DIR)/ui/chromeos/resources/grit/ui_chromeos_r esources_map.cc',
3599 ], 3601 ],
3600 'dependencies': [ 3602 'dependencies': [
3603 '../base/base.gyp:base',
3601 'browser_chromeos', 3604 'browser_chromeos',
3602 '../components/components.gyp:user_manager', 3605 '../components/components.gyp:user_manager',
3603 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_resources', 3606 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_resources',
3607 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime',
3608 '../ui/base/ui_base.gyp:ui_base',
3609 '../ui/events/events.gyp:dom_keycode_converter',
3604 ], 3610 ],
3605 }], 3611 }],
3606 ['use_cups==1', { 3612 ['use_cups==1', {
3607 'dependencies': [ 3613 'dependencies': [
3608 '../printing/printing.gyp:cups', 3614 '../printing/printing.gyp:cups',
3609 ], 3615 ],
3610 }], 3616 }],
3611 ['use_gnome_keyring==1', { 3617 ['use_gnome_keyring==1', {
3612 'sources': [ '<@(chrome_browser_gnome_keyring_sources)' ], 3618 'sources': [ '<@(chrome_browser_gnome_keyring_sources)' ],
3613 'dependencies': [ 3619 'dependencies': [
(...skipping 563 matching lines...) Expand 10 before | Expand all | Expand 10 after
4177 '../components/components.gyp:omnibox_browser', 4183 '../components/components.gyp:omnibox_browser',
4178 '../components/components.gyp:rlz', 4184 '../components/components.gyp:rlz',
4179 '../components/components.gyp:search_engines', 4185 '../components/components.gyp:search_engines',
4180 '../rlz/rlz.gyp:rlz_lib', 4186 '../rlz/rlz.gyp:rlz_lib',
4181 ], 4187 ],
4182 }, 4188 },
4183 ], 4189 ],
4184 }], 4190 }],
4185 ], 4191 ],
4186 } 4192 }
OLDNEW
« no previous file with comments | « chrome/browser/input_method/input_method_engine_base.cc ('k') | ui/base/ime/ime_engine_handler_interface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698