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

Unified Diff: chrome/BUILD.gn

Issue 2484283003: [Mac] Version the //chrome:chrome_framework bundle. (Closed)
Patch Set: Created 4 years, 1 month 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 7792bd525ae1b402506521ff088befbd44ee568c..ecaedc6aad2b6965fa6877fda026a8436ca8f213 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