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

Unified Diff: content/public/browser/BUILD.gn

Issue 2867693004: Snapshot of all changes to get jumbo in blink and content.
Patch Set: Exclude certain files from jumbo because of a Windows problem Created 3 years, 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/content.gni ('k') | content/public/child/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/BUILD.gn
diff --git a/content/public/browser/BUILD.gn b/content/public/browser/BUILD.gn
index 686fd2886277b2b5989c341677936a7eac2bfaa8..fb1cc3bdb71c04f33e2ad347ff3c0ea165fa62d2 100644
--- a/content/public/browser/BUILD.gn
+++ b/content/public/browser/BUILD.gn
@@ -3,6 +3,7 @@
# found in the LICENSE file.
import("//build/config/ui.gni")
+import("//content/content.gni")
import("//media/media_options.gni")
# See //content/BUILD.gn for how this works.
@@ -18,10 +19,9 @@ group("browser") {
}
}
-source_set("browser_sources") {
+content_source_set("browser_sources") {
# External code should depend on via ":browser" above.
visibility = [ "//content/*" ]
-
sources = [
"android/android_overlay_provider.h",
"android/browser_media_player_manager_register.cc",
« no previous file with comments | « content/content.gni ('k') | content/public/child/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698