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

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

Issue 1720533002: Settings People Revamp: Change Picture: Add accessibility-key usage. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@0095-settings-change-picture-announce-messags-old-image-alt-text
Patch Set: Update people to compiled_resources2 to allow passing of closure Created 4 years, 9 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
(Empty)
1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4 {
5 'targets': [
6 {
7 'target_name': 'camera',
8 'dependencies': [
9 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
10 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util',
11 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior',
12 ],
13 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
14 },
15 {
16 'target_name': 'change_picture',
17 'dependencies': [
18 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-selector/com piled_resources2.gyp:iron-selector-extracted',
19 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
20 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util',
21 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior',
22 'camera',
23 'change_picture_private_api',
24 ],
25 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
26 },
27 {
28 'target_name': 'change_picture_private_api',
29 'dependencies': [
30 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
31 ],
32 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
33 },
34 {
35 'target_name': 'people_page',
36 'dependencies': [
37 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
38 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
39 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior',
40 '../settings_page/compiled_resources2.gyp:settings_animated_pages',
41 'sync_private_api',
42 ],
43 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
44 },
45 {
46 'target_name': 'sync_page',
47 'dependencies': [
48 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
49 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
50 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior',
51 '../settings_page/compiled_resources2.gyp:settings_animated_pages',
52 'sync_private_api',
53 ],
54 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
55 },
56 {
57 'target_name': 'sync_private_api',
58 'dependencies': [
59 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
60 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
61 ],
62 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
63 },
64 ],
65 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698