forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use the same version_code and version_name for remoting_apk as chrome…
…_apk This CL: - Changes remoting_apk in GYP so that it uses the same version_code and version_name as chrome_apk - Declares new GN variables so that remoting_apk in GN can share the same version_code and version_name as chrome_apk. (CL which ports remoting_apk to GN is at https://codereview.chromium.org/1473713005/) BUG=544298 Review URL: https://codereview.chromium.org/1491423003 Cr-Commit-Position: refs/heads/master@{#363266}
- Loading branch information
Showing
3 changed files
with
8 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Copyright 2015 The Chromium Authors. All rights reserved. | ||
# Use of this source code is governed by a BSD-style license that can be | ||
# found in the LICENSE file. | ||
|
||
declare_args() { | ||
chrome_apk_version_code = "1" | ||
chrome_apk_version_name = "Developer Build" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.