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

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

Issue 356673003: Notification Provider API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 'image_writer_private.idl', 74 'image_writer_private.idl',
75 'input_ime.json', 75 'input_ime.json',
76 'location.idl', 76 'location.idl',
77 'management.json', 77 'management.json',
78 'manifest_types.json', 78 'manifest_types.json',
79 'mdns.idl', 79 'mdns.idl',
80 'media_galleries.idl', 80 'media_galleries.idl',
81 'media_galleries_private.idl', 81 'media_galleries_private.idl',
82 'metrics_private.json', 82 'metrics_private.json',
83 'networking_private.json', 83 'networking_private.json',
84 'notification_provider.idl',
84 'notifications.idl', 85 'notifications.idl',
85 'omnibox.json', 86 'omnibox.json',
86 'page_capture.json', 87 'page_capture.json',
87 'permissions.json', 88 'permissions.json',
88 'preferences_private.json', 89 'preferences_private.json',
89 'push_messaging.idl', 90 'push_messaging.idl',
90 'reading_list_private.json', 91 'reading_list_private.json',
91 'screenlock_private.idl', 92 'screenlock_private.idl',
92 'sessions.json', 93 'sessions.json',
93 'signed_in_devices.idl', 94 'signed_in_devices.idl',
(...skipping 125 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
« no previous file with comments | « chrome/common/extensions/api/_permission_features.json ('k') | chrome/common/extensions/api/notification_provider.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698