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

Side by Side Diff: extensions/extensions.gyp

Issue 212603020: Break extensions ProcessManager dependency on Runtime API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase (pm-observer) Created 6 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 | « extensions/browser/process_manager_observer.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 293 matching lines...) Expand 10 before | Expand all | Expand 10 after
304 'browser/file_reader.cc', 304 'browser/file_reader.cc',
305 'browser/file_reader.h', 305 'browser/file_reader.h',
306 'browser/lazy_background_task_queue.cc', 306 'browser/lazy_background_task_queue.cc',
307 'browser/lazy_background_task_queue.h', 307 'browser/lazy_background_task_queue.h',
308 'browser/management_policy.cc', 308 'browser/management_policy.cc',
309 'browser/management_policy.h', 309 'browser/management_policy.h',
310 'browser/pref_names.cc', 310 'browser/pref_names.cc',
311 'browser/pref_names.h', 311 'browser/pref_names.h',
312 'browser/process_manager.cc', 312 'browser/process_manager.cc',
313 'browser/process_manager.h', 313 'browser/process_manager.h',
314 'browser/process_manager_observer.h',
314 'browser/process_map.cc', 315 'browser/process_map.cc',
315 'browser/process_map.h', 316 'browser/process_map.h',
316 'browser/process_map_factory.cc', 317 'browser/process_map_factory.cc',
317 'browser/process_map_factory.h', 318 'browser/process_map_factory.h',
318 'browser/quota_service.cc', 319 'browser/quota_service.cc',
319 'browser/quota_service.h', 320 'browser/quota_service.h',
320 'browser/renderer_startup_helper.cc', 321 'browser/renderer_startup_helper.cc',
321 'browser/renderer_startup_helper.h', 322 'browser/renderer_startup_helper.h',
322 'browser/runtime_data.cc', 323 'browser/runtime_data.cc',
323 'browser/runtime_data.h', 324 'browser/runtime_data.h',
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
378 'common/test_util.cc', 379 'common/test_util.cc',
379 'common/test_util.h', 380 'common/test_util.h',
380 'common/value_builder.cc', 381 'common/value_builder.cc',
381 'common/value_builder.h', 382 'common/value_builder.h',
382 ], 383 ],
383 # Disable c4267 warnings until we fix size_t to int truncations. 384 # Disable c4267 warnings until we fix size_t to int truncations.
384 'msvs_disabled_warnings': [ 4267, ], 385 'msvs_disabled_warnings': [ 4267, ],
385 }, 386 },
386 ] 387 ]
387 } 388 }
OLDNEW
« no previous file with comments | « extensions/browser/process_manager_observer.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698