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

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

Issue 2471153002: [scheduler] Use Finch to control background throttling. (Closed)
Patch Set: Created 4 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/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//media/media_options.gni") 7 import("//media/media_options.gni")
8 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") 8 import("//tools/ipc_fuzzer/ipc_fuzzer.gni")
9 9
10 source_set("browser") { 10 source_set("browser") {
(...skipping 25 matching lines...) Expand all
36 "//cc", 36 "//cc",
37 "//cc/surfaces", 37 "//cc/surfaces",
38 "//components/display_compositor", 38 "//components/display_compositor",
39 "//components/filesystem:lib", 39 "//components/filesystem:lib",
40 "//components/leveldb:lib", 40 "//components/leveldb:lib",
41 "//components/link_header_util", 41 "//components/link_header_util",
42 "//components/mime_util", 42 "//components/mime_util",
43 "//components/tracing", 43 "//components/tracing",
44 "//components/tracing:startup_tracing", 44 "//components/tracing:startup_tracing",
45 "//components/url_formatter", 45 "//components/url_formatter",
46 "//components/variations",
46 "//content:resources", 47 "//content:resources",
47 "//content/app/resources", 48 "//content/app/resources",
48 "//content/app/strings", 49 "//content/app/strings",
49 "//content/browser/background_sync:background_sync_proto", 50 "//content/browser/background_sync:background_sync_proto",
50 "//content/browser/cache_storage:cache_storage_proto", 51 "//content/browser/cache_storage:cache_storage_proto",
51 "//content/browser/devtools:gen_devtools_protocol_handler", 52 "//content/browser/devtools:gen_devtools_protocol_handler",
52 "//content/browser/devtools:resources", 53 "//content/browser/devtools:resources",
53 "//content/browser/notifications:notification_proto", 54 "//content/browser/notifications:notification_proto",
54 "//content/browser/service_worker:service_worker_proto", 55 "//content/browser/service_worker:service_worker_proto",
55 "//content/browser/speech/proto", 56 "//content/browser/speech/proto",
(...skipping 1888 matching lines...) Expand 10 before | Expand all | Expand 10 after
1944 if (!is_component_build) { 1945 if (!is_component_build) {
1945 public_deps = [ 1946 public_deps = [
1946 ":browser", 1947 ":browser",
1947 ] 1948 ]
1948 } else { 1949 } else {
1949 public_deps = [ 1950 public_deps = [
1950 "//third_party/leveldatabase", 1951 "//third_party/leveldatabase",
1951 ] 1952 ]
1952 } 1953 }
1953 } 1954 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/renderer_host/DEPS » ('j') | content/browser/renderer_host/render_view_host_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698