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

Side by Side Diff: ui/file_manager/image_loader/compiled_resources.gyp

Issue 1076173002: Files.app: Add metrics of RAW file loading time. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed. Created 5 years, 8 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 | « ui/file_manager/file_manager/manifest.json ('k') | ui/file_manager/image_loader/manifest.json » ('j') | 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 "../file_manager/common/js/file_type.js", 10 "../file_manager/common/js/file_type.js",
11 '../file_manager/common/js/metrics_base.js',
12 '../file_manager/common/js/metrics.js',
13 '../file_manager/common/js/metrics_events.js',
11 "../file_manager/foreground/js/metadata/image_orientation.js", 14 "../file_manager/foreground/js/metadata/image_orientation.js",
12 'cache.js', 15 'cache.js',
13 'image_loader.js', 16 'image_loader.js',
14 'piex_loader.js', 17 'piex_loader.js',
15 'request.js', 18 'request.js',
16 'scheduler.js', 19 'scheduler.js',
17 ], 20 ],
18 'externs': [ 21 'externs': [
19 '<(CLOSURE_DIR)/externs/chrome_send_externs.js', 22 '<(CLOSURE_DIR)/externs/chrome_send_externs.js',
20 '<(CLOSURE_DIR)/externs/chrome_extensions.js', 23 '<(CLOSURE_DIR)/externs/chrome_extensions.js',
21 '<(CLOSURE_DIR)/externs/file_manager_private.js', 24 '<(CLOSURE_DIR)/externs/file_manager_private.js',
25 '<(CLOSURE_DIR)/externs/metrics_private.js',
26 '../../../third_party/analytics/externs.js',
22 ], 27 ],
23 }, 28 },
24 'includes': [ 29 'includes': [
25 '../../../third_party/closure_compiler/compile_js.gypi' 30 '../../../third_party/closure_compiler/compile_js.gypi'
26 ], 31 ],
27 } 32 }
28 ], 33 ],
29 } 34 }
OLDNEW
« no previous file with comments | « ui/file_manager/file_manager/manifest.json ('k') | ui/file_manager/image_loader/manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698