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

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

Issue 2587913007: MD Settings: cr-slider: Make display consistent and clean up. (Closed)
Patch Set: Update tests Created 3 years, 11 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)/third_party/polymer/v1_0/components-chromium/paper-slider/comp iled_resources2.gyp:paper-slider-extracted',
11 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 10 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
12 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', 11 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior',
13 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_ behavior', 12 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_ behavior',
14 '<(EXTERNS_GYP):chrome_send', 13 '<(EXTERNS_GYP):chrome_send',
15 'fonts_browser_proxy', 14 'fonts_browser_proxy',
16 ], 15 ],
17 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 16 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
18 }, 17 },
19 { 18 {
20 'target_name': 'appearance_browser_proxy', 19 'target_name': 'appearance_browser_proxy',
(...skipping 27 matching lines...) Expand all
48 'target_name': 'fonts_browser_proxy', 47 'target_name': 'fonts_browser_proxy',
49 'dependencies': [ 48 'dependencies': [
50 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', 49 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
51 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 50 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
52 '<(EXTERNS_GYP):chrome_send', 51 '<(EXTERNS_GYP):chrome_send',
53 ], 52 ],
54 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 53 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
55 }, 54 },
56 ], 55 ],
57 } 56 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698