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

Unified Diff: ios/chrome/browser/BUILD.gn

Issue 2570573002: Convert RLZ to a buildflag header (Closed)
Patch Set: iOS 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/BUILD.gn ('k') | ios/chrome/browser/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/BUILD.gn
diff --git a/ios/chrome/browser/BUILD.gn b/ios/chrome/browser/BUILD.gn
index e5b8f4fa6af9faf0cbbc7438f41bb040af9a7100..5a7d3de680316c88afde007c91dbea85ce8506b9 100644
--- a/ios/chrome/browser/BUILD.gn
+++ b/ios/chrome/browser/BUILD.gn
@@ -5,6 +5,7 @@
import("//build/buildflag_header.gni")
import("//build/config/features.gni")
import("//build/config/ios/rules.gni")
+import("//rlz/features/features.gni")
import("//third_party/protobuf/proto_library.gni")
declare_args() {
@@ -121,6 +122,7 @@ source_set("browser") {
"//ios/web",
"//ios/web:user_agent",
"//net",
+ "//rlz/features",
"//url",
]
allow_circular_includes_from = [
@@ -182,6 +184,7 @@ source_set("browser_impl") {
"//ios/web",
"//ios/web/public/app",
"//net",
+ "//rlz/features",
"//ui/base",
]
« no previous file with comments | « components/BUILD.gn ('k') | ios/chrome/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698