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

Unified Diff: chrome/chrome_browser.gypi

Issue 958383003: Output closure-compiled JavaScript files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Always generate source map if minified js is output Created 5 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
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 5a552b6060918a1b13b1b907df7c9ff598c6e20a..d43bee7f7f80abeda88a61d651633ea5db3d65d8 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -3385,6 +3385,8 @@
'../third_party/android_opengl/etc1/etc1.gyp:etc1',
'../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_util',
'chrome_browser_jni_headers',
+ 'browser/resources/enhanced_bookmarks/compiled_resources.gyp:*',
Dan Beam 2015/03/06 02:57:28 this would force all chrome developers to install
Theresa 2015/03/06 03:07:19 I'm going to revert changes to everything except c
+
Dan Beam 2015/03/06 02:57:28 remove extra \n
],
'dependencies!': [
'../components/components.gyp:feedback_component',

Powered by Google App Engine
This is Rietveld 408576698