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

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

Issue 438513002: Add the whispernet proxy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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 | Annotate | Revision Log
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 # All files are stored in these lists which are referenced in the target 6 # All files are stored in these lists which are referenced in the target
7 # below so that the GN build of this target can read in this dictionary and 7 # below so that the GN build of this target can read in this dictionary and
8 # duplicate the same logic without the lists getting out-of-sync. The GN 8 # duplicate the same logic without the lists getting out-of-sync. The GN
9 # .gypi reader can not process conditions and does not know about targets, 9 # .gypi reader can not process conditions and does not know about targets,
10 # etc., it just reads Python dictionaries. 10 # etc., it just reads Python dictionaries.
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 'media_player_private.json', 126 'media_player_private.json',
127 'music_manager_private.idl', 127 'music_manager_private.idl',
128 'principals_private.idl', 128 'principals_private.idl',
129 'top_sites.json', 129 'top_sites.json',
130 'web_request_internal.json', 130 'web_request_internal.json',
131 ], 131 ],
132 132
133 # ChromeOS-specific schemas. 133 # ChromeOS-specific schemas.
134 'chromeos_schema_files': [ 134 'chromeos_schema_files': [
135 'accessibility_features.json', 135 'accessibility_features.json',
136 'copresence_private.idl',
136 'diagnostics.idl', 137 'diagnostics.idl',
137 'enterprise_platform_keys.idl', 138 'enterprise_platform_keys.idl',
138 'enterprise_platform_keys_internal.idl', 139 'enterprise_platform_keys_internal.idl',
139 'file_browser_handler_internal.json', 140 'file_browser_handler_internal.json',
140 'first_run_private.json', 141 'first_run_private.json',
141 'log_private.idl', 142 'log_private.idl',
142 'wallpaper.json', 143 'wallpaper.json',
143 'wallpaper_private.json', 144 'wallpaper_private.json',
144 'webcam_private.idl', 145 'webcam_private.idl',
145 ], 146 ],
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
219 'conditions': [ 220 'conditions': [
220 ['chromeos==1', { 221 ['chromeos==1', {
221 'dependencies': [ 222 'dependencies': [
222 '<(DEPTH)/chrome/chrome.gyp:drive_proto', 223 '<(DEPTH)/chrome/chrome.gyp:drive_proto',
223 ], 224 ],
224 }], 225 }],
225 ], 226 ],
226 }, 227 },
227 ], 228 ],
228 } 229 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698