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

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

Issue 23799006: Move idltest API to trunk channel (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Setting channel to trunk for the api test Created 7 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
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 'dns.idl', 46 'dns.idl',
47 'downloads.idl', 47 'downloads.idl',
48 'echo_private.json', 48 'echo_private.json',
49 'downloads_internal.idl', 49 'downloads_internal.idl',
50 'enterprise_platform_keys_private.json', 50 'enterprise_platform_keys_private.json',
51 'events.json', 51 'events.json',
52 'experimental_accessibility.json', 52 'experimental_accessibility.json',
53 'experimental_discovery.idl', 53 'experimental_discovery.idl',
54 'experimental_history.json', 54 'experimental_history.json',
55 'experimental_identity.idl', 55 'experimental_identity.idl',
56 'experimental_idltest.idl',
57 'file_browser_private.json', 56 'file_browser_private.json',
58 'location.idl', 57 'location.idl',
59 'system_memory.idl', 58 'system_memory.idl',
60 'extension.json', 59 'extension.json',
61 'feedback_private.idl', 60 'feedback_private.idl',
62 'file_browser_handler_internal.json', 61 'file_browser_handler_internal.json',
63 'file_system.idl', 62 'file_system.idl',
64 'font_settings.json', 63 'font_settings.json',
65 'history.json', 64 'history.json',
66 'i18n.json', 65 'i18n.json',
67 'identity.idl', 66 'identity.idl',
68 'identity_private.idl', 67 'identity_private.idl',
69 'idle.json', 68 'idle.json',
69 'idltest.idl',
70 'infobars.json', 70 'infobars.json',
71 'input_ime.json', 71 'input_ime.json',
72 'log_private.idl', 72 'log_private.idl',
73 'management.json', 73 'management.json',
74 'manifest_types.json', 74 'manifest_types.json',
75 'mdns.idl', 75 'mdns.idl',
76 'media_galleries.idl', 76 'media_galleries.idl',
77 'media_galleries_private.idl', 77 'media_galleries_private.idl',
78 'media_player_private.json', 78 'media_player_private.json',
79 'metrics_private.json', 79 'metrics_private.json',
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
166 'schema_files!': [ 166 'schema_files!': [
167 'file_browser_handler_internal.json', 167 'file_browser_handler_internal.json',
168 'log_private.idl', 168 'log_private.idl',
169 'rtc_private.idl', 169 'rtc_private.idl',
170 ], 170 ],
171 }], 171 }],
172 ], 172 ],
173 }, 173 },
174 ], 174 ],
175 } 175 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/_permission_features.json ('k') | chrome/common/extensions/api/experimental_idltest.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698