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

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

Issue 942453003: Gallery: Add extern of analytics.js to Gallery. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 | « no previous file | 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 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 './gallery_util.js', 91 './gallery_util.js',
92 './mosaic_mode.js', 92 './mosaic_mode.js',
93 './ribbon.js', 93 './ribbon.js',
94 './slide_mode.js', 94 './slide_mode.js',
95 ], 95 ],
96 'externs': [ 96 'externs': [
97 '<(CLOSURE_DIR)/externs/chrome_send_externs.js', 97 '<(CLOSURE_DIR)/externs/chrome_send_externs.js',
98 '<(CLOSURE_DIR)/externs/chrome_extensions.js', 98 '<(CLOSURE_DIR)/externs/chrome_extensions.js',
99 '<(CLOSURE_DIR)/externs/file_manager_private.js', 99 '<(CLOSURE_DIR)/externs/file_manager_private.js',
100 '<(CLOSURE_DIR)/externs/metrics_private.js', 100 '<(CLOSURE_DIR)/externs/metrics_private.js',
101 '../../../../third_party/analytics/externs.js',
101 '../../externs/chrome_test.js', 102 '../../externs/chrome_test.js',
102 '../../externs/exif_entry.js', 103 '../../externs/exif_entry.js',
103 '../../externs/gallery_foreground.js', 104 '../../externs/gallery_foreground.js',
104 '../../externs/platform.js', 105 '../../externs/platform.js',
105 '../../externs/webview_tag.js', 106 '../../externs/webview_tag.js',
106 ], 107 ],
107 }, 108 },
108 'includes': [ 109 'includes': [
109 '../../../../third_party/closure_compiler/compile_js.gypi' 110 '../../../../third_party/closure_compiler/compile_js.gypi'
110 ], 111 ],
111 } 112 }
112 ], 113 ],
113 } 114 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698