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

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

Issue 21854002: Remove experimental.record api completely (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased the patch Created 7 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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 'downloads_internal.idl', 46 'downloads_internal.idl',
47 'enterprise_platform_keys_private.json', 47 'enterprise_platform_keys_private.json',
48 'events.json', 48 'events.json',
49 'experimental_accessibility.json', 49 'experimental_accessibility.json',
50 'experimental_discovery.idl', 50 'experimental_discovery.idl',
51 'experimental_dns.idl', 51 'experimental_dns.idl',
52 'experimental_history.json', 52 'experimental_history.json',
53 'experimental_identity.idl', 53 'experimental_identity.idl',
54 'experimental_idltest.idl', 54 'experimental_idltest.idl',
55 'location.idl', 55 'location.idl',
56 'experimental_record.json',
57 'system_memory.idl', 56 'system_memory.idl',
58 'extension.json', 57 'extension.json',
59 'feedback_private.idl', 58 'feedback_private.idl',
60 'file_browser_handler_internal.json', 59 'file_browser_handler_internal.json',
61 'file_system.idl', 60 'file_system.idl',
62 'font_settings.json', 61 'font_settings.json',
63 'history.json', 62 'history.json',
64 'i18n.json', 63 'i18n.json',
65 'identity.idl', 64 'identity.idl',
66 'identity_private.idl', 65 'identity_private.idl',
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 ['OS!="chromeos"', { 123 ['OS!="chromeos"', {
125 'schema_files!': [ 124 'schema_files!': [
126 'file_browser_handler_internal.json', 125 'file_browser_handler_internal.json',
127 'rtc_private.idl', 126 'rtc_private.idl',
128 ], 127 ],
129 }], 128 }],
130 ], 129 ],
131 }, 130 },
132 ], 131 ],
133 } 132 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/_api_features.json ('k') | chrome/common/extensions/api/experimental_record.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698