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 18063003: Chromium extension API - written as part of course in Open Software Development at Reykjavik Univer… (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Second round of fixes from review Created 7 years, 5 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 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 'sync_file_system.idl', 89 'sync_file_system.idl',
90 'system_indicator.idl', 90 'system_indicator.idl',
91 'system_info_cpu.idl', 91 'system_info_cpu.idl',
92 'system_info_display.idl', 92 'system_info_display.idl',
93 'system_private.json', 93 'system_private.json',
94 'tab_capture.idl', 94 'tab_capture.idl',
95 'tabs.json', 95 'tabs.json',
96 'terminal_private.json', 96 'terminal_private.json',
97 'test.json', 97 'test.json',
98 'top_sites.json', 98 'top_sites.json',
99 'time.idl',
99 'usb.idl', 100 'usb.idl',
100 'wallpaper_private.json', 101 'wallpaper_private.json',
101 'web_navigation.json', 102 'web_navigation.json',
102 'web_request.json', 103 'web_request.json',
103 'web_socket_proxy_private.json', 104 'web_socket_proxy_private.json',
104 'webview.json', 105 'webview.json',
105 'windows.json', 106 'windows.json',
106 ], 107 ],
107 'cc_dir': 'chrome/common/extensions/api', 108 'cc_dir': 'chrome/common/extensions/api',
108 'root_namespace': 'extensions::api', 109 'root_namespace': 'extensions::api',
(...skipping 11 matching lines...) Expand all
120 ['OS!="chromeos"', { 121 ['OS!="chromeos"', {
121 'schema_files!': [ 122 'schema_files!': [
122 'file_browser_handler_internal.json', 123 'file_browser_handler_internal.json',
123 'rtc_private.idl', 124 'rtc_private.idl',
124 ], 125 ],
125 }], 126 }],
126 ], 127 ],
127 }, 128 },
128 ], 129 ],
129 } 130 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/_permission_features.json ('k') | chrome/common/extensions/api/time.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698