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

Unified Diff: build/android/gradle/generate_gradle.py

Issue 2354073002: Change gradle project names to use > rather than $ as separators (Closed)
Patch Set: Created 4 years, 3 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: build/android/gradle/generate_gradle.py
diff --git a/build/android/gradle/generate_gradle.py b/build/android/gradle/generate_gradle.py
index fdd7dcb8ab1debf67329fa999bb6d9c40a7972aa..531c257ef541c13c761b9f2c7cbdfb32f7a3cb77 100755
--- a/build/android/gradle/generate_gradle.py
+++ b/build/android/gradle/generate_gradle.py
@@ -115,7 +115,7 @@ class _ProjectEntry(object):
def ProjectName(self):
"""Returns the Gradle project name."""
- return self.GradleSubdir().replace(os.path.sep, '\\$')
+ return self.GradleSubdir().replace(os.path.sep, '>')
def BuildConfig(self):
"""Reads and returns the project's .build_config JSON."""
« 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