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

Side by Side 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 unified diff | Download patch
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2016 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 { 4 {
5 'targets': [ 5 'targets': [
6 { 6 {
7 'target_name': 'action_link', 7 'target_name': 'create_profile',
8 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
9 },
10 {
11 'target_name': 'assert',
12 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
13 },
14 {
15 'target_name': 'cr',
16 'dependencies': [ 8 'dependencies': [
17 '<(EXTERNS_GYP):chrome_send', 9 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
18 'assert', 10 'profile_api',
19 ], 11 ],
20 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 12 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
21 }, 13 },
22 { 14 {
23 'target_name': 'load_time_data', 15 'target_name': 'control_bar',
24 'dependencies': ['<(DEPTH)/third_party/jstemplate/compiled_resources2.gyp: jstemplate'], 16 'dependencies': ['<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:c r'],
25 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 17 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
26 }, 18 },
27 { 19 {
28 'target_name': 'event_tracker', 20 'target_name': 'profile_api',
21 'dependencies': ['<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:c r'],
29 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 22 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
30 }, 23 },
31 { 24 {
32 'target_name': 'util', 25 'target_name': 'supervised_user_learn_more',
33 'dependencies': [
34 '<(EXTERNS_GYP):chrome_send',
35 'cr',
36 ],
37 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 26 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
38 }, 27 },
39 { 28 {
40 'target_name': 'parse_html_subset', 29 'target_name': 'user_manager_pages',
41 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 30 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
42 }, 31 },
43 { 32 {
44 'target_name': 'i18n_template_no_process', 33 'target_name': 'user_manager_tutorial',
45 'dependencies': [ 34 'dependencies': ['<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:u til'],
46 'load_time_data',
47 '<(EXTERNS_GYP):pending_compiler_externs',
48 ],
49 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
50 },
51 {
52 'target_name': 'i18n_template',
53 'dependencies': [
54 'load_time_data',
55 # Ideally, <include> would automatically import externs as well, but
56 # it current doesn't and that sounds hard. Let's just kill <include>.
57 '<(EXTERNS_GYP):pending_compiler_externs',
58 ],
59 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 35 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
60 }, 36 },
61 ], 37 ],
62 } 38 }
OLDNEW
« 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