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

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

Issue 10440097: Move socket API from experimental to dev channel and remove some dead code (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Update 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 25 matching lines...) Expand all
36 'alarms.idl', 36 'alarms.idl',
37 'app_window.idl', 37 'app_window.idl',
38 'downloads.idl', 38 'downloads.idl',
39 'experimental_bluetooth.idl', 39 'experimental_bluetooth.idl',
40 'experimental_discovery.idl', 40 'experimental_discovery.idl',
41 'experimental_dns.idl', 41 'experimental_dns.idl',
42 'experimental_identity.idl', 42 'experimental_identity.idl',
43 'experimental_idltest.idl', 43 'experimental_idltest.idl',
44 'experimental_media_galleries.idl', 44 'experimental_media_galleries.idl',
45 'experimental_serial.idl', 45 'experimental_serial.idl',
46 'experimental_socket.idl',
47 'experimental_usb.idl', 46 'experimental_usb.idl',
48 'file_system.idl', 47 'file_system.idl',
49 'media_galleries.idl', 48 'media_galleries.idl',
49 'socket.idl',
50 ], 50 ],
51 'cc_dir': 'chrome/common/extensions/api', 51 'cc_dir': 'chrome/common/extensions/api',
52 'root_namespace': 'extensions::api', 52 'root_namespace': 'extensions::api',
53 }, 53 },
54 'conditions': [ 54 'conditions': [
55 ['OS=="android"', { 55 ['OS=="android"', {
56 'idl_schema_files!': [ 56 'idl_schema_files!': [
57 'experimental_usb.idl', 57 'experimental_usb.idl',
58 ], 58 ],
59 }], 59 }],
60 ['OS!="chromeos"', { 60 ['OS!="chromeos"', {
61 'json_schema_files!': [ 61 'json_schema_files!': [
62 'file_browser_handler_internal.json', 62 'file_browser_handler_internal.json',
63 ], 63 ],
64 }], 64 }],
65 ], 65 ],
66 }, 66 },
67 ], 67 ],
68 } 68 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/_permission_features.json ('k') | chrome/common/extensions/api/experimental_socket.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698