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

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

Issue 363993003: Move chrome.power API from chrome/ to extensions/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix quotes in gn file Created 6 years, 5 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 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 'manifest_types.json', 80 'manifest_types.json',
81 'mdns.idl', 81 'mdns.idl',
82 'media_galleries.idl', 82 'media_galleries.idl',
83 'media_galleries_private.idl', 83 'media_galleries_private.idl',
84 'metrics_private.json', 84 'metrics_private.json',
85 'networking_private.json', 85 'networking_private.json',
86 'notifications.idl', 86 'notifications.idl',
87 'omnibox.json', 87 'omnibox.json',
88 'page_capture.json', 88 'page_capture.json',
89 'permissions.json', 89 'permissions.json',
90 'power.idl',
91 'preferences_private.json', 90 'preferences_private.json',
92 'push_messaging.idl', 91 'push_messaging.idl',
93 'reading_list_private.json', 92 'reading_list_private.json',
94 'screenlock_private.idl', 93 'screenlock_private.idl',
95 'serial.idl', 94 'serial.idl',
96 'sessions.json', 95 'sessions.json',
97 'signed_in_devices.idl', 96 'signed_in_devices.idl',
98 'streams_private.idl', 97 'streams_private.idl',
99 'synced_notifications_private.idl', 98 'synced_notifications_private.idl',
100 'sync_file_system.idl', 99 'sync_file_system.idl',
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
224 'conditions': [ 223 'conditions': [
225 ['chromeos==1', { 224 ['chromeos==1', {
226 'dependencies': [ 225 'dependencies': [
227 '<(DEPTH)/chrome/chrome.gyp:drive_proto', 226 '<(DEPTH)/chrome/chrome.gyp:drive_proto',
228 ], 227 ],
229 }], 228 }],
230 ], 229 ],
231 }, 230 },
232 ], 231 ],
233 } 232 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/_permission_features.json ('k') | chrome/common/extensions/api/power.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698