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

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

Issue 11574006: Implement chrome.downloads.onDeterminingFilename() (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: @r176665 Created 7 years, 11 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': 'api', 8 'target_name': 'api',
9 'type': 'static_library', 9 'type': 'static_library',
10 'sources': [ 10 'sources': [
(...skipping 14 matching lines...) Expand all
25 'bluetooth.idl', 25 'bluetooth.idl',
26 'bookmarks.json', 26 'bookmarks.json',
27 'cloud_print_private.json', 27 'cloud_print_private.json',
28 'content_settings.json', 28 'content_settings.json',
29 'context_menus.json', 29 'context_menus.json',
30 'cookies.json', 30 'cookies.json',
31 'debugger.json', 31 'debugger.json',
32 'developer_private.idl', 32 'developer_private.idl',
33 'dial.idl', 33 'dial.idl',
34 'downloads.idl', 34 'downloads.idl',
35 'downloads_internal.idl',
35 'events.json', 36 'events.json',
36 'experimental_discovery.idl', 37 'experimental_discovery.idl',
37 'experimental_dns.idl', 38 'experimental_dns.idl',
38 'experimental_history.json', 39 'experimental_history.json',
39 'experimental_identity.idl', 40 'experimental_identity.idl',
40 'experimental_idltest.idl', 41 'experimental_idltest.idl',
41 'experimental_media_galleries.idl', 42 'experimental_media_galleries.idl',
42 'experimental_notification.idl', 43 'experimental_notification.idl',
43 'experimental_record.json', 44 'experimental_record.json',
44 'experimental_system_info_cpu.idl', 45 'experimental_system_info_cpu.idl',
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 ['OS!="chromeos"', { 82 ['OS!="chromeos"', {
82 'schema_files!': [ 83 'schema_files!': [
83 'file_browser_handler_internal.json', 84 'file_browser_handler_internal.json',
84 'rtc_private.idl', 85 'rtc_private.idl',
85 ], 86 ],
86 }], 87 }],
87 ], 88 ],
88 }, 89 },
89 ], 90 ],
90 } 91 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698