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

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

Issue 2539263003: Move Task Scheduler Initialization From chrome/browser to Content (Closed)
Patch Set: Rebase to bf8e2f1 Created 4 years 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
« no previous file with comments | « no previous file | chrome/browser/chrome_browser_main.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1438 matching lines...) Expand 10 before | Expand all | Expand 10 after
1449 "//components/storage_monitor", 1449 "//components/storage_monitor",
1450 "//components/strings", 1450 "//components/strings",
1451 "//components/subresource_filter/content/browser", 1451 "//components/subresource_filter/content/browser",
1452 "//components/subresource_filter/core/browser", 1452 "//components/subresource_filter/core/browser",
1453 "//components/suggestions", 1453 "//components/suggestions",
1454 "//components/supervised_user_error_page", 1454 "//components/supervised_user_error_page",
1455 "//components/sync", 1455 "//components/sync",
1456 "//components/sync_bookmarks", 1456 "//components/sync_bookmarks",
1457 "//components/sync_preferences", 1457 "//components/sync_preferences",
1458 "//components/sync_sessions", 1458 "//components/sync_sessions",
1459 "//components/task_scheduler_util", 1459 "//components/task_scheduler_util/initialization",
1460 "//components/task_scheduler_util/variations",
1460 "//components/tracing:startup_tracing", 1461 "//components/tracing:startup_tracing",
1461 "//components/translate/content/browser", 1462 "//components/translate/content/browser",
1462 "//components/translate/core/browser", 1463 "//components/translate/core/browser",
1463 "//components/translate/core/common", 1464 "//components/translate/core/common",
1464 "//components/undo", 1465 "//components/undo",
1465 "//components/update_client", 1466 "//components/update_client",
1466 "//components/upload_list", 1467 "//components/upload_list",
1467 "//components/url_formatter", 1468 "//components/url_formatter",
1468 "//components/url_matcher", 1469 "//components/url_matcher",
1469 "//components/user_prefs", 1470 "//components/user_prefs",
(...skipping 2984 matching lines...) Expand 10 before | Expand all | Expand 10 after
4454 # linking all of the test support. 4455 # linking all of the test support.
4455 static_library("pepper_cdm_test_constants") { 4456 static_library("pepper_cdm_test_constants") {
4456 testonly = true 4457 testonly = true
4457 visibility = [ "//chrome/*" ] 4458 visibility = [ "//chrome/*" ]
4458 sources = [ 4459 sources = [
4459 "media/pepper_cdm_test_constants.cc", 4460 "media/pepper_cdm_test_constants.cc",
4460 "media/pepper_cdm_test_constants.h", 4461 "media/pepper_cdm_test_constants.h",
4461 ] 4462 ]
4462 } 4463 }
4463 } 4464 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chrome_browser_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698