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

Side by Side Diff: chrome/chrome_browser_extensions.gypi

Issue 11786003: Move Icons out of Extension class (Closed) Base URL: http://git.chromium.org/chromium/src.git@dc_unref_browser_action
Patch Set: Latest master + Yoyo's requests 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
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 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
204 'browser/extensions/api/font_settings/font_settings_api.cc', 204 'browser/extensions/api/font_settings/font_settings_api.cc',
205 'browser/extensions/api/font_settings/font_settings_api.h', 205 'browser/extensions/api/font_settings/font_settings_api.h',
206 'browser/extensions/api/font_settings/font_settings_api_factory.cc', 206 'browser/extensions/api/font_settings/font_settings_api_factory.cc',
207 'browser/extensions/api/font_settings/font_settings_api_factory.h', 207 'browser/extensions/api/font_settings/font_settings_api_factory.h',
208 'browser/extensions/api/history/history_api.h', 208 'browser/extensions/api/history/history_api.h',
209 'browser/extensions/api/history/history_api.cc', 209 'browser/extensions/api/history/history_api.cc',
210 'browser/extensions/api/history/history_api_factory.h', 210 'browser/extensions/api/history/history_api_factory.h',
211 'browser/extensions/api/history/history_api_factory.cc', 211 'browser/extensions/api/history/history_api_factory.cc',
212 'browser/extensions/api/i18n/i18n_api.cc', 212 'browser/extensions/api/i18n/i18n_api.cc',
213 'browser/extensions/api/i18n/i18n_api.h', 213 'browser/extensions/api/i18n/i18n_api.h',
214 'browser/extensions/api/icons/icons_api.cc',
215 'browser/extensions/api/icons/icons_api.h',
214 'browser/extensions/api/identity/identity_api.cc', 216 'browser/extensions/api/identity/identity_api.cc',
215 'browser/extensions/api/identity/identity_api.h', 217 'browser/extensions/api/identity/identity_api.h',
216 'browser/extensions/api/identity/web_auth_flow.cc', 218 'browser/extensions/api/identity/web_auth_flow.cc',
217 'browser/extensions/api/identity/web_auth_flow.h', 219 'browser/extensions/api/identity/web_auth_flow.h',
218 'browser/extensions/api/idle/idle_api.cc', 220 'browser/extensions/api/idle/idle_api.cc',
219 'browser/extensions/api/idle/idle_api.h', 221 'browser/extensions/api/idle/idle_api.h',
220 'browser/extensions/api/idle/idle_api_constants.cc', 222 'browser/extensions/api/idle/idle_api_constants.cc',
221 'browser/extensions/api/idle/idle_api_constants.h', 223 'browser/extensions/api/idle/idle_api_constants.h',
222 'browser/extensions/api/idle/idle_manager.cc', 224 'browser/extensions/api/idle/idle_manager.cc',
223 'browser/extensions/api/idle/idle_manager.h', 225 'browser/extensions/api/idle/idle_manager.h',
(...skipping 730 matching lines...) Expand 10 before | Expand all | Expand 10 after
954 'msvs_settings': { 956 'msvs_settings': {
955 'VCLinkerTool': { 957 'VCLinkerTool': {
956 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS 958 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS
957 }, 959 },
958 }, 960 },
959 }, 961 },
960 ], 962 ],
961 }, ], # 'OS=="win"' 963 }, ], # 'OS=="win"'
962 ], # 'conditions' 964 ], # 'conditions'
963 } 965 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698