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

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

Issue 2914893002: Move some of IOThread's command line logic to network_session_configurator. (Closed)
Patch Set: Meh Created 3 years, 6 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 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/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/crypto.gni") 6 import("//build/config/crypto.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//build/split_static_library.gni") 9 import("//build/split_static_library.gni")
10 import("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 1530 matching lines...) Expand 10 before | Expand all | Expand 10 after
1541 "//components/metrics:profiler", 1541 "//components/metrics:profiler",
1542 "//components/metrics:profiler_content", 1542 "//components/metrics:profiler_content",
1543 "//components/metrics:ui", 1543 "//components/metrics:ui",
1544 "//components/metrics/proto:proto", 1544 "//components/metrics/proto:proto",
1545 "//components/metrics_services_manager", 1545 "//components/metrics_services_manager",
1546 "//components/mime_util", 1546 "//components/mime_util",
1547 "//components/navigation_interception", 1547 "//components/navigation_interception",
1548 "//components/navigation_metrics", 1548 "//components/navigation_metrics",
1549 "//components/net_log", 1549 "//components/net_log",
1550 "//components/network_hints/common", 1550 "//components/network_hints/common",
1551 "//components/network_session_configurator", 1551 "//components/network_session_configurator/browser",
1552 "//components/network_time", 1552 "//components/network_time",
1553 "//components/ntp_snippets", 1553 "//components/ntp_snippets",
1554 "//components/ntp_tiles", 1554 "//components/ntp_tiles",
1555 "//components/offline_items_collection/core", 1555 "//components/offline_items_collection/core",
1556 "//components/offline_pages/features:features", 1556 "//components/offline_pages/features:features",
1557 "//components/omnibox/browser", 1557 "//components/omnibox/browser",
1558 "//components/os_crypt", 1558 "//components/os_crypt",
1559 "//components/packed_ct_ev_whitelist", 1559 "//components/packed_ct_ev_whitelist",
1560 "//components/password_manager/content/browser", 1560 "//components/password_manager/content/browser",
1561 "//components/password_manager/core/browser", 1561 "//components/password_manager/core/browser",
(...skipping 3227 matching lines...) Expand 10 before | Expand all | Expand 10 after
4789 "media/pepper_cdm_test_constants.cc", 4789 "media/pepper_cdm_test_constants.cc",
4790 "media/pepper_cdm_test_constants.h", 4790 "media/pepper_cdm_test_constants.h",
4791 ] 4791 ]
4792 } 4792 }
4793 } 4793 }
4794 4794
4795 service_manifest("preferences_forwarder_manifest") { 4795 service_manifest("preferences_forwarder_manifest") {
4796 name = "preferences_forwarder" 4796 name = "preferences_forwarder"
4797 source = "prefs/forwarder_manifest.json" 4797 source = "prefs/forwarder_manifest.json"
4798 } 4798 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698