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

Unified Diff: chrome/chrome.gyp

Issue 1694017: Adding a configuration dialog for Pinyin input method. (Closed)
Patch Set: fixed all Created 10 years, 8 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
Index: chrome/chrome.gyp
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index ac1a236291fa34011ca9b523725810c16bc915fc..49bb392c96bb18e6e1ea5054cbbcc557bc382d76 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -844,6 +844,11 @@
'../build/linux/system.gyp:gtk'
],
}],
+ ['OS=="linux" and chromeos==1', {
+ 'include_dirs': [
+ '<(grit_out_dir)',
+ ],
+ }],
],
},
{
@@ -1005,6 +1010,11 @@
],
},
}],
+ ['OS=="linux" and chromeos==1', {
+ 'include_dirs': [
+ '<(grit_out_dir)',
+ ],
+ }],
['OS=="mac"', {
'link_settings': {
'libraries': [

Powered by Google App Engine
This is Rietveld 408576698