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

Unified Diff: chrome/BUILD.gn

Issue 2703653002: [Merge to 3012 for test build] [Mac] Version the //chrome:chrome_framework bundle. (Closed)
Patch Set: Created 3 years, 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/BUILD.gn
diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
index 1a2185f32fc43da1ebe3c7f0cd02afacb5ad1fb2..ab8a257536a3886dbb9a5636c310f527e2fabb69 100644
--- a/chrome/BUILD.gn
+++ b/chrome/BUILD.gn
@@ -457,10 +457,7 @@ if (is_win) {
} else if (is_mac) {
chrome_helper_name = chrome_product_full_name + " Helper"
chrome_framework_name = chrome_product_full_name + " Framework"
-
- if (enable_xpc_notifications) {
- chrome_framework_version = "A"
- }
+ chrome_framework_version = "A"
group("chrome") {
deps = [
« 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