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

Unified Diff: sync/tools/BUILD.gn

Issue 2001323002: Fix some TODO(GYP) in the GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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
Index: sync/tools/BUILD.gn
diff --git a/sync/tools/BUILD.gn b/sync/tools/BUILD.gn
index 93c275f04d6fb265413c8c01f5dfc4ff5ea8b8af..a6628f4bea499380fd719b5f77f039d0bb8a13fb 100644
--- a/sync/tools/BUILD.gn
+++ b/sync/tools/BUILD.gn
@@ -4,8 +4,8 @@
import("//testing/test.gni")
-if (is_linux && !is_chromeos) {
- # TODO(GYP): Figure out which of these work and are needed on other platforms.
+# These are used by developers so don't compile on mobile OS's.
+if (!is_ios && !is_android && !is_chromecast) {
brettw 2016/05/23 22:06:26 This matches the condition in src/BUILD.gn.
source_set("common") {
testonly = true

Powered by Google App Engine
This is Rietveld 408576698