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

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 'input_ime.json', 74 'input_ime.json',
75 'location.idl', 75 'location.idl',
76 'management.json', 76 'management.json',
77 'manifest_types.json', 77 'manifest_types.json',
78 'mdns.idl', 78 'mdns.idl',
79 'media_galleries.idl', 79 'media_galleries.idl',
80 'media_galleries_private.idl', 80 'media_galleries_private.idl',
81 'metrics_private.json', 81 'metrics_private.json',
82 'networking_private.json', 82 'networking_private.json',
83 'notifications.idl', 83 'notifications.idl',
84 'notification_provider.idl',
not at google - send to devlin 2014/07/28 21:32:39 should "notification_provider" come before "notifi
liyanhou 2014/07/29 18:26:53 Done.
84 'omnibox.json', 85 'omnibox.json',
85 'page_capture.json', 86 'page_capture.json',
86 'permissions.json', 87 'permissions.json',
87 'preferences_private.json', 88 'preferences_private.json',
88 'push_messaging.idl', 89 'push_messaging.idl',
89 'reading_list_private.json', 90 'reading_list_private.json',
90 'screenlock_private.idl', 91 'screenlock_private.idl',
91 'sessions.json', 92 'sessions.json',
92 'signed_in_devices.idl', 93 'signed_in_devices.idl',
93 'streams_private.idl', 94 'streams_private.idl',
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
218 'conditions': [ 219 'conditions': [
219 ['chromeos==1', { 220 ['chromeos==1', {
220 'dependencies': [ 221 'dependencies': [
221 '<(DEPTH)/chrome/chrome.gyp:drive_proto', 222 '<(DEPTH)/chrome/chrome.gyp:drive_proto',
222 ], 223 ],
223 }], 224 }],
224 ], 225 ],
225 }, 226 },
226 ], 227 ],
227 } 228 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698