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

Unified Diff: gpu/gpu_common.gypi

Issue 295933013: Some build changes for nacl on Android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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
« no previous file with comments | « gpu/gpu.gyp ('k') | ppapi/native_client/src/untrusted/pnacl_support_extension/pnacl_support_extension.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/gpu_common.gypi
diff --git a/gpu/gpu_common.gypi b/gpu/gpu_common.gypi
index e5027b54185a5d0562c6b6f242f5cb9a3e2ae8e3..dda0f3458be4cd7354ba7035c96dce98a487f746 100644
--- a/gpu/gpu_common.gypi
+++ b/gpu/gpu_common.gypi
@@ -48,21 +48,4 @@
'command_buffer/client/vertex_array_object_manager.h',
]
},
- 'conditions': [
- ['OS == "android"', {
- 'targets': [
- {
- 'target_name': 'gpu_unittests_apk',
- 'type': 'none',
- 'dependencies': [
- 'gpu_unittests',
- ],
- 'variables': {
- 'test_suite_name': 'gpu_unittests',
- },
- 'includes': [ '../build/apk_test.gypi' ],
- },
- ],
- }],
- ],
}
« no previous file with comments | « gpu/gpu.gyp ('k') | ppapi/native_client/src/untrusted/pnacl_support_extension/pnacl_support_extension.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698