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

Side by Side Diff: chrome/browser/resources/settings/people_page/compiled_resources.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 'variables': {
9 'depends': [
10 '../../../../../ui/webui/resources/js/compiled_resources.gyp:load_time _data',
11 '../../../../../ui/webui/resources/js/compiled_resources.gyp:util',
12 '../../../../../ui/webui/resources/js/i18n_behavior.js',
13 ],
14 },
15 'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi' ],
16 },
17 {
18 'target_name': 'change_picture',
19 'variables': {
20 'depends': [
21 '../../../../../ui/webui/resources/js/compiled_resources.gyp:assert',
22 '../../../../../ui/webui/resources/js/compiled_resources.gyp:cr',
23 '../../../../../ui/webui/resources/js/compiled_resources.gyp:load_time _data',
24 '../../../../../ui/webui/resources/js/compiled_resources.gyp:util',
25 '../../../../../ui/webui/resources/js/i18n_behavior.js',
26 'change_picture_private_api.js',
27 ],
28 },
29 'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi' ],
30 },
31 {
32 'target_name': 'change_picture_private_api',
33 'variables': {
34 'depends': [
35 '../../../../../ui/webui/resources/js/compiled_resources.gyp:cr',
36 ],
37 },
38 'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi' ],
39 },
40 {
41 'target_name': 'people_page',
42 'variables': {
43 'depends': [
44 '../../../../../ui/webui/resources/js/compiled_resources.gyp:assert',
45 '../../../../../ui/webui/resources/js/compiled_resources.gyp:cr',
46 '../../../../../ui/webui/resources/js/compiled_resources.gyp:load_time _data',
47 '../../../../../ui/webui/resources/js/i18n_behavior.js',
48 '../settings_page/settings_animated_pages.js',
49 'sync_private_api.js',
50 ],
51 },
52 'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi' ],
53 },
54 {
55 'target_name': 'sync_page',
56 'variables': {
57 'depends': [
58 '../../../../../ui/webui/resources/js/compiled_resources.gyp:assert',
59 '../../../../../ui/webui/resources/js/compiled_resources.gyp:cr',
60 '../../../../../ui/webui/resources/js/compiled_resources.gyp:load_time _data',
61 '../../../../../ui/webui/resources/js/i18n_behavior.js',
62 '../settings_page/settings_animated_pages.js',
63 'sync_private_api.js',
64 ],
65 },
66 'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi' ],
67 },
68 {
69 'target_name': 'sync_private_api',
70 'variables': {
71 'depends': [
72 '../../../../../ui/webui/resources/js/compiled_resources.gyp:assert',
73 '../../../../../ui/webui/resources/js/compiled_resources.gyp:cr',
74 '../../../../../ui/webui/resources/js/cr.js',
75 ],
76 },
77 'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi' ],
78 },
79 ],
80 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698