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

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

Issue 2773233002: MD Settings: change settings-input to home-url-input due to reduced usage. (Closed)
Patch Set: updates based on comments Created 3 years, 8 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': 'appearance_fonts_page', 7 'target_name': 'appearance_fonts_page',
8 'dependencies': [ 8 'dependencies': [
9 '../controls/compiled_resources2.gyp:settings_dropdown_menu', 9 '../controls/compiled_resources2.gyp:settings_dropdown_menu',
10 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 10 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 }, 45 },
46 { 46 {
47 'target_name': 'fonts_browser_proxy', 47 'target_name': 'fonts_browser_proxy',
48 'dependencies': [ 48 'dependencies': [
49 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', 49 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
50 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 50 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
51 '<(EXTERNS_GYP):chrome_send', 51 '<(EXTERNS_GYP):chrome_send',
52 ], 52 ],
53 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 53 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
54 }, 54 },
55 {
56 'target_name': 'home_url_input',
57 'dependencies': [
58 '<(DEPTH)/ui/webui/resources/cr_elements/policy/compiled_resources2.gyp: cr_policy_indicator_behavior',
59 '<(DEPTH)/ui/webui/resources/cr_elements/policy/compiled_resources2.gyp: cr_policy_pref_behavior',
60 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
61 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
62 '<(EXTERNS_GYP):settings_private',
63 '../controls/compiled_resources2.gyp:pref_control_behavior',
64 'appearance_browser_proxy',
65 ],
66 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
67 },
55 ], 68 ],
56 } 69 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698