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

Unified Diff: ppapi/ppapi_tests.gypi

Issue 16569002: Use HTTP response headers for PNaCl caching instead of bitcode hash. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: use RunAndClear Created 7 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 | « ppapi/native_client/src/trusted/plugin/pnacl_options.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/ppapi_tests.gypi
diff --git a/ppapi/ppapi_tests.gypi b/ppapi/ppapi_tests.gypi
index 28961575b7f55d312d670f21982d876d7365b49d..d434f8a37e273026d47737a41e181e1f586ce1fc 100644
--- a/ppapi/ppapi_tests.gypi
+++ b/ppapi/ppapi_tests.gypi
@@ -152,10 +152,23 @@
'../testing/gtest.gyp:gtest',
'../ui/surface/surface.gyp:surface',
],
+ # For the nacl_http_response_headers_unittest below.
+ 'include_dirs': [
+ '../ppapi',
+ ],
'sources': [
'proxy/run_all_unittests.cc',
'host/resource_message_filter_unittest.cc',
+ # Piggy back on ppapi_unittests for a simple NaCl unittest,
+ # which must not have dependencies on anything other than stdlibs.
+ # We add the source file, not just the test to ensure that the object
+ # is built. Otherwise, we would need to depend on the NaCl trusted
+ # plugin being built to build the object.
+ # TODO(jvoung): move this to unit_tests instead of ppapi_unittests
+ # once this moves into chrome.
+ 'native_client/src/trusted/plugin/nacl_http_response_headers.cc',
+ 'native_client/src/trusted/plugin/nacl_http_response_headers_unittest.cc',
'proxy/device_enumeration_resource_helper_unittest.cc',
'proxy/file_chooser_resource_unittest.cc',
'proxy/flash_resource_unittest.cc',
« no previous file with comments | « ppapi/native_client/src/trusted/plugin/pnacl_options.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698