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

Side by Side Diff: chrome/chrome_browser_extensions.gypi

Issue 10231002: Fully merge the implementations of the browserAction and pageAction APIs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . 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
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 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 'browser/extensions/api/declarative_webrequest/webrequest_constants.cc', 102 'browser/extensions/api/declarative_webrequest/webrequest_constants.cc',
103 'browser/extensions/api/declarative_webrequest/webrequest_constants.h', 103 'browser/extensions/api/declarative_webrequest/webrequest_constants.h',
104 'browser/extensions/api/declarative_webrequest/webrequest_rule.cc', 104 'browser/extensions/api/declarative_webrequest/webrequest_rule.cc',
105 'browser/extensions/api/declarative_webrequest/webrequest_rule.h', 105 'browser/extensions/api/declarative_webrequest/webrequest_rule.h',
106 'browser/extensions/api/declarative_webrequest/webrequest_rules_registry .cc', 106 'browser/extensions/api/declarative_webrequest/webrequest_rules_registry .cc',
107 'browser/extensions/api/declarative_webrequest/webrequest_rules_registry .h', 107 'browser/extensions/api/declarative_webrequest/webrequest_rules_registry .h',
108 'browser/extensions/api/dns/dns_api.cc', 108 'browser/extensions/api/dns/dns_api.cc',
109 'browser/extensions/api/dns/dns_api.h', 109 'browser/extensions/api/dns/dns_api.h',
110 'browser/extensions/api/extension_action/extension_actions_api.cc', 110 'browser/extensions/api/extension_action/extension_actions_api.cc',
111 'browser/extensions/api/extension_action/extension_actions_api.h', 111 'browser/extensions/api/extension_action/extension_actions_api.h',
112 'browser/extensions/api/extension_action/extension_browser_actions_api.c c',
113 'browser/extensions/api/extension_action/extension_browser_actions_api.h ', 112 'browser/extensions/api/extension_action/extension_browser_actions_api.h ',
114 'browser/extensions/api/extension_action/extension_page_actions_api.cc', 113 'browser/extensions/api/extension_action/extension_page_actions_api.cc',
115 'browser/extensions/api/extension_action/extension_page_actions_api.h', 114 'browser/extensions/api/extension_action/extension_page_actions_api.h',
116 'browser/extensions/api/extension_action/extension_page_actions_api_cons tants.cc', 115 'browser/extensions/api/extension_action/extension_page_actions_api_cons tants.cc',
117 'browser/extensions/api/extension_action/extension_page_actions_api_cons tants.h', 116 'browser/extensions/api/extension_action/extension_page_actions_api_cons tants.h',
118 'browser/extensions/api/identity/identity_api.cc', 117 'browser/extensions/api/identity/identity_api.cc',
119 'browser/extensions/api/identity/identity_api.h', 118 'browser/extensions/api/identity/identity_api.h',
120 'browser/extensions/api/offscreen_tabs/offscreen_tabs_api.cc', 119 'browser/extensions/api/offscreen_tabs/offscreen_tabs_api.cc',
121 'browser/extensions/api/offscreen_tabs/offscreen_tabs_api.h', 120 'browser/extensions/api/offscreen_tabs/offscreen_tabs_api.h',
122 'browser/extensions/api/offscreen_tabs/offscreen_tabs_constants.cc', 121 'browser/extensions/api/offscreen_tabs/offscreen_tabs_constants.cc',
(...skipping 516 matching lines...) Expand 10 before | Expand all | Expand 10 after
639 }], 638 }],
640 ], 639 ],
641 }], 640 }],
642 ], 641 ],
643 }], 642 }],
644 ], 643 ],
645 }, 644 },
646 ], 645 ],
647 } 646 }
648 647
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698