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

Unified Diff: mojo/mojo_edk_tests.gyp

Issue 1906283002: Remove blink dependencies from mojo_public_bindings_unittests on ios. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | mojo/public/cpp/bindings/tests/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo_edk_tests.gyp
diff --git a/mojo/mojo_edk_tests.gyp b/mojo/mojo_edk_tests.gyp
index 859918684157d57080f6e587e5dabffe441e3dc8..a447f40050b24e2f1b8d928ec4dece56fda98f4d 100644
--- a/mojo/mojo_edk_tests.gyp
+++ b/mojo/mojo_edk_tests.gyp
@@ -104,6 +104,23 @@
'public/cpp/bindings/tests/validation_unittest.cc',
'public/cpp/bindings/tests/variant_test_util.h',
],
+ 'conditions': [
+ ['OS=="ios"', {
+ 'dependencies!': [
+ 'mojo_public.gyp:mojo_public_test_interfaces_blink',
+ ],
+ 'sources!': [
+ 'public/cpp/bindings/tests/pickle_unittest.cc',
+ 'public/cpp/bindings/tests/pickled_struct_blink.cc',
+ 'public/cpp/bindings/tests/pickled_struct_blink.h',
+ 'public/cpp/bindings/tests/pickled_struct_chromium.cc',
+ 'public/cpp/bindings/tests/pickled_struct_chromium.h',
+ 'public/cpp/bindings/tests/rect_blink.h',
+ 'public/cpp/bindings/tests/rect_blink_traits.h',
+ 'public/cpp/bindings/tests/struct_traits_unittest.cc',
+ ],
+ }],
+ ],
},
{
# GN version: //mojo/public/cpp/bindings/tests:for_blink_tests
« no previous file with comments | « no previous file | mojo/public/cpp/bindings/tests/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698