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

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

Issue 1799913003: Settings People Revamp: Easy Unlock: Add basic UI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: test fixes 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
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 20 matching lines...) Expand all
31 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 31 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
32 ], 32 ],
33 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 33 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
34 }, 34 },
35 { 35 {
36 'target_name': 'people_page', 36 'target_name': 'people_page',
37 'dependencies': [ 37 'dependencies': [
38 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', 38 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
39 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', 39 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
40 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', 40 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior',
41 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_ behavior',
41 '../settings_page/compiled_resources2.gyp:settings_animated_pages', 42 '../settings_page/compiled_resources2.gyp:settings_animated_pages',
42 'sync_private_api', 43 'sync_private_api',
43 ], 44 ],
44 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 45 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
45 }, 46 },
46 { 47 {
47 'target_name': 'sync_page', 48 'target_name': 'sync_page',
48 'dependencies': [ 49 'dependencies': [
49 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', 50 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
50 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', 51 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
51 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', 52 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior',
52 '../settings_page/compiled_resources2.gyp:settings_animated_pages', 53 '../settings_page/compiled_resources2.gyp:settings_animated_pages',
53 'sync_private_api', 54 'sync_private_api',
54 ], 55 ],
55 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 56 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
56 }, 57 },
57 { 58 {
58 'target_name': 'sync_private_api', 59 'target_name': 'sync_private_api',
59 'dependencies': [ 60 'dependencies': [
60 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', 61 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
61 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 62 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
62 ], 63 ],
63 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 64 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
64 }, 65 },
65 ], 66 ],
66 } 67 }
OLDNEW
« no previous file with comments | « chrome/app/settings_strings.grdp ('k') | chrome/browser/resources/settings/people_page/people_page.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698