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

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

Issue 2962823002: MD Settings: decouple page visibility from settings_ui.html. (Closed)
Patch Set: moving import out of this CL 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
« no previous file with comments | « no previous file | chrome/browser/resources/settings/basic_page/compiled_resources2.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 20 matching lines...) Expand all
31 'target_name': 'appearance_page', 31 'target_name': 'appearance_page',
32 'dependencies': [ 32 'dependencies': [
33 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 33 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
34 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', 34 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior',
35 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', 35 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
36 '<(EXTERNS_GYP):settings_private', 36 '<(EXTERNS_GYP):settings_private',
37 '<(EXTERNS_GYP):chrome_send', 37 '<(EXTERNS_GYP):chrome_send',
38 '../compiled_resources2.gyp:route', 38 '../compiled_resources2.gyp:route',
39 '../controls/compiled_resources2.gyp:settings_dropdown_menu', 39 '../controls/compiled_resources2.gyp:settings_dropdown_menu',
40 '../settings_page/compiled_resources2.gyp:settings_animated_pages', 40 '../settings_page/compiled_resources2.gyp:settings_animated_pages',
41 '../settings_ui/compiled_resources2.gyp:settings_ui_types', 41 '../compiled_resources2.gyp:page_visibility',
42 'appearance_browser_proxy', 42 'appearance_browser_proxy',
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': '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 { 55 {
56 'target_name': 'home_url_input', 56 'target_name': 'home_url_input',
57 'dependencies': [ 57 'dependencies': [
58 '<(DEPTH)/ui/webui/resources/cr_elements/policy/compiled_resources2.gyp: cr_policy_indicator_behavior', 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', 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', 60 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
61 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', 61 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
62 '<(EXTERNS_GYP):settings_private', 62 '<(EXTERNS_GYP):settings_private',
63 '../controls/compiled_resources2.gyp:pref_control_behavior', 63 '../controls/compiled_resources2.gyp:pref_control_behavior',
64 'appearance_browser_proxy', 64 'appearance_browser_proxy',
65 ], 65 ],
66 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 66 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
67 }, 67 },
68 ], 68 ],
69 } 69 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/settings/basic_page/compiled_resources2.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698