Index: chrome/browser/resources/md_user_manager/compiled_resources.gyp |
diff --git a/chrome/browser/resources/md_user_manager/compiled_resources.gyp b/chrome/browser/resources/md_user_manager/compiled_resources.gyp |
new file mode 100644 |
index 0000000000000000000000000000000000000000..b175e0f661bd5a72f4b36b7b9baced9fc40a56a3 |
--- /dev/null |
+++ b/chrome/browser/resources/md_user_manager/compiled_resources.gyp |
@@ -0,0 +1,69 @@ |
+# Copyright 2015 The Chromium Authors. All rights reserved. |
+# Use of this source code is governed by a BSD-style license that can be |
+# found in the LICENSE file. |
Dan Beam
2016/02/09 18:56:05
don't add this, add a compiled_resources2.gyp inst
Moe
2016/02/10 22:28:09
Done.
|
+{ |
+ 'targets': [ |
+ { |
+ 'target_name': 'control_bar', |
+ 'variables': { |
+ 'depends': [ |
+ '../../../../ui/webui/resources/js/compiled_resources.gyp:cr', |
+ 'control_bar.js', |
+ ], |
+ }, |
+ 'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'], |
+ }, |
+ { |
+ 'target_name': 'create_profile', |
+ 'variables': { |
+ 'depends': [ |
+ '../../../../ui/webui/resources/js/compiled_resources.gyp:cr', |
+ '../../../../ui/webui/resources/js/compiled_resources.gyp:load_time_data', |
+ '../../../../ui/webui/resources/js/i18n_behavior.js', |
+ '../../../../ui/webui/resources/js/action_link.js', |
+ 'create_profile.js', |
+ 'profile_api.js', |
+ ], |
+ }, |
+ 'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'], |
+ }, |
+ { |
+ 'target_name': 'profile_api', |
+ 'variables': { |
+ 'depends': [ |
+ '../../../../ui/webui/resources/js/compiled_resources.gyp:cr', |
+ 'profile_api.js', |
+ ], |
+ }, |
+ 'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'], |
+ }, |
+ { |
+ 'target_name': 'supervised_user_learn_more', |
+ 'variables': { |
+ 'depends': [ |
+ 'supervised_user_learn_more.js', |
+ ], |
+ }, |
+ 'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'], |
+ }, |
+ { |
+ 'target_name': 'user_manager_pages', |
+ 'variables': { |
+ 'depends': [ |
+ 'user_manager_pages.js', |
+ ], |
+ }, |
+ 'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'], |
+ }, |
+ { |
+ 'target_name': 'user_manager_tutorial', |
+ 'variables': { |
+ 'depends': [ |
+ '../../../../ui/webui/resources/js/compiled_resources.gyp:util', |
+ 'user_manager_tutorial.js', |
+ ], |
+ }, |
+ 'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'], |
+ } |
+ ] |
+} |