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

Unified Diff: chrome/chrome_repack_chrome.gypi

Issue 10106026: Revert 132589 - Revert 132440 - Allow extension APIs to be compiled out. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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
« no previous file with comments | « chrome/chrome_dll.gypi ('k') | chrome/chrome_resources.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_repack_chrome.gypi
===================================================================
--- chrome/chrome_repack_chrome.gypi (revision 132590)
+++ chrome/chrome_repack_chrome.gypi (working copy)
@@ -23,6 +23,11 @@
'<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.pak',
]
}],
+ ['enable_extensions==1', {
+ 'pak_inputs': [
+ '<(grit_out_dir)/extensions_api_resources.pak',
+ ],
+ }],
],
},
'inputs': [
« no previous file with comments | « chrome/chrome_dll.gypi ('k') | chrome/chrome_resources.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698