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

Side by Side Diff: chrome/common/extensions/api/api.gyp

Issue 16439016: extfs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 5 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 | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'api', 8 'target_name': 'api',
9 'type': 'static_library', 9 'type': 'static_library',
10 'sources': [ 10 'sources': [
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 'experimental_history.json', 51 'experimental_history.json',
52 'experimental_identity.idl', 52 'experimental_identity.idl',
53 'experimental_idltest.idl', 53 'experimental_idltest.idl',
54 'experimental_infobars.json', 54 'experimental_infobars.json',
55 'location.idl', 55 'location.idl',
56 'experimental_media_galleries.idl', 56 'experimental_media_galleries.idl',
57 'experimental_record.json', 57 'experimental_record.json',
58 'system_info_memory.idl', 58 'system_info_memory.idl',
59 'experimental_system_info_storage.idl', 59 'experimental_system_info_storage.idl',
60 'extension.json', 60 'extension.json',
61 'extfs.idl',
61 'feedback_private.idl', 62 'feedback_private.idl',
62 'file_browser_handler_internal.json', 63 'file_browser_handler_internal.json',
63 'file_system.idl', 64 'file_system.idl',
64 'font_settings.json', 65 'font_settings.json',
65 'history.json', 66 'history.json',
66 'i18n.json', 67 'i18n.json',
67 'identity.idl', 68 'identity.idl',
68 'identity_private.idl', 69 'identity_private.idl',
69 'idle.json', 70 'idle.json',
70 'management.json', 71 'management.json',
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 ['OS!="chromeos"', { 124 ['OS!="chromeos"', {
124 'schema_files!': [ 125 'schema_files!': [
125 'file_browser_handler_internal.json', 126 'file_browser_handler_internal.json',
126 'rtc_private.idl', 127 'rtc_private.idl',
127 ], 128 ],
128 }], 129 }],
129 ], 130 ],
130 }, 131 },
131 ], 132 ],
132 } 133 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/_permission_features.json ('k') | chrome/common/extensions/api/extfs.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698