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

Side by Side Diff: extensions/browser/BUILD.gn

Issue 671763002: Extract ProcessManager from ExtensionSystem. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased. Created 6 years, 1 month 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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//build/config/crypto.gni") 5 import("//build/config/crypto.gni")
6 import("//build/config/features.gni") 6 import("//build/config/features.gni")
7 7
8 # GYP version: extensions/extensions.gyp:extensions_browser 8 # GYP version: extensions/extensions.gyp:extensions_browser
9 source_set("browser") { 9 source_set("browser") {
10 sources = [ 10 sources = [
(...skipping 397 matching lines...) Expand 10 before | Expand all | Expand 10 after
408 "mojo/keep_alive_impl.h", 408 "mojo/keep_alive_impl.h",
409 "mojo/service_registration_manager.cc", 409 "mojo/service_registration_manager.cc",
410 "mojo/service_registration_manager.h", 410 "mojo/service_registration_manager.h",
411 "mojo/stash_backend.cc", 411 "mojo/stash_backend.cc",
412 "mojo/stash_backend.h", 412 "mojo/stash_backend.h",
413 "pref_names.cc", 413 "pref_names.cc",
414 "pref_names.h", 414 "pref_names.h",
415 "process_manager.cc", 415 "process_manager.cc",
416 "process_manager.h", 416 "process_manager.h",
417 "process_manager_delegate.h", 417 "process_manager_delegate.h",
418 "process_manager_factory.cc",
419 "process_manager_factory.h",
418 "process_manager_observer.h", 420 "process_manager_observer.h",
419 "process_map.cc", 421 "process_map.cc",
420 "process_map.h", 422 "process_map.h",
421 "process_map_factory.cc", 423 "process_map_factory.cc",
422 "process_map_factory.h", 424 "process_map_factory.h",
423 "quota_service.cc", 425 "quota_service.cc",
424 "quota_service.h", 426 "quota_service.h",
425 "renderer_startup_helper.cc", 427 "renderer_startup_helper.cc",
426 "renderer_startup_helper.h", 428 "renderer_startup_helper.h",
427 "runtime_data.cc", 429 "runtime_data.cc",
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
493 ] 495 ]
494 } 496 }
495 } 497 }
496 498
497 if (is_win) { 499 if (is_win) {
498 cflags = [ 500 cflags = [
499 "/wd4267", # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 501 "/wd4267", # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
500 ] 502 ]
501 } 503 }
502 } 504 }
OLDNEW
« no previous file with comments | « components/renderer_context_menu/context_menu_content_type.cc ('k') | extensions/browser/api/runtime/runtime_api.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698