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

Unified Diff: content/public/child/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/public/browser/BUILD.gn ('k') | content/public/common/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/child/BUILD.gn
diff --git a/content/public/child/BUILD.gn b/content/public/child/BUILD.gn
index 2f289af65b11d807fbf4e0f3e05ebd06336b2cd9..5958a43dbb18af54dfdd5afaf1bd9ee556e54ad9 100644
--- a/content/public/child/BUILD.gn
+++ b/content/public/child/BUILD.gn
@@ -3,6 +3,7 @@
# found in the LICENSE file.
import("//ppapi/features/features.gni")
+import("//content/content.gni")
# See //content/BUILD.gn for how this works.
group("child") {
@@ -23,7 +24,7 @@ group("child") {
}
}
-source_set("child_sources") {
+content_source_set("child_sources") {
# External code should depend in via ":child" above.
visibility = [ "//content/*" ]
« no previous file with comments | « content/public/browser/BUILD.gn ('k') | content/public/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698