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

Unified Diff: third_party/closure_compiler/compiled_resources.gyp

Issue 665633002: Compile braille ime among other compiled js resources. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git/+/lkcr
Patch Set: Created 6 years, 2 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: third_party/closure_compiler/compiled_resources.gyp
diff --git a/third_party/closure_compiler/compiled_resources.gyp b/third_party/closure_compiler/compiled_resources.gyp
index 624e5c50f74e39b9887103fdfa469e1f75bcba1a..61c1c3242b36247763339f76e00f5743679fd022 100644
--- a/third_party/closure_compiler/compiled_resources.gyp
+++ b/third_party/closure_compiler/compiled_resources.gyp
@@ -8,6 +8,7 @@
'type': 'none',
'dependencies': [
'../../chrome/browser/resources/bookmark_manager/js/compiled_resources.gyp:*',
+ '../../chrome/browser/resources/chromeos/braille_ime/compiled_resources.gyp:*',
Dan Beam 2014/10/17 22:08:44 hey Peter, can you add this file to the CL?
'../../chrome/browser/resources/downloads/compiled_resources.gyp:*',
'../../chrome/browser/resources/extensions/compiled_resources.gyp:*',
'../../chrome/browser/resources/help/compiled_resources.gyp:*',

Powered by Google App Engine
This is Rietveld 408576698