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

Unified Diff: build/all.gyp

Issue 1910843002: [iOS] Remove dependency on //mojo on iOS due to build failure. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Only remove dependency on mojo/mojo_edk_tests.gyp:mojo_public_bindings_unittests Created 4 years, 8 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/all.gyp
diff --git a/build/all.gyp b/build/all.gyp
index 71ed6be3c9f737776390c1b80e0849dc90bafd54..b93ea6969f7b013c0716eaf75405f93f63e1deac 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -56,7 +56,10 @@
'../mojo/mojo_base.gyp:mojo_common_lib',
'../mojo/mojo_base.gyp:mojo_common_unittests',
'../mojo/mojo_edk.gyp:mojo_system_impl',
- '../mojo/mojo_edk_tests.gyp:mojo_public_bindings_unittests',
+ # TODO(crbug.com/605508): http://crrev.com/1832703002 introduced
+ # a dependency on //third_party/WebKit that cause build failures
+ # when using Xcode version of clang (loading clang plugin fails).
+ # '../mojo/mojo_edk_tests.gyp:mojo_public_bindings_unittests',
'../mojo/mojo_edk_tests.gyp:mojo_public_system_unittests',
'../mojo/mojo_edk_tests.gyp:mojo_system_unittests',
'../mojo/mojo_public.gyp:mojo_cpp_bindings',
« 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