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

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

Issue 2555373003: MD Settings: Deactivate the Camera when leaving the Change Picture page. (Closed)
Patch Set: fix closure compile Created 4 years 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 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',
11 ], 11 ],
12 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 12 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
13 }, 13 },
14 { 14 {
15 'target_name': 'change_picture', 15 'target_name': 'change_picture',
16 'dependencies': [ 16 'dependencies': [
17 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-selector/com piled_resources2.gyp:iron-selector-extracted', 17 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-selector/com piled_resources2.gyp:iron-selector-extracted',
18 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', 18 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior',
19 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', 19 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
20 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util', 20 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util',
21 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_ behavior', 21 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_ behavior',
22 '../compiled_resources2.gyp:route',
22 'camera', 23 'camera',
23 'change_picture_browser_proxy', 24 'change_picture_browser_proxy',
24 ], 25 ],
25 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 26 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
26 }, 27 },
27 { 28 {
28 'target_name': 'change_picture_browser_proxy', 29 'target_name': 'change_picture_browser_proxy',
29 'dependencies': [ 30 'dependencies': [
30 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 31 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
31 ], 32 ],
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
186 'dependencies': [ 187 'dependencies': [
187 '../prefs/compiled_resources2.gyp:prefs_behavior', 188 '../prefs/compiled_resources2.gyp:prefs_behavior',
188 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', 189 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior',
189 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_ behavior', 190 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_ behavior',
190 'import_data_browser_proxy', 191 'import_data_browser_proxy',
191 ], 192 ],
192 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 193 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
193 }, 194 },
194 ], 195 ],
195 } 196 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698