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

Side by Side Diff: chrome/chrome_browser.gypi

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

Powered by Google App Engine
This is Rietveld 408576698