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

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

Issue 1798133002: [MD settings] add sub-label to Show Home Button check box (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: closure fix Created 4 years, 9 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 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-slider/comp iled_resources2.gyp:paper-slider-extracted', 9 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-slider/comp iled_resources2.gyp:paper-slider-extracted',
10 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 10 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
11 '<(EXTERNS_GYP):chrome_send', 11 '<(EXTERNS_GYP):chrome_send',
12 ], 12 ],
13 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 13 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
14 }, 14 },
15 { 15 {
16 'target_name': 'appearance_page', 16 'target_name': 'appearance_page',
17 'dependencies': [ 17 'dependencies': [
18 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert'
dpapad 2016/03/14 21:33:26 Is this necessary? I don't see any assert() call i
dschuyler 2016/03/14 22:42:24 It's necessary for a different CL that is not this
18 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 19 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
19 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', 20 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior',
20 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', 21 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
21 '<(EXTERNS_GYP):settings_private', 22 '<(EXTERNS_GYP):settings_private',
22 '<(EXTERNS_GYP):chrome_send', 23 '<(EXTERNS_GYP):chrome_send',
23 '../controls/compiled_resources2.gyp:settings_dropdown_menu', 24 '../controls/compiled_resources2.gyp:settings_dropdown_menu',
24 '../settings_page/compiled_resources2.gyp:settings_animated_pages' 25 '../settings_page/compiled_resources2.gyp:settings_animated_pages'
25 ], 26 ],
26 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 27 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
27 }, 28 },
28 ], 29 ],
29 } 30 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698