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

Side by Side Diff: chrome/browser/resources/help/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 2017 The Chromium Authors. All rights reserved. 1 # Copyright 2017 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': 'help', 7 'target_name': 'help',
8 'variables': { 8 'variables': {
9 'extra_inputs': [ 9 'extra_inputs': [
10 '<!@(python <(CLOSURE_DIR)/build/get_includes.py ../options/options_bu ndle.js)', 10 '<!@(python <(CLOSURE_DIR)/build/get_includes.py ../options/options_bu ndle.js)',
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 '<(DEPTH)/ui/webui/resources/js/cr/ui/tree.js', 46 '<(DEPTH)/ui/webui/resources/js/cr/ui/tree.js',
47 '<(DEPTH)/ui/webui/resources/js/event_tracker.js', 47 '<(DEPTH)/ui/webui/resources/js/event_tracker.js',
48 '<(DEPTH)/ui/webui/resources/js/icon.js', 48 '<(DEPTH)/ui/webui/resources/js/icon.js',
49 '<(DEPTH)/ui/webui/resources/js/load_time_data.js', 49 '<(DEPTH)/ui/webui/resources/js/load_time_data.js',
50 '<(DEPTH)/ui/webui/resources/js/parse_html_subset.js', 50 '<(DEPTH)/ui/webui/resources/js/parse_html_subset.js',
51 '<(DEPTH)/ui/webui/resources/js/promise_resolver.js', 51 '<(DEPTH)/ui/webui/resources/js/promise_resolver.js',
52 '<(DEPTH)/ui/webui/resources/js/util.js', 52 '<(DEPTH)/ui/webui/resources/js/util.js',
53 '../chromeos/keyboard/keyboard_utils.js', 53 '../chromeos/keyboard/keyboard_utils.js',
54 '<(DEPTH)/ui/webui/resources/js/i18n_behavior.js', 54 '<(DEPTH)/ui/webui/resources/js/i18n_behavior.js',
55 '<(DEPTH)/ui/webui/resources/js/web_ui_listener_behavior.js', 55 '<(DEPTH)/ui/webui/resources/js/web_ui_listener_behavior.js',
56 '../settings/page_visibility.js',
56 '../settings/route.js', 57 '../settings/route.js',
57 '../settings/people_page/easy_unlock_browser_proxy.js', 58 '../settings/people_page/easy_unlock_browser_proxy.js',
58 '../settings/people_page/fingerprint_browser_proxy.js', 59 '../settings/people_page/fingerprint_browser_proxy.js',
59 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-a11y-keys- behavior/iron-a11y-keys-behavior-extracted.js', 60 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-a11y-keys- behavior/iron-a11y-keys-behavior-extracted.js',
60 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-selector/i ron-selection-extracted.js', 61 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-selector/i ron-selection-extracted.js',
61 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-selector/i ron-selectable-extracted.js', 62 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-selector/i ron-selectable-extracted.js',
62 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-selector/i ron-multi-selectable-extracted.js', 63 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-selector/i ron-multi-selectable-extracted.js',
63 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-menu-behav ior/iron-menu-behavior-extracted.js', 64 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-menu-behav ior/iron-menu-behavior-extracted.js',
64 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-menu-behav ior/iron-menubar-behavior-extracted.js', 65 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-menu-behav ior/iron-menubar-behavior-extracted.js',
65 '<(DEPTH)/ui/webui/resources/cr_elements/cr_profile_avatar_selector/cr _profile_avatar_selector_grid.js', 66 '<(DEPTH)/ui/webui/resources/cr_elements/cr_profile_avatar_selector/cr _profile_avatar_selector_grid.js',
(...skipping 27 matching lines...) Expand all
93 # of this code is deprecated, but please keep in sync if you really 94 # of this code is deprecated, but please keep in sync if you really
94 # need to change. 95 # need to change.
95 'channel_change_page.js', 96 'channel_change_page.js',
96 'help_page.js', 97 'help_page.js',
97 ], 98 ],
98 }, 99 },
99 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 100 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
100 } 101 }
101 ], 102 ],
102 } 103 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/chromeos/compiled_resources2.gyp ('k') | chrome/browser/resources/options/compiled_resources2.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698