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

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

Issue 12680004: Remove chrome/ code to handle App Notifications (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix merge conflicts. 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
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 22 matching lines...) Expand all
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 'downloads_internal.idl',
41 'events.json', 41 'events.json',
42 'experimental_accessibility.json', 42 'experimental_accessibility.json',
43 'experimental_app.json',
44 'experimental_discovery.idl', 43 'experimental_discovery.idl',
45 'experimental_dns.idl', 44 'experimental_dns.idl',
46 'experimental_history.json', 45 'experimental_history.json',
47 'experimental_identity.idl', 46 'experimental_identity.idl',
48 'experimental_idltest.idl', 47 'experimental_idltest.idl',
49 'experimental_infobars.json', 48 'experimental_infobars.json',
50 'experimental_media_galleries.idl', 49 'experimental_media_galleries.idl',
51 'experimental_power.json', 50 'experimental_power.json',
52 'experimental_record.json', 51 'experimental_record.json',
53 'experimental_system_info_cpu.idl', 52 'experimental_system_info_cpu.idl',
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 ['OS!="chromeos"', { 110 ['OS!="chromeos"', {
112 'schema_files!': [ 111 'schema_files!': [
113 'file_browser_handler_internal.json', 112 'file_browser_handler_internal.json',
114 'rtc_private.idl', 113 'rtc_private.idl',
115 ], 114 ],
116 }], 115 }],
117 ], 116 ],
118 }, 117 },
119 ], 118 ],
120 } 119 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/_permission_features.json ('k') | chrome/common/extensions/api/experimental_app.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698