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

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

Issue 132793014: Change streamsPrivate to use an IDL definition file. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Code review fix Created 6 years, 10 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
« no previous file with comments | « no previous file | chrome/common/extensions/api/streams_private.idl » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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': 'api', 8 'target_name': 'api',
9 'type': 'static_library', 9 'type': 'static_library',
10 'sources': [ 10 'sources': [
(...skipping 12 matching lines...) Expand all
23 'non_compiled_schema_files': [ 23 'non_compiled_schema_files': [
24 'adview.json', 24 'adview.json',
25 'browsing_data.json', 25 'browsing_data.json',
26 'chromeos_info_private.json', 26 'chromeos_info_private.json',
27 'extension.json', 27 'extension.json',
28 'idltest.idl', 28 'idltest.idl',
29 'infobars.json', 29 'infobars.json',
30 'media_player_private.json', 30 'media_player_private.json',
31 'music_manager_private.idl', 31 'music_manager_private.idl',
32 'principals_private.idl', 32 'principals_private.idl',
33 'streams_private.idl',
33 'top_sites.json', 34 'top_sites.json',
34 ], 35 ],
35 'conditions': [ 36 'conditions': [
36 ['OS!="android"', { 37 ['OS!="android"', {
37 'schema_files': [ 38 'schema_files': [
38 'activity_log_private.json', 39 'activity_log_private.json',
39 'alarms.idl', 40 'alarms.idl',
40 'app_current_window_internal.idl', 41 'app_current_window_internal.idl',
41 'app_runtime.idl', 42 'app_runtime.idl',
42 'app_window.idl', 43 'app_window.idl',
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
185 'conditions': [ 186 'conditions': [
186 ['chromeos==1', { 187 ['chromeos==1', {
187 'dependencies': [ 188 'dependencies': [
188 '<(DEPTH)/chrome/chrome.gyp:drive_proto', 189 '<(DEPTH)/chrome/chrome.gyp:drive_proto',
189 ], 190 ],
190 }], 191 }],
191 ], 192 ],
192 }, 193 },
193 ], 194 ],
194 } 195 }
OLDNEW
« no previous file with comments | « no previous file | chrome/common/extensions/api/streams_private.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698