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

Side by Side Diff: ui/file_manager/externs/compiled_resources2.gyp

Issue 2606653002: Files app: Move common/js/externs.js to externs/*. (Closed)
Patch Set: --similarity=20 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': 'audio_player_foreground', 7 'target_name': 'audio_player_foreground',
8 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], 8 'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
9 }, 9 },
10 { 10 {
11 'target_name': 'background_window',
12 'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
13 },
14 {
11 'target_name': 'chrome_cast', 15 'target_name': 'chrome_cast',
12 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], 16 'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
13 }, 17 },
14 { 18 {
15 'target_name': 'chrome_echo_private', 19 'target_name': 'chrome_echo_private',
16 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], 20 'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
17 }, 21 },
18 { 22 {
19 'target_name': 'chrome_file_browser_handler', 23 'target_name': 'chrome_file_browser_handler',
20 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], 24 'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
21 }, 25 },
22 { 26 {
23 'target_name': 'chrome_test', 27 'target_name': 'chrome_test',
24 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], 28 'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
25 }, 29 },
26 { 30 {
27 'target_name': 'chrome_webstore_widget_private', 31 'target_name': 'chrome_webstore_widget_private',
28 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], 32 'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
29 }, 33 },
30 { 34 {
31 'target_name': 'connection', 35 'target_name': 'connection',
32 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], 36 'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
33 }, 37 },
34 { 38 {
35 'target_name': 'css_rule', 39 'target_name': 'css_rule',
36 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], 40 'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
37 }, 41 },
38 { 42 {
43 'target_name': 'directory_change_event',
44 'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
45 },
46 {
47 'target_name': 'entries_changed_event',
48 'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
49 },
50 {
39 'target_name': 'es6_workaround', 51 'target_name': 'es6_workaround',
40 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], 52 'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
41 }, 53 },
42 { 54 {
43 'target_name': 'exif_entry', 55 'target_name': 'exif_entry',
44 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], 56 'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
45 }, 57 },
46 { 58 {
59 'target_name': 'file_operation_progress_event',
60 'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
61 },
62 {
47 'target_name': 'files_elements', 63 'target_name': 'files_elements',
48 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], 64 'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
49 }, 65 },
50 { 66 {
51 'target_name': 'gallery_background', 67 'target_name': 'gallery_background',
52 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], 68 'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
53 }, 69 },
54 { 70 {
55 'target_name': 'gallery_foreground', 71 'target_name': 'gallery_foreground',
56 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], 72 'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
(...skipping 25 matching lines...) Expand all
82 { 98 {
83 'target_name': 'volume_info', 99 'target_name': 'volume_info',
84 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], 100 'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
85 }, 101 },
86 { 102 {
87 'target_name': 'webview_tag', 103 'target_name': 'webview_tag',
88 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], 104 'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
89 }, 105 },
90 ], 106 ],
91 } 107 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698