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

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

Issue 11038021: Implement Chrome Extension TabCapture API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 1 month 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': 'api', 8 'target_name': 'api',
9 'type': 'static_library', 9 'type': 'static_library',
10 'sources': [ 10 'sources': [
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 'experimental_system_info_storage.idl', 57 'experimental_system_info_storage.idl',
58 'experimental_usb.idl', 58 'experimental_usb.idl',
59 'file_system.idl', 59 'file_system.idl',
60 'media_galleries.idl', 60 'media_galleries.idl',
61 'media_galleries_private.idl', 61 'media_galleries_private.idl',
62 'push_messaging.idl', 62 'push_messaging.idl',
63 'rtc_private.idl', 63 'rtc_private.idl',
64 'serial.idl', 64 'serial.idl',
65 'socket.idl', 65 'socket.idl',
66 'sync_file_system.idl', 66 'sync_file_system.idl',
67 'tab_capture.idl',
67 ], 68 ],
68 'cc_dir': 'chrome/common/extensions/api', 69 'cc_dir': 'chrome/common/extensions/api',
69 'root_namespace': 'extensions::api', 70 'root_namespace': 'extensions::api',
70 }, 71 },
71 'conditions': [ 72 'conditions': [
72 ['OS=="android"', { 73 ['OS=="android"', {
73 'idl_schema_files!': [ 74 'idl_schema_files!': [
74 'experimental_usb.idl', 75 'experimental_usb.idl',
75 ], 76 ],
76 }], 77 }],
77 ['OS!="chromeos"', { 78 ['OS!="chromeos"', {
78 'json_schema_files!': [ 79 'json_schema_files!': [
79 'file_browser_handler_internal.json', 80 'file_browser_handler_internal.json',
80 ], 81 ],
81 'idl_schema_files!': [ 82 'idl_schema_files!': [
82 'rtc_private.idl', 83 'rtc_private.idl',
83 ], 84 ],
84 }], 85 }],
85 ], 86 ],
86 }, 87 },
87 ], 88 ],
88 } 89 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/_permission_features.json ('k') | chrome/common/extensions/api/tab_capture.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698