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

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

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

Powered by Google App Engine
This is Rietveld 408576698