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

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

Issue 327363002: Remove adview (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More files deleted! Created 6 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
« no previous file with comments | « chrome/common/extensions/api/adview.json ('k') | chrome/common/extensions/api/webview_tag.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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': 'chrome_api', 8 'target_name': 'chrome_api',
9 'type': 'static_library', 9 'type': 'static_library',
10 'sources': [ 10 'sources': [
11 '<@(schema_files)', 11 '<@(schema_files)',
12 ], 12 ],
13 # TODO(jschuh): http://crbug.com/167187 size_t -> int 13 # TODO(jschuh): http://crbug.com/167187 size_t -> int
14 'msvs_disabled_warnings': [ 4267 ], 14 'msvs_disabled_warnings': [ 4267 ],
15 'includes': [ 15 'includes': [
16 '../../../../build/json_schema_bundle_compile.gypi', 16 '../../../../build/json_schema_bundle_compile.gypi',
17 '../../../../build/json_schema_compile.gypi', 17 '../../../../build/json_schema_compile.gypi',
18 ], 18 ],
19 'variables': { 19 'variables': {
20 'chromium_code': 1, 20 'chromium_code': 1,
21 # Disable schema compiler to generate model extension API code. 21 # Disable schema compiler to generate model extension API code.
22 # Only register the extension functions in extension system. 22 # Only register the extension functions in extension system.
23 'non_compiled_schema_files': [ 23 'non_compiled_schema_files': [
24 'adview.json',
25 'browsing_data.json', 24 'browsing_data.json',
26 'chromeos_info_private.json', 25 'chromeos_info_private.json',
27 'extension.json', 26 'extension.json',
28 'idltest.idl', 27 'idltest.idl',
29 'infobars.json', 28 'infobars.json',
30 'media_player_private.json', 29 'media_player_private.json',
31 'music_manager_private.idl', 30 'music_manager_private.idl',
32 'principals_private.idl', 31 'principals_private.idl',
33 'top_sites.json', 32 'top_sites.json',
34 'web_request_internal.json', 33 'web_request_internal.json',
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 'conditions': [ 190 'conditions': [
192 ['chromeos==1', { 191 ['chromeos==1', {
193 'dependencies': [ 192 'dependencies': [
194 '<(DEPTH)/chrome/chrome.gyp:drive_proto', 193 '<(DEPTH)/chrome/chrome.gyp:drive_proto',
195 ], 194 ],
196 }], 195 }],
197 ], 196 ],
198 }, 197 },
199 ], 198 ],
200 } 199 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/adview.json ('k') | chrome/common/extensions/api/webview_tag.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698