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

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

Issue 870163002: Move networking_private to src/extensions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Linux fix Created 5 years, 11 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 'main_schema_files': [ 10 'main_schema_files': [
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 'identity_private.idl', 55 'identity_private.idl',
56 'image_writer_private.idl', 56 'image_writer_private.idl',
57 'inline_install_private.idl', 57 'inline_install_private.idl',
58 'input_ime.json', 58 'input_ime.json',
59 'launcher_page.idl', 59 'launcher_page.idl',
60 'location.idl', 60 'location.idl',
61 'manifest_types.json', 61 'manifest_types.json',
62 'mdns.idl', 62 'mdns.idl',
63 'media_galleries.idl', 63 'media_galleries.idl',
64 'metrics_private.json', 64 'metrics_private.json',
65 'networking_private.json',
66 'notification_provider.idl', 65 'notification_provider.idl',
67 'notifications.idl', 66 'notifications.idl',
68 'omnibox.json', 67 'omnibox.json',
69 'page_capture.json', 68 'page_capture.json',
70 'permissions.json', 69 'permissions.json',
71 'preferences_private.json', 70 'preferences_private.json',
72 'push_messaging.idl', 71 'push_messaging.idl',
73 'reading_list_private.json', 72 'reading_list_private.json',
74 'screenlock_private.idl', 73 'screenlock_private.idl',
75 'sessions.json', 74 'sessions.json',
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
153 'schema_files': [ 152 'schema_files': [
154 '<@(webrtc_schema_files)', 153 '<@(webrtc_schema_files)',
155 ], 154 ],
156 }], 155 }],
157 ], 156 ],
158 'cc_dir': 'chrome/common/extensions/api', 157 'cc_dir': 'chrome/common/extensions/api',
159 'root_namespace': 'extensions::api::%(namespace)s', 158 'root_namespace': 'extensions::api::%(namespace)s',
160 'impl_dir_': 'chrome/browser/extensions/api', 159 'impl_dir_': 'chrome/browser/extensions/api',
161 }, 160 },
162 } 161 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698