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

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

Issue 2306743002: Nukes the gyp/gypi files in ui (Closed)
Patch Set: keep webui Created 4 years, 3 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
OLDNEW
(Empty)
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
3 # found in the LICENSE file.
4 {
5 'targets': [
6 {
7 'target_name': 'background',
8 'variables': {
9 'depends': [
10 '../../webui/resources/js/assert.js',
11 '../file_manager/common/js/file_type.js',
12 '../file_manager/common/js/metrics_base.js',
13 '../file_manager/common/js/metrics.js',
14 '../file_manager/common/js/metrics_events.js',
15 '../file_manager/foreground/js/metadata/image_orientation.js',
16 'cache.js',
17 'image_loader.js',
18 'piex_loader.js',
19 'request.js',
20 'scheduler.js',
21 ],
22 'externs': [
23 '<(EXTERNS_DIR)/chrome_extensions.js',
24 '<(EXTERNS_DIR)/file_manager_private.js',
25 '<(EXTERNS_DIR)/metrics_private.js',
26 '../../../third_party/analytics/externs.js',
27 ],
28 },
29 'includes': [
30 '../compile_js.gypi',
31 ],
32 }
33 ],
34 }
OLDNEW
« no previous file with comments | « ui/file_manager/gallery/js/image_editor/compiled_resources2.gyp ('k') | ui/file_manager/image_loader/compiled_resources2.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698