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

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

Issue 2052973002: Get Polymer externs from closure/github (instead of Polymer/bower) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@roll-closure
Patch Set: revert binaries so we can try this thang Created 4 years, 6 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 | « third_party/polymer/v1_0/components-chromium/polymer-externs/polymer.externs.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 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 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 './ribbon.js', 132 './ribbon.js',
133 './slide_mode.js', 133 './slide_mode.js',
134 './thumbnail_mode.js', 134 './thumbnail_mode.js',
135 ], 135 ],
136 'externs': [ 136 'externs': [
137 '<(EXTERNS_DIR)/chrome_extensions.js', 137 '<(EXTERNS_DIR)/chrome_extensions.js',
138 '<(EXTERNS_DIR)/chrome_send.js', 138 '<(EXTERNS_DIR)/chrome_send.js',
139 '<(EXTERNS_DIR)/file_manager_private.js', 139 '<(EXTERNS_DIR)/file_manager_private.js',
140 '<(EXTERNS_DIR)/metrics_private.js', 140 '<(EXTERNS_DIR)/metrics_private.js',
141 '../../../../third_party/analytics/externs.js', 141 '../../../../third_party/analytics/externs.js',
142 '../../../../third_party/polymer/v1_0/components-chromium/polymer-exte rns/polymer.externs.js', 142 '../../../../third_party/closure_compiler/externs/polymer-1.0.js',
143 '../../externs/chrome_test.js', 143 '../../externs/chrome_test.js',
144 '../../externs/es6_workaround.js', 144 '../../externs/es6_workaround.js',
145 '../../externs/exif_entry.js', 145 '../../externs/exif_entry.js',
146 '../../externs/files_elements.js', 146 '../../externs/files_elements.js',
147 '../../externs/gallery_foreground.js', 147 '../../externs/gallery_foreground.js',
148 '../../externs/paper_elements.js', 148 '../../externs/paper_elements.js',
149 '../../externs/platform.js', 149 '../../externs/platform.js',
150 '../../externs/webview_tag.js', 150 '../../externs/webview_tag.js',
151 ], 151 ],
152 }, 152 },
153 'includes': [ 153 'includes': [
154 '../../compile_js.gypi', 154 '../../compile_js.gypi',
155 ], 155 ],
156 } 156 }
157 ], 157 ],
158 } 158 }
OLDNEW
« no previous file with comments | « third_party/polymer/v1_0/components-chromium/polymer-externs/polymer.externs.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698