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

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

Issue 14027005: Implement Command Line Private extension API (Closed) Base URL: https://src.chromium.org/svn/trunk/src/
Patch Set: Created 7 years, 8 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 11 matching lines...) Expand all
22 'alarms.idl', 22 'alarms.idl',
23 'app_current_window_internal.idl', 23 'app_current_window_internal.idl',
24 'app_runtime.idl', 24 'app_runtime.idl',
25 'app_window.idl', 25 'app_window.idl',
26 'autotest_private.idl', 26 'autotest_private.idl',
27 'bluetooth.idl', 27 'bluetooth.idl',
28 'bookmark_manager_private.json', 28 'bookmark_manager_private.json',
29 'bookmarks.json', 29 'bookmarks.json',
30 'chromeos_info_private.json', 30 'chromeos_info_private.json',
31 'cloud_print_private.json', 31 'cloud_print_private.json',
32 'command_line_private.json',
32 'content_settings.json', 33 'content_settings.json',
33 'context_menus.json', 34 'context_menus.json',
34 'cookies.json', 35 'cookies.json',
35 'debugger.json', 36 'debugger.json',
36 'developer_private.idl', 37 'developer_private.idl',
37 'dial.idl', 38 'dial.idl',
38 'downloads.idl', 39 'downloads.idl',
39 'echo_private.json', 40 'echo_private.json',
40 'downloads_internal.idl', 41 'downloads_internal.idl',
41 'events.json', 42 'events.json',
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 ['OS!="chromeos"', { 111 ['OS!="chromeos"', {
111 'schema_files!': [ 112 'schema_files!': [
112 'file_browser_handler_internal.json', 113 'file_browser_handler_internal.json',
113 'rtc_private.idl', 114 'rtc_private.idl',
114 ], 115 ],
115 }], 116 }],
116 ], 117 ],
117 }, 118 },
118 ], 119 ],
119 } 120 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698