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

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

Issue 11444020: DIAL extension API skeleton. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: abc.... Created 8 years 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 28 matching lines...) Expand all
39 'web_navigation.json', 39 'web_navigation.json',
40 'web_request.json', 40 'web_request.json',
41 'windows.json', 41 'windows.json',
42 ], 42 ],
43 'idl_schema_files': [ 43 'idl_schema_files': [
44 'alarms.idl', 44 'alarms.idl',
45 'app_current_window_internal.idl', 45 'app_current_window_internal.idl',
46 'app_runtime.idl', 46 'app_runtime.idl',
47 'app_window.idl', 47 'app_window.idl',
48 'bluetooth.idl', 48 'bluetooth.idl',
49 'dial.idl',
49 'downloads.idl', 50 'downloads.idl',
50 'experimental_discovery.idl', 51 'experimental_discovery.idl',
51 'experimental_dns.idl', 52 'experimental_dns.idl',
52 'experimental_identity.idl', 53 'experimental_identity.idl',
53 'experimental_idltest.idl', 54 'experimental_idltest.idl',
54 'experimental_media_galleries.idl', 55 'experimental_media_galleries.idl',
55 'experimental_notification.idl', 56 'experimental_notification.idl',
56 'experimental_system_info_cpu.idl', 57 'experimental_system_info_cpu.idl',
57 'experimental_system_info_display.idl', 58 'experimental_system_info_display.idl',
58 'experimental_system_info_memory.idl', 59 'experimental_system_info_memory.idl',
(...skipping 24 matching lines...) Expand all
83 'file_browser_handler_internal.json', 84 'file_browser_handler_internal.json',
84 ], 85 ],
85 'idl_schema_files!': [ 86 'idl_schema_files!': [
86 'rtc_private.idl', 87 'rtc_private.idl',
87 ], 88 ],
88 }], 89 }],
89 ], 90 ],
90 }, 91 },
91 ], 92 ],
92 } 93 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/_permission_features.json ('k') | chrome/common/extensions/api/dial.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698