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

Side by Side Diff: ui/file_manager/gallery/js/compiled_resources.gyp

Issue 1410923002: Add more Polymer behaviors to compiled_resources.gyp files to fix closure compile (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@iron-list4
Patch Set: Created 5 years, 2 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 | « chrome/browser/resources/md_downloads/compiled_resources.gyp ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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': 'background', 7 'target_name': 'background',
8 'variables': { 8 'variables': {
9 'depends': [ 9 'depends': [
10 '../../../../third_party/jstemplate/compiled_resources.gyp:jstemplate' , 10 '../../../../third_party/jstemplate/compiled_resources.gyp:jstemplate' ,
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 '../../../../third_party/polymer/v1_0/components-chromium/iron-checked -element-behavior/iron-checked-element-behavior-extracted.js', 54 '../../../../third_party/polymer/v1_0/components-chromium/iron-checked -element-behavior/iron-checked-element-behavior-extracted.js',
55 '../../../../third_party/polymer/v1_0/components-chromium/iron-form-el ement-behavior/iron-form-element-behavior-extracted.js', 55 '../../../../third_party/polymer/v1_0/components-chromium/iron-form-el ement-behavior/iron-form-element-behavior-extracted.js',
56 '../../../../third_party/polymer/v1_0/components-chromium/iron-validat able-behavior/iron-validatable-behavior-extracted.js', 56 '../../../../third_party/polymer/v1_0/components-chromium/iron-validat able-behavior/iron-validatable-behavior-extracted.js',
57 '../../../../third_party/polymer/v1_0/components-chromium/paper-behavi ors/paper-inky-focus-behavior-extracted.js', 57 '../../../../third_party/polymer/v1_0/components-chromium/paper-behavi ors/paper-inky-focus-behavior-extracted.js',
58 '../../../../third_party/polymer/v1_0/components-chromium/paper-behavi ors/paper-checked-element-behavior-extracted.js', 58 '../../../../third_party/polymer/v1_0/components-chromium/paper-behavi ors/paper-checked-element-behavior-extracted.js',
59 '../../../../third_party/polymer/v1_0/components-chromium/paper-behavi ors/paper-ripple-behavior-extracted.js', 59 '../../../../third_party/polymer/v1_0/components-chromium/paper-behavi ors/paper-ripple-behavior-extracted.js',
60 '../../../../third_party/polymer/v1_0/components-chromium/paper-checkb ox/paper-checkbox-extracted.js', 60 '../../../../third_party/polymer/v1_0/components-chromium/paper-checkb ox/paper-checkbox-extracted.js',
61 '../../../../third_party/polymer/v1_0/components-chromium/paper-input/ paper-input-behavior-extracted.js', 61 '../../../../third_party/polymer/v1_0/components-chromium/paper-input/ paper-input-behavior-extracted.js',
62 '../../../../third_party/polymer/v1_0/components-chromium/paper-input/ paper-input-container-extracted.js', 62 '../../../../third_party/polymer/v1_0/components-chromium/paper-input/ paper-input-container-extracted.js',
63 '../../../../third_party/polymer/v1_0/components-chromium/paper-input/ paper-input-extracted.js', 63 '../../../../third_party/polymer/v1_0/components-chromium/paper-input/ paper-input-extracted.js',
64 '../../../../third_party/polymer/v1_0/components-chromium/paper-ripple /paper-ripple-extracted.js',
64 '../../../webui/resources/js/util.js', 65 '../../../webui/resources/js/util.js',
65 '../../../webui/resources/js/event_tracker.js', 66 '../../../webui/resources/js/event_tracker.js',
66 '../../../webui/resources/js/load_time_data.js', 67 '../../../webui/resources/js/load_time_data.js',
67 '../../../webui/resources/js/cr.js', 68 '../../../webui/resources/js/cr.js',
68 '../../../webui/resources/js/cr/ui.js', 69 '../../../webui/resources/js/cr/ui.js',
69 '../../../webui/resources/js/cr/event_target.js', 70 '../../../webui/resources/js/cr/event_target.js',
70 '../../../webui/resources/js/cr/ui/touch_handler.js', 71 '../../../webui/resources/js/cr/ui/touch_handler.js',
71 '../../../webui/resources/js/cr/ui/array_data_model.js', 72 '../../../webui/resources/js/cr/ui/array_data_model.js',
72 '../../../webui/resources/js/cr/ui/dialogs.js', 73 '../../../webui/resources/js/cr/ui/dialogs.js',
73 '../../../webui/resources/js/cr/ui/list_item.js', 74 '../../../webui/resources/js/cr/ui/list_item.js',
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
142 '../../externs/platform.js', 143 '../../externs/platform.js',
143 '../../externs/webview_tag.js', 144 '../../externs/webview_tag.js',
144 ], 145 ],
145 }, 146 },
146 'includes': [ 147 'includes': [
147 '../../../../third_party/closure_compiler/compile_js.gypi' 148 '../../../../third_party/closure_compiler/compile_js.gypi'
148 ], 149 ],
149 } 150 }
150 ], 151 ],
151 } 152 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/md_downloads/compiled_resources.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698