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

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

Issue 2487423002: MD Settings: add tests for mischievous default zoom handling (Closed)
Patch Set: closure Created 4 years, 1 month 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', 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', 11 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
12 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', 12 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior',
13 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_ behavior', 13 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_ behavior',
14 '<(EXTERNS_GYP):chrome_send', 14 '<(EXTERNS_GYP):chrome_send',
15 'fonts_browser_proxy', 15 'fonts_browser_proxy',
16 ], 16 ],
17 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 17 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
18 }, 18 },
19 { 19 {
20 'target_name': 'appearance_browser_proxy', 20 'target_name': 'appearance_browser_proxy',
21 'dependencies': [ 21 'dependencies': [
22 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', 22 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
23 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 23 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
24 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', 24 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
25 '<(EXTERNS_GYP):chrome_send',
25 '<(EXTERNS_GYP):management', 26 '<(EXTERNS_GYP):management',
26 '<(EXTERNS_GYP):chrome_send', 27 '<(EXTERNS_GYP):settings_private',
27 ], 28 ],
28 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 29 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
29 }, 30 },
30 { 31 {
31 'target_name': 'appearance_page', 32 'target_name': 'appearance_page',
32 'dependencies': [ 33 'dependencies': [
33 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 34 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
34 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', 35 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior',
35 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', 36 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
36 '<(EXTERNS_GYP):settings_private', 37 '<(EXTERNS_GYP):settings_private',
(...skipping 10 matching lines...) Expand all
47 'target_name': 'fonts_browser_proxy', 48 'target_name': 'fonts_browser_proxy',
48 'dependencies': [ 49 'dependencies': [
49 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', 50 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
50 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 51 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
51 '<(EXTERNS_GYP):chrome_send', 52 '<(EXTERNS_GYP):chrome_send',
52 ], 53 ],
53 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 54 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
54 }, 55 },
55 ], 56 ],
56 } 57 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698