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

Unified Diff: mojo/mojo_edk_tests.gyp

Issue 2044023004: Mojo: Eliminate duplicate C API symbols (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nit Created 4 years, 6 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 | « mojo/mojo_edk_nacl.gyp ('k') | mojo/mojo_public.gyp » ('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 c7b2edd18f619265508f6d50b28469639b7fe00a..2b6bae5566b13a1dc2e25a30e9f5a92deed16a47 100644
--- a/mojo/mojo_edk_tests.gyp
+++ b/mojo/mojo_edk_tests.gyp
@@ -3,9 +3,9 @@
# found in the LICENSE file.
{
- 'includes': [
- 'mojo_variables.gypi',
- ],
+ 'variables': {
+ 'chromium_code': 1,
+ },
'targets': [
{
'target_name': 'mojo_edk_tests',
@@ -169,7 +169,11 @@
'mojo_public.gyp:mojo_public_test_utils',
],
'sources': [
- '<@(mojo_public_system_unittest_sources)',
+ '<(DEPTH)/mojo/public/c/system/tests/core_unittest.cc',
+ '<(DEPTH)/mojo/public/c/system/tests/core_unittest_pure_c.c',
+ '<(DEPTH)/mojo/public/c/system/tests/macros_unittest.cc',
+ '<(DEPTH)/mojo/public/cpp/system/tests/core_unittest.cc',
+ '<(DEPTH)/mojo/public/cpp/system/tests/watcher_unittest.cc',
],
},
{
@@ -180,6 +184,7 @@
'../base/base.gyp:base',
'../testing/gtest.gyp:gtest',
'mojo_edk.gyp:mojo_run_all_perftests',
+ 'mojo_public.gyp:mojo_public_system',
'mojo_public.gyp:mojo_public_test_utils',
],
'sources': [
@@ -197,6 +202,7 @@
'mojo_edk.gyp:mojo_run_all_unittests',
'mojo_edk.gyp:mojo_system_impl',
'mojo_edk.gyp:mojo_system_ports',
+ 'mojo_public.gyp:mojo_public_system',
],
'sources': [
'edk/embedder/embedder_unittest.cc',
@@ -246,6 +252,7 @@
'mojo_edk.gyp:mojo_common_test_support',
'mojo_edk.gyp:mojo_run_all_perftests',
'mojo_edk.gyp:mojo_system_impl',
+ 'mojo_public.gyp:mojo_public_system',
],
'sources': [
'edk/system/message_pipe_perftest.cc',
« no previous file with comments | « mojo/mojo_edk_nacl.gyp ('k') | mojo/mojo_public.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698