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

Side by Side Diff: extensions/extensions.gyp

Issue 131743021: app_shell: Extract extension runtime data from ExtensionService (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rename, bitmask (runtime_data) Created 6 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 | Annotate | Revision Log
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
201 'browser/pref_names.cc', 201 'browser/pref_names.cc',
202 'browser/pref_names.h', 202 'browser/pref_names.h',
203 'browser/process_manager.cc', 203 'browser/process_manager.cc',
204 'browser/process_manager.h', 204 'browser/process_manager.h',
205 'browser/process_map.cc', 205 'browser/process_map.cc',
206 'browser/process_map.h', 206 'browser/process_map.h',
207 'browser/process_map_factory.cc', 207 'browser/process_map_factory.cc',
208 'browser/process_map_factory.h', 208 'browser/process_map_factory.h',
209 'browser/quota_service.cc', 209 'browser/quota_service.cc',
210 'browser/quota_service.h', 210 'browser/quota_service.h',
211 'browser/runtime_data.cc',
212 'browser/runtime_data.h',
211 'browser/update_observer.h', 213 'browser/update_observer.h',
212 'browser/view_type_utils.cc', 214 'browser/view_type_utils.cc',
213 'browser/view_type_utils.h', 215 'browser/view_type_utils.h',
214 ], 216 ],
215 # Disable c4267 warnings until we fix size_t to int truncations. 217 # Disable c4267 warnings until we fix size_t to int truncations.
216 'msvs_disabled_warnings': [ 4267, ], 218 'msvs_disabled_warnings': [ 4267, ],
217 }, 219 },
218 { 220 {
219 'target_name': 'extensions_test_support', 221 'target_name': 'extensions_test_support',
220 'type': 'static_library', 222 'type': 'static_library',
(...skipping 13 matching lines...) Expand all
234 'common/test_util.cc', 236 'common/test_util.cc',
235 'common/test_util.h', 237 'common/test_util.h',
236 'common/value_builder.cc', 238 'common/value_builder.cc',
237 'common/value_builder.h', 239 'common/value_builder.h',
238 ], 240 ],
239 # Disable c4267 warnings until we fix size_t to int truncations. 241 # Disable c4267 warnings until we fix size_t to int truncations.
240 'msvs_disabled_warnings': [ 4267, ], 242 'msvs_disabled_warnings': [ 4267, ],
241 }, 243 },
242 ] 244 ]
243 } 245 }
OLDNEW
« extensions/browser/runtime_data.h ('K') | « extensions/browser/runtime_data_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698