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

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

Issue 17210002: Connectivity Diagnostics API: chrome.diagnostics.sendPacket (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix build Created 7 years, 6 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 | 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 19 matching lines...) Expand all
30 'bookmark_manager_private.json', 30 'bookmark_manager_private.json',
31 'bookmarks.json', 31 'bookmarks.json',
32 'chromeos_info_private.json', 32 'chromeos_info_private.json',
33 'cloud_print_private.json', 33 'cloud_print_private.json',
34 'command_line_private.json', 34 'command_line_private.json',
35 'content_settings.json', 35 'content_settings.json',
36 'context_menus.json', 36 'context_menus.json',
37 'cookies.json', 37 'cookies.json',
38 'debugger.json', 38 'debugger.json',
39 'developer_private.idl', 39 'developer_private.idl',
40 'diagnostics.idl',
40 'dial.idl', 41 'dial.idl',
41 'downloads.idl', 42 'downloads.idl',
42 'echo_private.json', 43 'echo_private.json',
43 'downloads_internal.idl', 44 'downloads_internal.idl',
44 'enterprise_platform_keys_private.json', 45 'enterprise_platform_keys_private.json',
45 'events.json', 46 'events.json',
46 'experimental_accessibility.json', 47 'experimental_accessibility.json',
47 'experimental_discovery.idl', 48 'experimental_discovery.idl',
48 'experimental_dns.idl', 49 'experimental_dns.idl',
49 'experimental_history.json', 50 'experimental_history.json',
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 ['OS!="chromeos"', { 122 ['OS!="chromeos"', {
122 'schema_files!': [ 123 'schema_files!': [
123 'file_browser_handler_internal.json', 124 'file_browser_handler_internal.json',
124 'rtc_private.idl', 125 'rtc_private.idl',
125 ], 126 ],
126 }], 127 }],
127 ], 128 ],
128 }, 129 },
129 ], 130 ],
130 } 131 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/_permission_features.json ('k') | chrome/common/extensions/api/diagnostics.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698