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

Unified Diff: chrome/chrome_common.gypi

Issue 3071027: Create a define for the gyp variable internal_pdf. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Move defines block Created 10 years, 4 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/common/pepper_plugin_registry.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_common.gypi
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
index b019c630b9a3d3ee5d5bf7aad6d97845106f78f8..33ff781d54d3173e53e80e7490029ab22a727f00 100644
--- a/chrome/chrome_common.gypi
+++ b/chrome/chrome_common.gypi
@@ -334,6 +334,9 @@
'common/sandbox_policy.cc',
],
}],
+ ['internal_pdf==1', {
+ 'defines': ['INTERNAL_PDF=1'],
+ }],
['remoting==1', {
'dependencies': [
'../remoting/remoting.gyp:chromoting_plugin',
« no previous file with comments | « no previous file | chrome/common/pepper_plugin_registry.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698