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

Unified Diff: build/common.gypi

Issue 145973020: Exclude IDS_CERT strings that are not used on Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: newt's nits Created 6 years, 10 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 | chrome/app/generated_resources.grd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index d988972bc1005129a7f439940dd6d88c436961cf..dc454c5a6be5bdb0bb0cad8fc767ee6a615354f7 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1671,6 +1671,9 @@
['toolkit_views==1', {
'grit_defines': ['-D', 'toolkit_views'],
}],
+ ['toolkit_uses_gtk==1', {
+ 'grit_defines': ['-D', 'toolkit_uses_gtk'],
+ }],
['use_aura==1', {
'grit_defines': ['-D', 'use_aura'],
}],
« no previous file with comments | « no previous file | chrome/app/generated_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698