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

Unified Diff: chrome/browser/resources/md_user_manager/compiled_resources.gyp

Issue 1630903002: material design user manager with create profile flow (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressed tommy's comments #2 Created 4 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
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'],
+ }
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698