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

Unified Diff: chrome/browser/resources/md_user_manager/compiled_resources2.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 Dan'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
« no previous file with comments | « chrome/browser/browser_resources.grd ('k') | chrome/browser/resources/md_user_manager/control_bar.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/md_user_manager/compiled_resources2.gyp
diff --git a/ui/webui/resources/js/compiled_resources2.gyp b/chrome/browser/resources/md_user_manager/compiled_resources2.gyp
similarity index 36%
copy from ui/webui/resources/js/compiled_resources2.gyp
copy to chrome/browser/resources/md_user_manager/compiled_resources2.gyp
index 2d0ce6627aedb5d2c80e025e02b8f908356b5232..dec1f2c483159e87f2c305ff13325511c0749f3f 100644
--- a/ui/webui/resources/js/compiled_resources2.gyp
+++ b/chrome/browser/resources/md_user_manager/compiled_resources2.gyp
@@ -1,61 +1,37 @@
-# Copyright 2015 The Chromium Authors. All rights reserved.
+# Copyright 2016 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.
{
'targets': [
{
- 'target_name': 'action_link',
- 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
- },
- {
- 'target_name': 'assert',
- 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
- },
- {
- 'target_name': 'cr',
+ 'target_name': 'create_profile',
'dependencies': [
- '<(EXTERNS_GYP):chrome_send',
- 'assert',
+ '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
+ 'profile_api',
],
'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
},
{
- 'target_name': 'load_time_data',
- 'dependencies': ['<(DEPTH)/third_party/jstemplate/compiled_resources2.gyp:jstemplate'],
+ 'target_name': 'control_bar',
+ 'dependencies': ['<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr'],
'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
},
{
- 'target_name': 'event_tracker',
+ 'target_name': 'profile_api',
+ 'dependencies': ['<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr'],
'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
},
{
- 'target_name': 'util',
- 'dependencies': [
- '<(EXTERNS_GYP):chrome_send',
- 'cr',
- ],
+ 'target_name': 'supervised_user_learn_more',
'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
},
{
- 'target_name': 'parse_html_subset',
+ 'target_name': 'user_manager_pages',
'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
},
{
- 'target_name': 'i18n_template_no_process',
- 'dependencies': [
- 'load_time_data',
- '<(EXTERNS_GYP):pending_compiler_externs',
- ],
- 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
- },
- {
- 'target_name': 'i18n_template',
- 'dependencies': [
- 'load_time_data',
- # Ideally, <include> would automatically import externs as well, but
- # it current doesn't and that sounds hard. Let's just kill <include>.
- '<(EXTERNS_GYP):pending_compiler_externs',
- ],
+ 'target_name': 'user_manager_tutorial',
+ 'dependencies': ['<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util'],
'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
},
],
« no previous file with comments | « chrome/browser/browser_resources.grd ('k') | chrome/browser/resources/md_user_manager/control_bar.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698