Index: chrome/browser/resources/settings/settings_page/compiled_resources.gyp |
diff --git a/chrome/browser/resources/settings/settings_page/compiled_resources.gyp b/chrome/browser/resources/settings/settings_page/compiled_resources.gyp |
index a36c51a8e14370c48363f0c2d03a2fde87297952..67a03f933158f0f38fb9936b7f2bc2601458ad03 100644 |
--- a/chrome/browser/resources/settings/settings_page/compiled_resources.gyp |
+++ b/chrome/browser/resources/settings/settings_page/compiled_resources.gyp |
@@ -17,5 +17,27 @@ |
}, |
'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi'], |
}, |
+ { |
+ 'target_name': 'settings_section', |
+ 'variables': { |
+ 'depends': [ |
+ ], |
+ }, |
+ 'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi'], |
+ }, |
+ { |
+ 'target_name': 'main_page_behavior', |
michaelpg
2016/02/25 03:22:59
Closure does not recognize the w3c web animations
Dan Beam
2016/02/26 19:18:23
@externs for the web animations API, maybe?
michaelpg
2016/03/01 00:18:28
is there a tool for that?
|
+ 'variables': { |
+ 'depends': [ |
+ 'settings_section.js', |
+ 'transition_behavior.js', |
+ ], |
+ }, |
+ 'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi'], |
+ }, |
+ { |
+ 'target_name': 'transition_behavior', |
+ 'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi'], |
+ }, |
], |
} |