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

Side by Side Diff: extensions/common/api/schemas.gypi

Issue 880073002: Networking.config: Implementation of the NetworkingConfigService (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: moved & renamed apitest Created 5 years, 10 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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 'sources': [ 6 'sources': [
7 '<@(schema_files)', 7 '<@(schema_files)',
8 ], 8 ],
9 'variables': { 9 'variables': {
10 'chromium_code': 1, 10 'chromium_code': 1,
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 'system_network.idl', 52 'system_network.idl',
53 'system_storage.idl', 53 'system_storage.idl',
54 'test.json', 54 'test.json',
55 'usb.idl', 55 'usb.idl',
56 'virtual_keyboard_private.json', 56 'virtual_keyboard_private.json',
57 'web_request.json', 57 'web_request.json',
58 'web_view_internal.json' 58 'web_view_internal.json'
59 ], 59 ],
60 # ChromeOS-specific schemas. 60 # ChromeOS-specific schemas.
61 'chromeos_schema_files': [ 61 'chromeos_schema_files': [
62 'networking_config.idl',
62 'vpn_provider.idl', 63 'vpn_provider.idl',
63 'webcam_private.idl', 64 'webcam_private.idl',
64 ], 65 ],
65 'non_compiled_schema_files': [ 66 'non_compiled_schema_files': [
66 'web_request_internal.json', 67 'web_request_internal.json',
67 ], 68 ],
68 'conditions': [ 69 'conditions': [
69 ['chromeos==1', { 70 ['chromeos==1', {
70 'schema_files': [ 71 'schema_files': [
71 '<@(chromeos_schema_files)', 72 '<@(chromeos_schema_files)',
72 ], 73 ],
73 }] 74 }]
74 ], 75 ],
75 'cc_dir': 'extensions/common/api', 76 'cc_dir': 'extensions/common/api',
76 'root_namespace': 'extensions::core_api::%(namespace)s', 77 'root_namespace': 'extensions::core_api::%(namespace)s',
77 'impl_dir_': 'extensions/browser/api', 78 'impl_dir_': 'extensions/browser/api',
78 }, 79 },
79 } 80 }
OLDNEW
« no previous file with comments | « extensions/common/api/networking_config.idl ('k') | extensions/common/permissions/api_permission.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698