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

Side by Side Diff: chrome/browser/resources/settings/people_page/compiled_resources2.gyp

Issue 1900913002: Settings People Revamp: Split Profile Info out into its own handler. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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
« no previous file with comments | « no previous file | chrome/browser/resources/settings/people_page/people_page.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2016 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': 'camera', 7 'target_name': 'camera',
8 'dependencies': [ 8 'dependencies': [
9 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', 9 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
10 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util', 10 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util',
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 { 68 {
69 'target_name': 'people_page', 69 'target_name': 'people_page',
70 'dependencies': [ 70 'dependencies': [
71 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', 71 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
72 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', 72 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
73 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', 73 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior',
74 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_ behavior', 74 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_ behavior',
75 '../settings_page/compiled_resources2.gyp:settings_animated_pages', 75 '../settings_page/compiled_resources2.gyp:settings_animated_pages',
76 'easy_unlock_browser_proxy', 76 'easy_unlock_browser_proxy',
77 'easy_unlock_turn_off_dialog', 77 'easy_unlock_turn_off_dialog',
78 'profile_info_browser_proxy',
78 'sync_private_api', 79 'sync_private_api',
79 ], 80 ],
80 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 81 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
81 }, 82 },
82 { 83 {
84 'target_name': 'profile_info_browser_proxy',
85 'dependencies': [
86 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
87 ],
88 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
89 },
90 {
83 'target_name': 'sync_page', 91 'target_name': 'sync_page',
84 'dependencies': [ 92 'dependencies': [
85 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', 93 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
86 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', 94 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
87 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', 95 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior',
88 '../settings_page/compiled_resources2.gyp:settings_animated_pages', 96 '../settings_page/compiled_resources2.gyp:settings_animated_pages',
89 'sync_private_api', 97 'sync_private_api',
90 ], 98 ],
91 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 99 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
92 }, 100 },
93 { 101 {
94 'target_name': 'sync_private_api', 102 'target_name': 'sync_private_api',
95 'dependencies': [ 103 'dependencies': [
96 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', 104 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
97 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 105 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
98 ], 106 ],
99 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 107 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
100 }, 108 },
101 ], 109 ],
102 } 110 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/settings/people_page/people_page.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698