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

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

Issue 2957153003: MD Settings: remove unsupported routes from guest-mode. (Closed)
Patch Set: fix compile error Created 3 years, 5 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': 'direction_delegate', 7 'target_name': 'direction_delegate',
8 'dependencies': [ 8 'dependencies': [
9 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', 9 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
10 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 10 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 42 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
43 '<(EXTERNS_GYP):chrome_send', 43 '<(EXTERNS_GYP):chrome_send',
44 ], 44 ],
45 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 45 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
46 }, 46 },
47 { 47 {
48 'target_name': 'route', 48 'target_name': 'route',
49 'dependencies': [ 49 'dependencies': [
50 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 50 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
51 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', 51 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
52 'page_visibility'
52 ], 53 ],
53 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 54 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
54 }, 55 },
55 { 56 {
56 'target_name': 'page_visibility', 57 'target_name': 'page_visibility',
57 'dependencies': [ 58 'dependencies': [
58 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 59 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
59 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', 60 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
60 ], 61 ],
61 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 62 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 'settings_menu/compiled_resources2.gyp:*', 102 'settings_menu/compiled_resources2.gyp:*',
102 'settings_page/compiled_resources2.gyp:*', 103 'settings_page/compiled_resources2.gyp:*',
103 'settings_ui/compiled_resources2.gyp:*', 104 'settings_ui/compiled_resources2.gyp:*',
104 'site_settings/compiled_resources2.gyp:*', 105 'site_settings/compiled_resources2.gyp:*',
105 'site_settings_page/compiled_resources2.gyp:*', 106 'site_settings_page/compiled_resources2.gyp:*',
106 'system_page/compiled_resources2.gyp:*', 107 'system_page/compiled_resources2.gyp:*',
107 ], 108 ],
108 }, 109 },
109 ], 110 ],
110 } 111 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698