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

Unified Diff: chrome/browser/extensions/component_loader.cc

Issue 1419103010: Aura on Android: Compile extensions gn target. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@compile_extensions_browser
Patch Set: Updated the comment. Created 5 years, 1 month 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/browser/extensions/component_loader.cc
diff --git a/chrome/browser/extensions/component_loader.cc b/chrome/browser/extensions/component_loader.cc
index cdb717b2bab6988589b9799336ff14e247806b0e..96bb6008ef93085bd611316d2d402822c1804231 100644
--- a/chrome/browser/extensions/component_loader.cc
+++ b/chrome/browser/extensions/component_loader.cc
@@ -66,7 +66,7 @@
#include "storage/browser/fileapi/file_system_context.h"
#endif
-#if defined(ENABLE_APP_LIST)
+#if defined(ENABLE_APP_LIST) || defined(ENABLE_EXTENSIONS)
Reilly Grant (use Gerrit) 2015/11/12 19:34:15 Since this file should only be compiled if ENABLE_
Hadi 2015/11/17 16:49:58 Done.
#include "chrome/grit/chromium_strings.h"
#endif

Powered by Google App Engine
This is Rietveld 408576698