summaryrefslogtreecommitdiff
path: root/chromium/ios/chrome/common/BUILD.gn
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2017-04-05 14:08:31 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2017-04-11 07:46:53 +0000
commit6a4cabb866f66d4128a97cdc6d9d08ce074f1247 (patch)
treeab00f70a5e89278d6a0d16ff0c42578dc4d84a2d /chromium/ios/chrome/common/BUILD.gn
parente733310db58160074f574c429d48f8308c0afe17 (diff)
downloadqtwebengine-chromium-6a4cabb866f66d4128a97cdc6d9d08ce074f1247.tar.gz
BASELINE: Update Chromium to 57.0.2987.144
Change-Id: I29db402ff696c71a04c4dbaec822c2e53efe0267 Reviewed-by: Peter Varga <pvarga@inf.u-szeged.hu>
Diffstat (limited to 'chromium/ios/chrome/common/BUILD.gn')
-rw-r--r--chromium/ios/chrome/common/BUILD.gn10
1 files changed, 9 insertions, 1 deletions
diff --git a/chromium/ios/chrome/common/BUILD.gn b/chromium/ios/chrome/common/BUILD.gn
index b3e6bed52d0..d71c521771d 100644
--- a/chromium/ios/chrome/common/BUILD.gn
+++ b/chromium/ios/chrome/common/BUILD.gn
@@ -2,6 +2,9 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+import("//build/buildflag_header.gni")
+import("//build/config/ios/ios_sdk.gni")
+
source_set("common") {
sources = [
"channel_info.h",
@@ -18,7 +21,7 @@ source_set("common") {
"//base",
"//components/version_info",
"//ios/chrome/common/app_group:main_app",
- "//ios/chrome/common/physical_web:physical_web",
+ "//ios/chrome/common/physical_web",
"//net",
"//url",
]
@@ -40,3 +43,8 @@ source_set("unit_tests") {
"//testing/gtest",
]
}
+
+buildflag_header("ios_app_bundle_id_prefix_header") {
+ header = "ios_app_bundle_id_prefix.h"
+ flags = [ "IOS_APP_BUNDLE_ID_PREFIX=\"$ios_app_bundle_id_prefix\"" ]
+}