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

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

Issue 2603683002: Files app: Remove closure compiler targets which are used only in tests. (Closed)
Patch Set: Created 3 years, 11 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
1 # Copyright 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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 # 'includes': ['../../compile_js2.gypi'], 8 # 'includes': ['../../compile_js2.gypi'],
9 # }, 9 # },
10 # { 10 # {
11 # 'target_name': 'dimmable_ui_controller', 11 # 'target_name': 'dimmable_ui_controller',
12 # 'includes': ['../../compile_js2.gypi'], 12 # 'includes': ['../../compile_js2.gypi'],
13 # }, 13 # },
14 # { 14 # {
15 # 'target_name': 'dimmable_ui_controller_unittest',
16 # 'includes': ['../../compile_js2.gypi'],
17 # },
18 # {
19 # 'target_name': 'entry_list_watcher', 15 # 'target_name': 'entry_list_watcher',
20 # 'includes': ['../../compile_js2.gypi'], 16 # 'includes': ['../../compile_js2.gypi'],
21 # }, 17 # },
22 # { 18 # {
23 # 'target_name': 'entry_list_watcher_unittest',
24 # 'includes': ['../../compile_js2.gypi'],
25 # },
26 # {
27 # 'target_name': 'error_banner', 19 # 'target_name': 'error_banner',
28 # 'includes': ['../../compile_js2.gypi'], 20 # 'includes': ['../../compile_js2.gypi'],
29 # }, 21 # },
30 # { 22 # {
31 # 'target_name': 'gallery', 23 # 'target_name': 'gallery',
32 # 'includes': ['../../compile_js2.gypi'], 24 # 'includes': ['../../compile_js2.gypi'],
33 # }, 25 # },
34 # { 26 # {
35 # 'target_name': 'gallery_data_model', 27 # 'target_name': 'gallery_data_model',
36 # 'includes': ['../../compile_js2.gypi'], 28 # 'includes': ['../../compile_js2.gypi'],
37 # }, 29 # },
38 # { 30 # {
39 # 'target_name': 'gallery_data_model_unittest',
40 # 'includes': ['../../compile_js2.gypi'],
41 # },
42 # {
43 # 'target_name': 'gallery_item', 31 # 'target_name': 'gallery_item',
44 # 'includes': ['../../compile_js2.gypi'], 32 # 'includes': ['../../compile_js2.gypi'],
45 # }, 33 # },
46 # { 34 # {
47 # 'target_name': 'gallery_item_unittest',
48 # 'includes': ['../../compile_js2.gypi'],
49 # },
50 # {
51 # 'target_name': 'gallery_scripts', 35 # 'target_name': 'gallery_scripts',
52 # 'includes': ['../../compile_js2.gypi'], 36 # 'includes': ['../../compile_js2.gypi'],
53 # }, 37 # },
54 # { 38 # {
55 # 'target_name': 'gallery_util', 39 # 'target_name': 'gallery_util',
56 # 'includes': ['../../compile_js2.gypi'], 40 # 'includes': ['../../compile_js2.gypi'],
57 # }, 41 # },
58 # { 42 # {
59 # 'target_name': 'gallery_util_unittest',
60 # 'includes': ['../../compile_js2.gypi'],
61 # },
62 # {
63 # 'target_name': 'metadata_worker', 43 # 'target_name': 'metadata_worker',
64 # 'includes': ['../../compile_js2.gypi'], 44 # 'includes': ['../../compile_js2.gypi'],
65 # }, 45 # },
66 # { 46 # {
67 # 'target_name': 'ribbon', 47 # 'target_name': 'ribbon',
68 # 'includes': ['../../compile_js2.gypi'], 48 # 'includes': ['../../compile_js2.gypi'],
69 # }, 49 # },
70 # { 50 # {
71 # 'target_name': 'ribbon_unittest',
72 # 'includes': ['../../compile_js2.gypi'],
73 # },
74 # {
75 # 'target_name': 'slide_mode', 51 # 'target_name': 'slide_mode',
76 # 'includes': ['../../compile_js2.gypi'], 52 # 'includes': ['../../compile_js2.gypi'],
77 # }, 53 # },
78 # { 54 # {
79 # 'target_name': 'slide_mode_unittest',
80 # 'includes': ['../../compile_js2.gypi'],
81 # },
82 # {
83 # 'target_name': 'test_util',
84 # 'includes': ['../../compile_js2.gypi'],
85 # },
86 # {
87 # 'target_name': 'thumbnail_mode', 55 # 'target_name': 'thumbnail_mode',
88 # 'includes': ['../../compile_js2.gypi'], 56 # 'includes': ['../../compile_js2.gypi'],
89 # }, 57 # },
90 ], 58 ],
91 } 59 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698