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

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

Issue 420663003: Extensions: Move bluetooth APIs to extensions/. (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 11 matching lines...) Expand all
22 'main_schema_files': [ 22 'main_schema_files': [
23 'accessibility_private.json', 23 'accessibility_private.json',
24 'activity_log_private.json', 24 'activity_log_private.json',
25 'alarms.idl', 25 'alarms.idl',
26 'app_current_window_internal.idl', 26 'app_current_window_internal.idl',
27 'app_window.idl', 27 'app_window.idl',
28 'audio.idl', 28 'audio.idl',
29 'automation.idl', 29 'automation.idl',
30 'automation_internal.idl', 30 'automation_internal.idl',
31 'autotest_private.idl', 31 'autotest_private.idl',
32 'bluetooth.idl',
33 'bluetooth_low_energy.idl',
34 'bluetooth_private.json',
35 'bluetooth_socket.idl',
36 'bookmark_manager_private.json', 32 'bookmark_manager_private.json',
37 'bookmarks.json', 33 'bookmarks.json',
38 'braille_display_private.idl', 34 'braille_display_private.idl',
39 'browser.idl', 35 'browser.idl',
40 'cloud_print_private.json', 36 'cloud_print_private.json',
41 'command_line_private.json', 37 'command_line_private.json',
42 'content_settings.json', 38 'content_settings.json',
43 'context_menus_internal.json', 39 'context_menus_internal.json',
44 'context_menus.json', 40 'context_menus.json',
45 'cookies.json', 41 'cookies.json',
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
223 'conditions': [ 219 'conditions': [
224 ['chromeos==1', { 220 ['chromeos==1', {
225 'dependencies': [ 221 'dependencies': [
226 '<(DEPTH)/chrome/chrome.gyp:drive_proto', 222 '<(DEPTH)/chrome/chrome.gyp:drive_proto',
227 ], 223 ],
228 }], 224 }],
229 ], 225 ],
230 }, 226 },
231 ], 227 ],
232 } 228 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698