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

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

Issue 245933002: Initial implementation of chrome.browser.openTab. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebasing. 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
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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 'audio.idl', 43 'audio.idl',
44 'automation_internal.idl', 44 'automation_internal.idl',
45 'automation.idl', 45 'automation.idl',
46 'autotest_private.idl', 46 'autotest_private.idl',
47 'bluetooth.idl', 47 'bluetooth.idl',
48 'bluetooth_low_energy.idl', 48 'bluetooth_low_energy.idl',
49 'bluetooth_private.json', 49 'bluetooth_private.json',
50 'bluetooth_socket.idl', 50 'bluetooth_socket.idl',
51 'bookmark_manager_private.json', 51 'bookmark_manager_private.json',
52 'bookmarks.json', 52 'bookmarks.json',
53 'browser.idl',
53 'braille_display_private.idl', 54 'braille_display_private.idl',
54 'cast_channel.idl', 55 'cast_channel.idl',
55 'cloud_print_private.json', 56 'cloud_print_private.json',
56 'command_line_private.json', 57 'command_line_private.json',
57 'content_settings.json', 58 'content_settings.json',
58 'context_menus.json', 59 'context_menus.json',
59 'context_menus_internal.json', 60 'context_menus_internal.json',
60 'cookies.json', 61 'cookies.json',
61 'debugger.json', 62 'debugger.json',
62 'desktop_capture.json', 63 'desktop_capture.json',
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
188 'conditions': [ 189 'conditions': [
189 ['chromeos==1', { 190 ['chromeos==1', {
190 'dependencies': [ 191 'dependencies': [
191 '<(DEPTH)/chrome/chrome.gyp:drive_proto', 192 '<(DEPTH)/chrome/chrome.gyp:drive_proto',
192 ], 193 ],
193 }], 194 }],
194 ], 195 ],
195 }, 196 },
196 ], 197 ],
197 } 198 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/_permission_features.json ('k') | chrome/common/extensions/api/browser.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698