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

Side by Side Diff: chrome/chrome_browser_extensions.gypi

Issue 9837012: Initial extension bindings for Media Gallery API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments Created 8 years, 8 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/browser/extensions/extension_function_registry.cc ('k') | chrome/chrome_renderer.gypi » ('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': 'browser_extensions', 8 'target_name': 'browser_extensions',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 'browser/extensions/api/extension_action/extension_actions_api.cc', 100 'browser/extensions/api/extension_action/extension_actions_api.cc',
101 'browser/extensions/api/extension_action/extension_actions_api.h', 101 'browser/extensions/api/extension_action/extension_actions_api.h',
102 'browser/extensions/api/extension_action/extension_browser_actions_api.c c', 102 'browser/extensions/api/extension_action/extension_browser_actions_api.c c',
103 'browser/extensions/api/extension_action/extension_browser_actions_api.h ', 103 'browser/extensions/api/extension_action/extension_browser_actions_api.h ',
104 'browser/extensions/api/extension_action/extension_page_actions_api.cc', 104 'browser/extensions/api/extension_action/extension_page_actions_api.cc',
105 'browser/extensions/api/extension_action/extension_page_actions_api.h', 105 'browser/extensions/api/extension_action/extension_page_actions_api.h',
106 'browser/extensions/api/extension_action/extension_page_actions_api_cons tants.cc', 106 'browser/extensions/api/extension_action/extension_page_actions_api_cons tants.cc',
107 'browser/extensions/api/extension_action/extension_page_actions_api_cons tants.h', 107 'browser/extensions/api/extension_action/extension_page_actions_api_cons tants.h',
108 'browser/extensions/api/identity/identity_api.cc', 108 'browser/extensions/api/identity/identity_api.cc',
109 'browser/extensions/api/identity/identity_api.h', 109 'browser/extensions/api/identity/identity_api.h',
110 'browser/extensions/api/media_gallery/media_gallery_api.cc',
111 'browser/extensions/api/media_gallery/media_gallery_api.h',
110 'browser/extensions/api/offscreen_tabs/offscreen_tabs_api.cc', 112 'browser/extensions/api/offscreen_tabs/offscreen_tabs_api.cc',
111 'browser/extensions/api/offscreen_tabs/offscreen_tabs_api.h', 113 'browser/extensions/api/offscreen_tabs/offscreen_tabs_api.h',
112 'browser/extensions/api/offscreen_tabs/offscreen_tabs_constants.cc', 114 'browser/extensions/api/offscreen_tabs/offscreen_tabs_constants.cc',
113 'browser/extensions/api/offscreen_tabs/offscreen_tabs_constants.h', 115 'browser/extensions/api/offscreen_tabs/offscreen_tabs_constants.h',
114 'browser/extensions/api/permissions/permissions_api.cc', 116 'browser/extensions/api/permissions/permissions_api.cc',
115 'browser/extensions/api/permissions/permissions_api.h', 117 'browser/extensions/api/permissions/permissions_api.h',
116 'browser/extensions/api/permissions/permissions_api_helpers.cc', 118 'browser/extensions/api/permissions/permissions_api_helpers.cc',
117 'browser/extensions/api/permissions/permissions_api_helpers.h', 119 'browser/extensions/api/permissions/permissions_api_helpers.h',
118 'browser/extensions/api/proxy/proxy_api.cc', 120 'browser/extensions/api/proxy/proxy_api.cc',
119 'browser/extensions/api/proxy/proxy_api.h', 121 'browser/extensions/api/proxy/proxy_api.h',
(...skipping 458 matching lines...) Expand 10 before | Expand all | Expand 10 after
578 }], 580 }],
579 ], 581 ],
580 }], 582 }],
581 ], 583 ],
582 }], 584 }],
583 ], 585 ],
584 }, 586 },
585 ], 587 ],
586 } 588 }
587 589
OLDNEW
« no previous file with comments | « chrome/browser/extensions/extension_function_registry.cc ('k') | chrome/chrome_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698