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

Side by Side Diff: ui/file_manager/file_manager/foreground/js/metadata/compiled_resources2.gyp

Issue 2640673002: (WIP) Use generator to generate externs for chrome.fileManagerPrivate API.
Patch Set: Compile passes 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': 'byte_reader', 7 'target_name': 'byte_reader',
8 'includes': ['../../../../compile_js2.gypi'], 8 'includes': ['../../../../compile_js2.gypi'],
9 }, 9 },
10 { 10 {
(...skipping 16 matching lines...) Expand all
27 '<(DEPTH)/ui/file_manager/externs/compiled_resources2.gyp:exif_entry', 27 '<(DEPTH)/ui/file_manager/externs/compiled_resources2.gyp:exif_entry',
28 'exif_constants', 28 'exif_constants',
29 'image_parsers', 29 'image_parsers',
30 'metadata_parser', 30 'metadata_parser',
31 ], 31 ],
32 'includes': ['../../../../compile_js2.gypi'], 32 'includes': ['../../../../compile_js2.gypi'],
33 }, 33 },
34 { 34 {
35 'target_name': 'external_metadata_provider', 35 'target_name': 'external_metadata_provider',
36 'dependencies': [ 36 'dependencies': [
37 '<(EXTERNS_GYP):chrome_extensions',
37 '<(EXTERNS_GYP):file_manager_private', 38 '<(EXTERNS_GYP):file_manager_private',
38 'metadata_provider', 39 'metadata_provider',
39 ], 40 ],
40 'includes': ['../../../../compile_js2.gypi'], 41 'includes': ['../../../../compile_js2.gypi'],
41 }, 42 },
42 { 43 {
43 'target_name': 'file_system_metadata_provider', 44 'target_name': 'file_system_metadata_provider',
44 'dependencies': [ 45 'dependencies': [
45 'metadata_provider', 46 'metadata_provider',
46 ], 47 ],
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 }, 169 },
169 { 170 {
170 'target_name': 'thumbnail_model', 171 'target_name': 'thumbnail_model',
171 'dependencies': [ 172 'dependencies': [
172 'metadata_model', 173 'metadata_model',
173 ], 174 ],
174 'includes': ['../../../../compile_js2.gypi'], 175 'includes': ['../../../../compile_js2.gypi'],
175 }, 176 },
176 ], 177 ],
177 } 178 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698