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

Unified Diff: native_client_sdk/src/libraries/gtest/library.dsc

Issue 2896703005: [NaCl SDK] Fix location of gmock and gtest libraries (Closed)
Patch Set: Created 3 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 | « native_client_sdk/src/libraries/gmock/library.dsc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: native_client_sdk/src/libraries/gtest/library.dsc
diff --git a/native_client_sdk/src/libraries/gtest/library.dsc b/native_client_sdk/src/libraries/gtest/library.dsc
index 41667f276726ad41678f38b70fda9690c2cd0536..33cd0b53fe3d465ba8064840eeb5f0df6c9f225d 100644
--- a/native_client_sdk/src/libraries/gtest/library.dsc
+++ b/native_client_sdk/src/libraries/gtest/library.dsc
@@ -1,6 +1,6 @@
{
'SEARCH': [
- '../../../../testing/gtest',
+ '../../../../third_party/googletest/src/googletest',
],
'DATA': [
'src/gtest.cc',
« no previous file with comments | « native_client_sdk/src/libraries/gmock/library.dsc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698