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

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

Issue 10824232: Add systeminfo.storage API implementation skeleton (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: chromium-style virtual dtor not public for ref-counted class Created 8 years, 4 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
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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 'app_window.idl', 43 'app_window.idl',
44 'downloads.idl', 44 'downloads.idl',
45 'experimental_bluetooth.idl', 45 'experimental_bluetooth.idl',
46 'experimental_discovery.idl', 46 'experimental_discovery.idl',
47 'experimental_dns.idl', 47 'experimental_dns.idl',
48 'experimental_identity.idl', 48 'experimental_identity.idl',
49 'experimental_idltest.idl', 49 'experimental_idltest.idl',
50 'experimental_media_galleries.idl', 50 'experimental_media_galleries.idl',
51 'experimental_push_messaging.idl', 51 'experimental_push_messaging.idl',
52 'experimental_system_info_cpu.idl', 52 'experimental_system_info_cpu.idl',
53 'experimental_system_info_storage.idl',
53 'experimental_usb.idl', 54 'experimental_usb.idl',
54 'file_system.idl', 55 'file_system.idl',
55 'serial.idl', 56 'serial.idl',
56 'socket.idl', 57 'socket.idl',
57 ], 58 ],
58 'cc_dir': 'chrome/common/extensions/api', 59 'cc_dir': 'chrome/common/extensions/api',
59 'root_namespace': 'extensions::api', 60 'root_namespace': 'extensions::api',
60 }, 61 },
61 'conditions': [ 62 'conditions': [
62 ['OS=="android"', { 63 ['OS=="android"', {
63 'idl_schema_files!': [ 64 'idl_schema_files!': [
64 'experimental_usb.idl', 65 'experimental_usb.idl',
65 ], 66 ],
66 }], 67 }],
67 ['OS!="chromeos"', { 68 ['OS!="chromeos"', {
68 'json_schema_files!': [ 69 'json_schema_files!': [
69 'file_browser_handler_internal.json', 70 'file_browser_handler_internal.json',
70 ], 71 ],
71 }], 72 }],
72 ], 73 ],
73 }, 74 },
74 ], 75 ],
75 } 76 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/common/extensions/api/experimental_system_info_storage.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698