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

Unified Diff: ui/webui/resources/cr_elements/v0_8/cr_checkbox/compiled_resources.gyp

Issue 1112403006: Add a flag to the compiler for compiling polymer code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use an absolute path for the externs Created 5 years, 7 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: ui/webui/resources/cr_elements/v0_8/cr_checkbox/compiled_resources.gyp
diff --git a/ui/webui/resources/js/cr/ui/compiled_resources.gyp b/ui/webui/resources/cr_elements/v0_8/cr_checkbox/compiled_resources.gyp
similarity index 69%
copy from ui/webui/resources/js/cr/ui/compiled_resources.gyp
copy to ui/webui/resources/cr_elements/v0_8/cr_checkbox/compiled_resources.gyp
index c8da03c8b3dfc3554ecf3d2d2d62cc7be98f9c0a..707fa6dabc0645b0b3cd5a9b809ae40f12218b5c 100644
--- a/ui/webui/resources/js/cr/ui/compiled_resources.gyp
+++ b/ui/webui/resources/cr_elements/v0_8/cr_checkbox/compiled_resources.gyp
@@ -4,14 +4,11 @@
{
'targets': [
{
- 'target_name': 'focus_manager',
+ 'target_name': 'cr_checkbox',
'variables': {
- 'depends': [
- '../../assert.js',
- '../../cr.js',
- ],
+ 'polymer': 1,
},
'includes': ['../../../../../../third_party/closure_compiler/compile_js.gypi'],
- },
+ }
],
-}
+}

Powered by Google App Engine
This is Rietveld 408576698