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

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

Issue 2867693004: Snapshot of all changes to get jumbo in blink and content.
Patch Set: Rebased again Created 3 years, 5 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 36a015582806d7a0a1c0171a248c32f72355a81a..94d841f80d2d3754bbc4f7f00ac311cb0d7dd73d 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