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

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

Issue 2754203003: Give CSChromium its own bundle identifier. (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 22 matching lines...) Expand all
33 info_plist_target = ":info_plist" 33 info_plist_target = ":info_plist"
34 34
35 deps = [ 35 deps = [
36 ":main", 36 ":main",
37 "//ios/chrome/app:tests_fake_hook", 37 "//ios/chrome/app:tests_fake_hook",
38 ] 38 ]
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=$output_name",
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 ] 49 ]
50 50
51 if (ios_encryption_export_compliance_code != "") { 51 if (ios_encryption_export_compliance_code != "") {
52 extra_substitutions += [ "ENCRYPTION_EXPORT_COMPLIANCE_CODE=" + 52 extra_substitutions += [ "ENCRYPTION_EXPORT_COMPLIANCE_CODE=" +
53 ios_encryption_export_compliance_code ] 53 ios_encryption_export_compliance_code ]
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 "app_delegate.mm", 97 "app_delegate.mm",
98 ] 98 ]
99 99
100 configs += [ "//build/config/compiler:enable_arc" ] 100 configs += [ "//build/config/compiler:enable_arc" ]
101 101
102 deps = [ 102 deps = [
103 ":application_state", 103 ":application_state",
104 "//ios/clean/chrome/app/steps", 104 "//ios/clean/chrome/app/steps",
105 ] 105 ]
106 } 106 }
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