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

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

Issue 267863005: Adds syncedNotificationsPrivate API IDL. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge histograms again... Created 6 years, 7 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'chrome_api', 8 'target_name': 'chrome_api',
9 'type': 'static_library', 9 'type': 'static_library',
10 'sources': [ 10 'sources': [
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 'preferences_private.json', 101 'preferences_private.json',
102 'power.idl', 102 'power.idl',
103 'push_messaging.idl', 103 'push_messaging.idl',
104 'reading_list_private.json', 104 'reading_list_private.json',
105 'screenlock_private.idl', 105 'screenlock_private.idl',
106 'serial.idl', 106 'serial.idl',
107 'sessions.json', 107 'sessions.json',
108 'signed_in_devices.idl', 108 'signed_in_devices.idl',
109 'streams_private.idl', 109 'streams_private.idl',
110 'sync_file_system.idl', 110 'sync_file_system.idl',
111 'synced_notifications_private.idl',
111 'system_cpu.idl', 112 'system_cpu.idl',
112 'system_display.idl', 113 'system_display.idl',
113 'system_indicator.idl', 114 'system_indicator.idl',
114 'system_memory.idl', 115 'system_memory.idl',
115 'system_network.idl', 116 'system_network.idl',
116 'system_private.json', 117 'system_private.json',
117 'system_storage.idl', 118 'system_storage.idl',
118 'tab_capture.idl', 119 'tab_capture.idl',
119 'tabs.json', 120 'tabs.json',
120 'terminal_private.json', 121 'terminal_private.json',
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 'conditions': [ 192 'conditions': [
192 ['chromeos==1', { 193 ['chromeos==1', {
193 'dependencies': [ 194 'dependencies': [
194 '<(DEPTH)/chrome/chrome.gyp:drive_proto', 195 '<(DEPTH)/chrome/chrome.gyp:drive_proto',
195 ], 196 ],
196 }], 197 }],
197 ], 198 ],
198 }, 199 },
199 ], 200 ],
200 } 201 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/_permission_features.json ('k') | chrome/common/extensions/api/synced_notifications_private.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698