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

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

Issue 2118903002: scheduler: Move the Blink scheduler into Blink (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Really fixed the test failure this time Created 4 years, 4 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/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//content/browser/browser.gni") 7 import("//content/browser/browser.gni")
8 import("//media/media_options.gni") 8 import("//media/media_options.gni")
9 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") 9 import("//tools/ipc_fuzzer/ipc_fuzzer.gni")
10 10
(...skipping 25 matching lines...) Expand all
36 "//base:base_static", 36 "//base:base_static",
37 "//base/third_party/dynamic_annotations", 37 "//base/third_party/dynamic_annotations",
38 "//cc", 38 "//cc",
39 "//cc/surfaces", 39 "//cc/surfaces",
40 "//components/display_compositor", 40 "//components/display_compositor",
41 "//components/filesystem:lib", 41 "//components/filesystem:lib",
42 "//components/leveldb:lib", 42 "//components/leveldb:lib",
43 "//components/link_header_util", 43 "//components/link_header_util",
44 "//components/memory_coordinator/browser", 44 "//components/memory_coordinator/browser",
45 "//components/mime_util", 45 "//components/mime_util",
46 "//components/scheduler:common",
47 "//components/tracing", 46 "//components/tracing",
48 "//components/tracing:startup_tracing", 47 "//components/tracing:startup_tracing",
49 "//components/url_formatter", 48 "//components/url_formatter",
50 "//content:resources", 49 "//content:resources",
51 "//content/app/resources", 50 "//content/app/resources",
52 "//content/app/strings", 51 "//content/app/strings",
53 "//content/browser/background_sync:background_sync_proto", 52 "//content/browser/background_sync:background_sync_proto",
54 "//content/browser/cache_storage:cache_storage_proto", 53 "//content/browser/cache_storage:cache_storage_proto",
55 "//content/browser/devtools:gen_devtools_protocol_handler", 54 "//content/browser/devtools:gen_devtools_protocol_handler",
56 "//content/browser/devtools:resources", 55 "//content/browser/devtools:resources",
(...skipping 456 matching lines...) Expand 10 before | Expand all | Expand 10 after
513 if (!is_component_build) { 512 if (!is_component_build) {
514 public_deps = [ 513 public_deps = [
515 ":browser", 514 ":browser",
516 ] 515 ]
517 } else { 516 } else {
518 public_deps = [ 517 public_deps = [
519 "//third_party/leveldatabase", 518 "//third_party/leveldatabase",
520 ] 519 ]
521 } 520 }
522 } 521 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698