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

Unified Diff: chrome/android/BUILD.gn

Issue 810193006: Remove redundant OS checks in chrome_shell.gypi (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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 | chrome/chrome_shell.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/BUILD.gn
diff --git a/chrome/android/BUILD.gn b/chrome/android/BUILD.gn
index 0e2865f91280378072db6ca6eb02897fa1bfba98..2ae0a73b05cb51ef47a6ad143a1750f6601e93c2 100644
--- a/chrome/android/BUILD.gn
+++ b/chrome/android/BUILD.gn
@@ -188,12 +188,8 @@ static_library("chrome_shell_base") {
# TODO(GYP):
#[ 'order_profiling!=0', {
- #'conditions': [
- #[ 'OS=="android"', {
#'dependencies': [ '../tools/cygprofile/cygprofile.gyp:cygprofile', ],
#}],
- #],
- #}],
}
# GYP: //chrome/chrome_shell.gypi:libchromeshell
« no previous file with comments | « no previous file | chrome/chrome_shell.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698