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

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

Issue 507573002: webui: add a gyp file for ui/webui/resources/js/cr/ui and build the pre-compiled (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 6 years, 3 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/cr/ui/compiled_resources.gyp
diff --git a/ui/webui/resources/js/chromeos/compiled_resources.gyp b/ui/webui/resources/js/cr/ui/compiled_resources.gyp
similarity index 58%
copy from ui/webui/resources/js/chromeos/compiled_resources.gyp
copy to ui/webui/resources/js/cr/ui/compiled_resources.gyp
index 6231af1379e22eb05d845f5d54b342eede06ad99..c8da03c8b3dfc3554ecf3d2d2d62cc7be98f9c0a 100644
--- a/ui/webui/resources/js/chromeos/compiled_resources.gyp
+++ b/ui/webui/resources/js/cr/ui/compiled_resources.gyp
@@ -4,14 +4,14 @@
{
'targets': [
{
- 'target_name': 'ui_account_tweaks',
+ 'target_name': 'focus_manager',
'variables': {
'depends': [
- '../cr.js',
- '../load_time_data.js'
+ '../../assert.js',
+ '../../cr.js',
],
},
- 'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi'],
+ '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