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

Unified Diff: gpu/gpu.gyp

Issue 1949593002: Fix gpu_ipc_service_unittests on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Wrap Android-specific bits in if defined(OS_ANDROID) 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 | gpu/ipc/client/android/in_process_surface_texture_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/gpu.gyp
diff --git a/gpu/gpu.gyp b/gpu/gpu.gyp
index 11b091d97d1bc3965f1cbc23b122daad816e4a7e..e8ea6657a0cf29c07c24c94f702d85476e49b102 100644
--- a/gpu/gpu.gyp
+++ b/gpu/gpu.gyp
@@ -337,6 +337,9 @@
],
'conditions': [
['OS == "android"', {
+ 'dependencies': [
+ '../testing/android/native_test.gyp:native_test_native_code',
+ ],
'sources': [
'ipc/service/gpu_memory_buffer_factory_surface_texture_unittest.cc',
],
@@ -494,6 +497,9 @@
'target_name': 'gpu_ipc_service_test_support',
'type': 'static_library',
'dependencies': [
+ # TODO(markdittmer): Shouldn't depend on client code for server tests.
+ # See crbug.com/608800.
+ 'gpu_ipc_client',
],
'include_dirs': [
'..',
« no previous file with comments | « no previous file | gpu/ipc/client/android/in_process_surface_texture_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698