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

Side by Side Diff: ios/clean/chrome/app/BUILD.gn

Issue 2763433002: Add IOS_BUNDLE_ID_PREFIX to Clean Skeleton target. (Closed)
Patch Set: Created 3 years, 9 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/ios/rules.gni") 5 import("//build/config/ios/rules.gni")
6 import("//build/config/mac/base_rules.gni") 6 import("//build/config/mac/base_rules.gni")
7 import("//build/mac/tweak_info_plist.gni") 7 import("//build/mac/tweak_info_plist.gni")
8 import("//ios/build/chrome_build.gni") 8 import("//ios/build/chrome_build.gni")
9 import("//ios/public/provider/chrome/browser/build_config.gni") 9 import("//ios/public/provider/chrome/browser/build_config.gni")
10 10
(...skipping 28 matching lines...) Expand all
39 39
40 bundle_deps = [ "//ios/chrome/app/resources" ] 40 bundle_deps = [ "//ios/chrome/app/resources" ]
41 41
42 extra_substitutions = [ 42 extra_substitutions = [
43 "CHROMIUM_BUNDLE_ID=$chromium_bundle_id", 43 "CHROMIUM_BUNDLE_ID=$chromium_bundle_id",
44 "CHROMIUM_SHORT_NAME=$chromium_short_name", 44 "CHROMIUM_SHORT_NAME=$chromium_short_name",
45 "CHROMIUM_URL_SCHEME_1=$url_unsecure_scheme", 45 "CHROMIUM_URL_SCHEME_1=$url_unsecure_scheme",
46 "CHROMIUM_URL_SCHEME_2=$url_secure_scheme", 46 "CHROMIUM_URL_SCHEME_2=$url_secure_scheme",
47 "CHROMIUM_URL_SCHEME_3=$url_x_callback_scheme", 47 "CHROMIUM_URL_SCHEME_3=$url_x_callback_scheme",
48 "CHROMIUM_URL_SCHEME_4=$url_channel_scheme", 48 "CHROMIUM_URL_SCHEME_4=$url_channel_scheme",
49 "IOS_BUNDLE_ID_PREFIX=$ios_app_bundle_id_prefix",
49 ] 50 ]
50 51
51 if (ios_encryption_export_compliance_code != "") { 52 if (ios_encryption_export_compliance_code != "") {
52 extra_substitutions += [ "ENCRYPTION_EXPORT_COMPLIANCE_CODE=" + 53 extra_substitutions += [ "ENCRYPTION_EXPORT_COMPLIANCE_CODE=" +
53 ios_encryption_export_compliance_code ] 54 ios_encryption_export_compliance_code ]
54 } 55 }
55 } 56 }
56 57
57 source_set("main") { 58 source_set("main") {
58 sources = [ 59 sources = [
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 "app_delegate.mm", 98 "app_delegate.mm",
98 ] 99 ]
99 100
100 configs += [ "//build/config/compiler:enable_arc" ] 101 configs += [ "//build/config/compiler:enable_arc" ]
101 102
102 deps = [ 103 deps = [
103 ":application_state", 104 ":application_state",
104 "//ios/clean/chrome/app/steps", 105 "//ios/clean/chrome/app/steps",
105 ] 106 ]
106 } 107 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698