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

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: @r185803 Created 7 years, 9 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 | « chrome/chrome_browser_extensions.gypi ('k') | chrome/common/extensions/api/downloads.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 19 matching lines...) Expand all
30 'chromeos_info_private.json', 30 'chromeos_info_private.json',
31 'cloud_print_private.json', 31 'cloud_print_private.json',
32 'content_settings.json', 32 'content_settings.json',
33 'context_menus.json', 33 'context_menus.json',
34 'cookies.json', 34 'cookies.json',
35 'debugger.json', 35 'debugger.json',
36 'developer_private.idl', 36 'developer_private.idl',
37 'dial.idl', 37 'dial.idl',
38 'downloads.idl', 38 'downloads.idl',
39 'echo_private.json', 39 'echo_private.json',
40 'downloads_internal.idl',
40 'events.json', 41 'events.json',
41 'experimental_accessibility.json', 42 'experimental_accessibility.json',
42 'experimental_app.json', 43 'experimental_app.json',
43 'experimental_discovery.idl', 44 'experimental_discovery.idl',
44 'experimental_dns.idl', 45 'experimental_dns.idl',
45 'experimental_history.json', 46 'experimental_history.json',
46 'experimental_identity.idl', 47 'experimental_identity.idl',
47 'experimental_idltest.idl', 48 'experimental_idltest.idl',
48 'experimental_infobars.json', 49 'experimental_infobars.json',
49 'experimental_media_galleries.idl', 50 'experimental_media_galleries.idl',
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 ['OS!="chromeos"', { 111 ['OS!="chromeos"', {
111 'schema_files!': [ 112 'schema_files!': [
112 'file_browser_handler_internal.json', 113 'file_browser_handler_internal.json',
113 'rtc_private.idl', 114 'rtc_private.idl',
114 ], 115 ],
115 }], 116 }],
116 ], 117 ],
117 }, 118 },
118 ], 119 ],
119 } 120 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_extensions.gypi ('k') | chrome/common/extensions/api/downloads.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698