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

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

Issue 2642743006: Compile file_manager/common and volume_manager_wrapper in v2 syntax. (Closed)
Patch Set: Format. 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 {
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 }, 61 },
62 { 62 {
63 'target_name': 'es6_workaround', 63 'target_name': 'es6_workaround',
64 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], 64 'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
65 }, 65 },
66 { 66 {
67 'target_name': 'exif_entry', 67 'target_name': 'exif_entry',
68 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], 68 'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
69 }, 69 },
70 { 70 {
71 'target_name': 'file_browser_background',
72 'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
73 },
74 {
71 'target_name': 'file_operation_progress_event', 75 'target_name': 'file_operation_progress_event',
72 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], 76 'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
73 }, 77 },
74 { 78 {
75 'target_name': 'files_elements', 79 'target_name': 'files_elements',
76 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], 80 'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
77 }, 81 },
78 { 82 {
79 'target_name': 'gallery_background', 83 'target_name': 'gallery_background',
80 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], 84 'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 { 130 {
127 'target_name': 'volume_manager', 131 'target_name': 'volume_manager',
128 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], 132 'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
129 }, 133 },
130 { 134 {
131 'target_name': 'webview_tag', 135 'target_name': 'webview_tag',
132 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], 136 'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
133 }, 137 },
134 ], 138 ],
135 } 139 }
OLDNEW
« no previous file with comments | « ui/file_manager/externs/background_window.js ('k') | ui/file_manager/externs/file_browser_background.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698