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

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: Addressed comments. Created 6 years, 9 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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 'experimental_accessibility.json', 68 'experimental_accessibility.json',
69 'feedback_private.idl', 69 'feedback_private.idl',
70 'file_browser_private.idl', 70 'file_browser_private.idl',
71 'file_system.idl', 71 'file_system.idl',
72 'file_system_provider.idl', 72 'file_system_provider.idl',
73 'file_system_provider_internal.idl',
73 'font_settings.json', 74 'font_settings.json',
74 'gcm.json', 75 'gcm.json',
75 'hangouts_private.idl', 76 'hangouts_private.idl',
76 'hid.idl', 77 'hid.idl',
77 'history.json', 78 'history.json',
78 'hotword_private.idl', 79 'hotword_private.idl',
79 'i18n.json', 80 'i18n.json',
80 'identity.idl', 81 'identity.idl',
81 'identity_private.idl', 82 'identity_private.idl',
82 'idle.json', 83 'idle.json',
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
185 'conditions': [ 186 'conditions': [
186 ['chromeos==1', { 187 ['chromeos==1', {
187 'dependencies': [ 188 'dependencies': [
188 '<(DEPTH)/chrome/chrome.gyp:drive_proto', 189 '<(DEPTH)/chrome/chrome.gyp:drive_proto',
189 ], 190 ],
190 }], 191 }],
191 ], 192 ],
192 }, 193 },
193 ], 194 ],
194 } 195 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698