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

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

Issue 2564583002: Upstream Settings.bundle used by experimental_flags.{h,mm}. (Closed)
Patch Set: Remove obsolete strings file as they are not required. 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 | « no previous file | ios/chrome/browser/resources/Settings.bundle/Experimental.plist » ('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 eac37946284f4bcf33c726a8371958dec0cd5bae..7f2519574f0c10d3df00c036aeedfa13bcdca06a 100644
--- a/ios/chrome/browser/BUILD.gn
+++ b/ios/chrome/browser/BUILD.gn
@@ -3,6 +3,7 @@
# found in the LICENSE file.
import("//build/config/features.gni")
+import("//build/config/ios/rules.gni")
import("//third_party/protobuf/proto_library.gni")
declare_args() {
@@ -218,6 +219,16 @@ source_set("about_flags") {
]
}
+bundle_data("settings_resources") {
+ sources = [
+ "resources/Settings.bundle/Experimental.plist",
+ "resources/Settings.bundle/Root.plist",
+ ]
+ outputs = [
+ "{{bundle_resources_dir}}/Settings.bundle/{{source_file_part}}",
+ ]
+}
+
source_set("unit_tests") {
testonly = true
sources = [
« no previous file with comments | « no previous file | ios/chrome/browser/resources/Settings.bundle/Experimental.plist » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698