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

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

Issue 2539263003: Move Task Scheduler Initialization From chrome/browser to Content (Closed)
Patch Set: Remove Content Dependency on components/task_scheduler_util 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
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 1389 matching lines...) Expand 10 before | Expand all | Expand 10 after
1400 "//components/storage_monitor", 1400 "//components/storage_monitor",
1401 "//components/strings", 1401 "//components/strings",
1402 "//components/subresource_filter/content/browser", 1402 "//components/subresource_filter/content/browser",
1403 "//components/subresource_filter/core/browser", 1403 "//components/subresource_filter/core/browser",
1404 "//components/suggestions", 1404 "//components/suggestions",
1405 "//components/supervised_user_error_page", 1405 "//components/supervised_user_error_page",
1406 "//components/sync", 1406 "//components/sync",
1407 "//components/sync_bookmarks", 1407 "//components/sync_bookmarks",
1408 "//components/sync_preferences", 1408 "//components/sync_preferences",
1409 "//components/sync_sessions", 1409 "//components/sync_sessions",
1410 "//components/task_scheduler_util", 1410 "//components/task_scheduler_util/initialization",
1411 "//components/task_scheduler_util/variations",
1411 "//components/tracing:startup_tracing", 1412 "//components/tracing:startup_tracing",
1412 "//components/translate/content/browser", 1413 "//components/translate/content/browser",
1413 "//components/translate/core/browser", 1414 "//components/translate/core/browser",
1414 "//components/translate/core/common", 1415 "//components/translate/core/common",
1415 "//components/undo", 1416 "//components/undo",
1416 "//components/update_client", 1417 "//components/update_client",
1417 "//components/upload_list", 1418 "//components/upload_list",
1418 "//components/url_formatter", 1419 "//components/url_formatter",
1419 "//components/url_matcher", 1420 "//components/url_matcher",
1420 "//components/user_prefs", 1421 "//components/user_prefs",
(...skipping 3027 matching lines...) Expand 10 before | Expand all | Expand 10 after
4448 # linking all of the test support. 4449 # linking all of the test support.
4449 static_library("pepper_cdm_test_constants") { 4450 static_library("pepper_cdm_test_constants") {
4450 testonly = true 4451 testonly = true
4451 visibility = [ "//chrome/*" ] 4452 visibility = [ "//chrome/*" ]
4452 sources = [ 4453 sources = [
4453 "media/pepper_cdm_test_constants.cc", 4454 "media/pepper_cdm_test_constants.cc",
4454 "media/pepper_cdm_test_constants.h", 4455 "media/pepper_cdm_test_constants.h",
4455 ] 4456 ]
4456 } 4457 }
4457 } 4458 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chrome_browser_main.cc » ('j') | chrome/browser/chrome_content_browser_client.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698