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

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

Issue 2510803003: Pass RapporService to content/browser/ (Closed)
Patch Set: Fix more compile errors in JNI files 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/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("//ppapi/features/features.gni") 8 import("//ppapi/features/features.gni")
9 import("//printing/features/features.gni") 9 import("//printing/features/features.gni")
10 import("//third_party/WebKit/public/public_features.gni") 10 import("//third_party/WebKit/public/public_features.gni")
(...skipping 28 matching lines...) Expand all
39 "//cc/animation", 39 "//cc/animation",
40 "//cc/surfaces", 40 "//cc/surfaces",
41 "//components/discardable_memory/common", 41 "//components/discardable_memory/common",
42 "//components/discardable_memory/service", 42 "//components/discardable_memory/service",
43 "//components/display_compositor", 43 "//components/display_compositor",
44 "//components/filesystem:lib", 44 "//components/filesystem:lib",
45 "//components/leveldb:lib", 45 "//components/leveldb:lib",
46 "//components/link_header_util", 46 "//components/link_header_util",
47 "//components/mime_util", 47 "//components/mime_util",
48 "//components/payments:payment_app", 48 "//components/payments:payment_app",
49 "//components/rappor",
49 "//components/tracing", 50 "//components/tracing",
50 "//components/tracing:startup_tracing", 51 "//components/tracing:startup_tracing",
51 "//components/url_formatter", 52 "//components/url_formatter",
52 "//components/variations", 53 "//components/variations",
53 "//content:resources", 54 "//content:resources",
54 "//content/app/resources", 55 "//content/app/resources",
55 "//content/app/strings", 56 "//content/app/strings",
56 "//content/browser/background_sync:background_sync_proto", 57 "//content/browser/background_sync:background_sync_proto",
57 "//content/browser/cache_storage:cache_storage_proto", 58 "//content/browser/cache_storage:cache_storage_proto",
58 "//content/browser/devtools:gen_devtools_protocol_handler", 59 "//content/browser/devtools:gen_devtools_protocol_handler",
(...skipping 1920 matching lines...) Expand 10 before | Expand all | Expand 10 after
1979 if (!is_component_build) { 1980 if (!is_component_build) {
1980 public_deps = [ 1981 public_deps = [
1981 ":browser", 1982 ":browser",
1982 ] 1983 ]
1983 } else { 1984 } else {
1984 public_deps = [ 1985 public_deps = [
1985 "//third_party/leveldatabase", 1986 "//third_party/leveldatabase",
1986 ] 1987 ]
1987 } 1988 }
1988 } 1989 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698