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

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 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 'media_player_private.json', 127 'media_player_private.json',
128 'music_manager_private.idl', 128 'music_manager_private.idl',
129 'principals_private.idl', 129 'principals_private.idl',
130 'top_sites.json', 130 'top_sites.json',
131 'web_request_internal.json', 131 'web_request_internal.json',
132 ], 132 ],
133 133
134 # ChromeOS-specific schemas. 134 # ChromeOS-specific schemas.
135 'chromeos_schema_files': [ 135 'chromeos_schema_files': [
136 'accessibility_features.json', 136 'accessibility_features.json',
137 'copresence_private.idl',
137 'diagnostics.idl', 138 'diagnostics.idl',
138 'enterprise_platform_keys.idl', 139 'enterprise_platform_keys.idl',
139 'enterprise_platform_keys_internal.idl', 140 'enterprise_platform_keys_internal.idl',
140 'file_browser_handler_internal.json', 141 'file_browser_handler_internal.json',
141 'first_run_private.json', 142 'first_run_private.json',
142 'log_private.idl', 143 'log_private.idl',
143 'wallpaper.json', 144 'wallpaper.json',
144 'wallpaper_private.json', 145 'wallpaper_private.json',
145 'webcam_private.idl', 146 'webcam_private.idl',
146 ], 147 ],
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
220 'conditions': [ 221 'conditions': [
221 ['chromeos==1', { 222 ['chromeos==1', {
222 'dependencies': [ 223 'dependencies': [
223 '<(DEPTH)/chrome/chrome.gyp:drive_proto', 224 '<(DEPTH)/chrome/chrome.gyp:drive_proto',
224 ], 225 ],
225 }], 226 }],
226 ], 227 ],
227 }, 228 },
228 ], 229 ],
229 } 230 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698