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

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

Issue 2607453002: Files.app: Compile file_manager/foreground/js/metadata in v2 syntax. (Closed)
Patch Set: Re-rebase (PS4 had unrelated changes.) 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': 'app_window_common', 7 'target_name': 'app_window_common',
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': 'audio_player_foreground', 11 'target_name': 'audio_player_foreground',
12 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], 12 'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
13 }, 13 },
14 { 14 {
15 'target_name': 'background_window', 15 'target_name': 'background_window',
16 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], 16 'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
17 }, 17 },
18 { 18 {
19 'target_name': 'byte_reader',
20 'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
21 },
22 {
19 'target_name': 'chrome_cast', 23 'target_name': 'chrome_cast',
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_echo_private', 27 'target_name': 'chrome_echo_private',
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_file_browser_handler', 31 'target_name': 'chrome_file_browser_handler',
28 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], 32 'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 }, 85 },
82 { 86 {
83 'target_name': 'html_menu_item_element', 87 'target_name': 'html_menu_item_element',
84 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], 88 'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
85 }, 89 },
86 { 90 {
87 'target_name': 'launcher_search_provider', 91 'target_name': 'launcher_search_provider',
88 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], 92 'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
89 }, 93 },
90 { 94 {
95 'target_name': 'metadata_parser_interface',
96 'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
97 },
98 {
99 'target_name': 'metadata_worker_window',
100 'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
101 },
102 {
91 'target_name': 'paper_elements', 103 'target_name': 'paper_elements',
92 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], 104 'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
93 }, 105 },
94 { 106 {
95 'target_name': 'platform', 107 'target_name': 'platform',
96 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], 108 'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
97 }, 109 },
98 { 110 {
99 'target_name': 'platform_worker', 111 'target_name': 'platform_worker',
100 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], 112 'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
101 }, 113 },
102 { 114 {
103 'target_name': 'video_player_foreground', 115 'target_name': 'video_player_foreground',
104 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], 116 'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
105 }, 117 },
106 { 118 {
107 'target_name': 'volume_info', 119 'target_name': 'volume_info',
108 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], 120 'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
109 }, 121 },
110 { 122 {
111 'target_name': 'webview_tag', 123 'target_name': 'webview_tag',
112 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], 124 'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
113 }, 125 },
114 ], 126 ],
115 } 127 }
OLDNEW
« no previous file with comments | « ui/file_manager/compiled_resources2.gyp ('k') | ui/file_manager/externs/metadata_worker_window.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698