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

Unified Diff: ui/webui/resources/js/compiled_resources.gyp

Issue 908633002: Add a compiled_resources.gyp for network_Ui and fix compiler errors. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address stevenjb's comment. 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
« no previous file with comments | « third_party/closure_compiler/compiled_resources.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/webui/resources/js/compiled_resources.gyp
diff --git a/ui/webui/resources/js/compiled_resources.gyp b/ui/webui/resources/js/compiled_resources.gyp
index b8f8aa37e4d8b8410a5d3d9c40ac69c9685192d8..345518cc1c68b04a18069dfafc68f0ea7feb327d 100644
--- a/ui/webui/resources/js/compiled_resources.gyp
+++ b/ui/webui/resources/js/compiled_resources.gyp
@@ -30,14 +30,14 @@
'target_name': 'util',
'variables': {
'depends': ['cr.js'],
Dan Beam 2015/02/09 20:21:02 TODO(jlklein): get <(VARIABLES) in transient exter
Jeremy Klein 2015/02/09 20:46:53 Done.
- 'externs': ['<(CLOSURE_DIR)/externs/chrome_send_externs.js'],
+ 'externs': ['../../../../third_party/closure_compiler/externs/chrome_send_externs.js'],
},
'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'],
},
{
'target_name': 'parse_html_subset',
'variables': {
- 'externs': ['<(CLOSURE_DIR)/externs/pending_compiler_externs.js'],
+ 'externs': ['../../../../third_party/closure_compiler/externs/pending_compiler_externs.js'],
},
'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'],
},
« no previous file with comments | « third_party/closure_compiler/compiled_resources.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698