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

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

Issue 50703013: fileSystemProvider: First cut at implementing fileSystemProvider API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address comments Created 7 years, 1 month 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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 'echo_private.json', 63 'echo_private.json',
64 'enterprise_platform_keys_private.json', 64 'enterprise_platform_keys_private.json',
65 'events.json', 65 'events.json',
66 'experimental_accessibility.json', 66 'experimental_accessibility.json',
67 'experimental_discovery.idl', 67 'experimental_discovery.idl',
68 'experimental_history.json', 68 'experimental_history.json',
69 'experimental_identity.idl', 69 'experimental_identity.idl',
70 'feedback_private.idl', 70 'feedback_private.idl',
71 'file_browser_private.json', 71 'file_browser_private.json',
72 'file_system.idl', 72 'file_system.idl',
73 'file_system_provider.idl',
73 'font_settings.json', 74 'font_settings.json',
74 'hangouts_private.idl', 75 'hangouts_private.idl',
75 'history.json', 76 'history.json',
76 'i18n.json', 77 'i18n.json',
77 'identity.idl', 78 'identity.idl',
78 'identity_private.idl', 79 'identity_private.idl',
79 'idle.json', 80 'idle.json',
80 'image_writer_private.idl', 81 'image_writer_private.idl',
81 'input_ime.json', 82 'input_ime.json',
82 'location.idl', 83 'location.idl',
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 'conditions': [ 178 'conditions': [
178 ['chromeos==1', { 179 ['chromeos==1', {
179 'dependencies': [ 180 'dependencies': [
180 '<(DEPTH)/chrome/chrome.gyp:drive_proto', 181 '<(DEPTH)/chrome/chrome.gyp:drive_proto',
181 ], 182 ],
182 }], 183 }],
183 ], 184 ],
184 }, 185 },
185 ], 186 ],
186 } 187 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/_permission_features.json ('k') | chrome/common/extensions/api/file_system_provider.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698