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

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

Issue 194693002: [fsp] Add requestUnmount() method together with the request manager. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed some too strict thread checks. Created 6 years, 8 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': 'chrome_api', 8 'target_name': 'chrome_api',
9 'type': 'static_library', 9 'type': 'static_library',
10 'sources': [ 10 'sources': [
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 'dial.idl', 62 'dial.idl',
63 'downloads.idl', 63 'downloads.idl',
64 'downloads_internal.idl', 64 'downloads_internal.idl',
65 'echo_private.json', 65 'echo_private.json',
66 'enterprise_platform_keys_private.json', 66 'enterprise_platform_keys_private.json',
67 'events.json', 67 'events.json',
68 'feedback_private.idl', 68 'feedback_private.idl',
69 'file_browser_private.idl', 69 'file_browser_private.idl',
70 'file_system.idl', 70 'file_system.idl',
71 'file_system_provider.idl', 71 'file_system_provider.idl',
72 'file_system_provider_internal.idl',
72 'font_settings.json', 73 'font_settings.json',
73 'gcm.json', 74 'gcm.json',
74 'hangouts_private.idl', 75 'hangouts_private.idl',
75 'hid.idl', 76 'hid.idl',
76 'history.json', 77 'history.json',
77 'hotword_private.idl', 78 'hotword_private.idl',
78 'i18n.json', 79 'i18n.json',
79 'identity.idl', 80 'identity.idl',
80 'identity_private.idl', 81 'identity_private.idl',
81 'idle.json', 82 'idle.json',
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
183 'conditions': [ 184 'conditions': [
184 ['chromeos==1', { 185 ['chromeos==1', {
185 'dependencies': [ 186 'dependencies': [
186 '<(DEPTH)/chrome/chrome.gyp:drive_proto', 187 '<(DEPTH)/chrome/chrome.gyp:drive_proto',
187 ], 188 ],
188 }], 189 }],
189 ], 190 ],
190 }, 191 },
191 ], 192 ],
192 } 193 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/_api_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