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

Unified Diff: chrome/chrome_browser_extensions.gypi

Issue 1554983002: Build chrome.input.ime.* API in GN mode. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 12 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/extensions/BUILD.gn ('k') | chrome/common/extensions/api/schemas.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser_extensions.gypi
diff --git a/chrome/chrome_browser_extensions.gypi b/chrome/chrome_browser_extensions.gypi
index 7a790eb47dd37fc85bc309c27c1b3dc40ba91a80..8f3aa701150391c2d0c8e154a1a3d1f2dac06109 100644
--- a/chrome/chrome_browser_extensions.gypi
+++ b/chrome/chrome_browser_extensions.gypi
@@ -936,6 +936,11 @@
'browser/extensions/api/storage/policy_value_store.cc',
'browser/extensions/api/storage/policy_value_store.h',
],
+ 'chrome_browser_extensions_input_ime_nonchromeos_sources': [
Shu Chen 2016/01/04 07:00:06 "nonchromeos" is not accurate as these files are (
Azure Wei 2016/01/04 07:41:26 Renamed this as 'chrome_browser_extensions_input_i
+ 'browser/extensions/api/input_ime/input_ime_api.cc',
+ 'browser/extensions/api/input_ime/input_ime_api.h',
+ 'browser/extensions/api/input_ime/input_ime_api_nonchromeos.cc',
+ ],
},
# ----------------------------------------------------------------------------
# Note on GN build: everything below here is duplicated in
@@ -1078,6 +1083,11 @@
'../ui/events/platform/x11/x11_events_platform.gyp:x11_events_platform',
],
}],
+ ['chromeos==0', {
+ 'sources': [
+ '<@(chrome_browser_extensions_input_ime_nonchromeos_sources)',
+ ],
+ }],
],
}],
['configuration_policy==1', {
@@ -1103,6 +1113,9 @@
'../third_party/iaccessible2/iaccessible2.gyp:iaccessible2',
'../third_party/isimpledom/isimpledom.gyp:isimpledom',
],
+ 'source': [
+ '<@(chrome_browser_extensions_input_ime_nonchromeos_sources)',
+ ],
}, { # 'OS!="win"
'conditions': [
['OS=="linux" and toolkit_views==1',{
@@ -1126,13 +1139,6 @@
'browser/extensions/display_info_provider_aura.h',
],
}],
- ['OS=="win" or OS=="linux"', {
- 'sources': [
- 'browser/extensions/api/input_ime/input_ime_api.cc',
- 'browser/extensions/api/input_ime/input_ime_api.h',
- 'browser/extensions/api/input_ime/input_ime_api_nonchromeos.cc',
- ],
- }],
['enable_app_list==1', {
'sources': [
'<@(chrome_browser_extensions_app_list_sources)',
« no previous file with comments | « chrome/browser/extensions/BUILD.gn ('k') | chrome/common/extensions/api/schemas.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698