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

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

Issue 1408343010: [MD settings] closure fixes for appearance_font_menu and allowResetTheme (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« no previous file with comments | « chrome/browser/resources/settings/appearance_page/appearance_page.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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_font_menu',
8 'variables': {
9 'depends': [
10 '../../../../../ui/webui/resources/js/compiled_resources.gyp:load_time _data',
11 '../../../../../ui/webui/resources/js/compiled_resources.gyp:cr',
12 '../../../../../ui/webui/resources/js/cr.js',
13 '../../../../../ui/webui/resources/js/i18n_behavior.js',
14 ],
15 'externs': [
16 '../../../../../third_party/closure_compiler/externs/settings_private. js'
17 ],
18 },
19 'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi' ],
20 },
21 {
22 'target_name': 'appearance_fonts_page', 7 'target_name': 'appearance_fonts_page',
23 'variables': { 8 'variables': {
24 'depends': [ 9 'depends': [
25 '../../../../../ui/webui/resources/js/compiled_resources.gyp:load_time _data', 10 '../../../../../ui/webui/resources/js/compiled_resources.gyp:load_time _data',
26 '../../../../../ui/webui/resources/js/compiled_resources.gyp:cr', 11 '../../../../../ui/webui/resources/js/compiled_resources.gyp:cr',
27 '../../../../../ui/webui/resources/js/cr.js', 12 '../../../../../ui/webui/resources/js/cr.js',
28 '../../../../../ui/webui/resources/js/i18n_behavior.js', 13 '../../../../../ui/webui/resources/js/i18n_behavior.js',
29 '../../../../../third_party/polymer/v1_0/components-chromium/iron-a11y -keys-behavior/iron-a11y-keys-behavior-extracted.js', 14 '../../../../../third_party/polymer/v1_0/components-chromium/iron-a11y -keys-behavior/iron-a11y-keys-behavior-extracted.js',
30 '../../../../../third_party/polymer/v1_0/components-chromium/iron-beha viors/iron-button-state-extracted.js', 15 '../../../../../third_party/polymer/v1_0/components-chromium/iron-beha viors/iron-button-state-extracted.js',
31 '../../../../../third_party/polymer/v1_0/components-chromium/iron-beha viors/iron-control-state-extracted.js', 16 '../../../../../third_party/polymer/v1_0/components-chromium/iron-beha viors/iron-control-state-extracted.js',
(...skipping 22 matching lines...) Expand all
54 ], 39 ],
55 'externs': [ 40 'externs': [
56 '../../../../../third_party/closure_compiler/externs/settings_private. js', 41 '../../../../../third_party/closure_compiler/externs/settings_private. js',
57 '../../../../../third_party/closure_compiler/externs/chrome_send.js', 42 '../../../../../third_party/closure_compiler/externs/chrome_send.js',
58 ], 43 ],
59 }, 44 },
60 'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi' ], 45 'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi' ],
61 }, 46 },
62 ], 47 ],
63 } 48 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/settings/appearance_page/appearance_page.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698