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

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

Issue 10871034: Make all quota-exceeding messages in the storage API explain what the failure (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: update... the other error message Created 8 years, 3 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 17 matching lines...) Expand all
28 'file_browser_handler_internal.json', 28 'file_browser_handler_internal.json',
29 'i18n.json', 29 'i18n.json',
30 'font_settings.json', 30 'font_settings.json',
31 'history.json', 31 'history.json',
32 'management.json', 32 'management.json',
33 'page_capture.json', 33 'page_capture.json',
34 'permissions.json', 34 'permissions.json',
35 'storage.json', 35 'storage.json',
36 'tabs.json', 36 'tabs.json',
37 'web_navigation.json', 37 'web_navigation.json',
38 'web_request.json',
38 'windows.json', 39 'windows.json',
39 ], 40 ],
40 'idl_schema_files': [ 41 'idl_schema_files': [
41 'alarms.idl', 42 'alarms.idl',
42 'app_runtime.idl', 43 'app_runtime.idl',
43 'app_window.idl', 44 'app_window.idl',
44 'downloads.idl', 45 'downloads.idl',
45 'experimental_bluetooth.idl', 46 'experimental_bluetooth.idl',
46 'experimental_discovery.idl', 47 'experimental_discovery.idl',
47 'experimental_dns.idl', 48 'experimental_dns.idl',
(...skipping 19 matching lines...) Expand all
67 }], 68 }],
68 ['OS!="chromeos"', { 69 ['OS!="chromeos"', {
69 'json_schema_files!': [ 70 'json_schema_files!': [
70 'file_browser_handler_internal.json', 71 'file_browser_handler_internal.json',
71 ], 72 ],
72 }], 73 }],
73 ], 74 ],
74 }, 75 },
75 ], 76 ],
76 } 77 }
OLDNEW
« no previous file with comments | « chrome/browser/extensions/settings/settings_storage_quota_enforcer.cc ('k') | chrome/common/extensions/api/bookmarks.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698