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

Unified Diff: build/all.gyp

Issue 551043: Hook third_party/chromeos_text_input to all.gyp for Chromium OS. (Closed)
Patch Set: Created 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/all.gyp
diff --git a/build/all.gyp b/build/all.gyp
index fc19cd2755de3cd40045bd011f48fd9ca194bcaa..47defbba6cad49d8bf68e030cb285f92653aad3f 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -119,6 +119,11 @@
'../views/views.gyp:*',
],
}],
+ ['chromeos==1', {
+ 'dependencies': [
+ '../third_party/chromeos_text_input/text_input.gyp:*',
+ ],
+ }],
],
},
],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698