summaryrefslogtreecommitdiffstats
path: root/ppapi/native_client/tests
diff options
context:
space:
mode:
authornoelallen@google.com <noelallen@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-28 22:38:35 +0000
committernoelallen@google.com <noelallen@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-28 22:38:35 +0000
commitbb8e56e24ead9449632837f4aa2b7a70f292fde3 (patch)
treed93b0978cc31517add2691ac267ca91699d9b9c0 /ppapi/native_client/tests
parent4869742bbaf4bb6fed8a54d7751f442ab94a6a74 (diff)
downloadchromium_src-bb8e56e24ead9449632837f4aa2b7a70f292fde3.zip
chromium_src-bb8e56e24ead9449632837f4aa2b7a70f292fde3.tar.gz
chromium_src-bb8e56e24ead9449632837f4aa2b7a70f292fde3.tar.bz2
Remove references to headers not in TC.
Currently we copy headers to a location in the toolchain during build which do not actually belong there. This CL converts the toolchain relative paths to NaCl repo relative in preparation for the removal of those headers. BUG= http://code.google.com/p/chromium/issues/detail?id=108503 TEST= try Review URL: http://codereview.chromium.org/8949069 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115922 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/native_client/tests')
-rw-r--r--ppapi/native_client/tests/ppapi_example_audio/audio.cc3
-rw-r--r--ppapi/native_client/tests/ppapi_simple_tests/audio.cc5
-rw-r--r--ppapi/native_client/tests/ppapi_simple_tests/file.cc4
-rw-r--r--ppapi/native_client/tests/ppapi_simple_tests/graphics2d.cc4
4 files changed, 9 insertions, 7 deletions
diff --git a/ppapi/native_client/tests/ppapi_example_audio/audio.cc b/ppapi/native_client/tests/ppapi_example_audio/audio.cc
index a9b5ac0..3567209 100644
--- a/ppapi/native_client/tests/ppapi_example_audio/audio.cc
+++ b/ppapi/native_client/tests/ppapi_example_audio/audio.cc
@@ -13,8 +13,7 @@
#include <cmath>
#include <limits>
#include <string>
-#include <nacl/nacl_inttypes.h>
-
+#include "native_client/src/include/nacl/nacl_inttypes.h"
#include "native_client/src/shared/ppapi_proxy/utility.h"
#include "ppapi/c/pp_bool.h"
#include "ppapi/c/pp_errors.h"
diff --git a/ppapi/native_client/tests/ppapi_simple_tests/audio.cc b/ppapi/native_client/tests/ppapi_simple_tests/audio.cc
index 9aedcd4..8274f09 100644
--- a/ppapi/native_client/tests/ppapi_simple_tests/audio.cc
+++ b/ppapi/native_client/tests/ppapi_simple_tests/audio.cc
@@ -9,8 +9,9 @@
#include <limits>
#include <string>
-#include <nacl/nacl_check.h>
-#include <nacl/nacl_log.h>
+#include "native_client/src/shared/platform/nacl_check.h"
+#include "native_client/src/shared/platform/nacl_log.h"
+
#include "ppapi/c/pp_bool.h"
#include "ppapi/c/pp_errors.h"
diff --git a/ppapi/native_client/tests/ppapi_simple_tests/file.cc b/ppapi/native_client/tests/ppapi_simple_tests/file.cc
index 9ff87d3..3b3c2d8 100644
--- a/ppapi/native_client/tests/ppapi_simple_tests/file.cc
+++ b/ppapi/native_client/tests/ppapi_simple_tests/file.cc
@@ -10,7 +10,9 @@
#include <string>
#include <queue>
-#include <nacl/nacl_check.h>
+#include "native_client/src/shared/platform/nacl_check.h"
+
+
#include "ppapi/c/pp_errors.h"
#include "ppapi/c/ppb_file_io.h"
diff --git a/ppapi/native_client/tests/ppapi_simple_tests/graphics2d.cc b/ppapi/native_client/tests/ppapi_simple_tests/graphics2d.cc
index d0d4a00..600f0eb 100644
--- a/ppapi/native_client/tests/ppapi_simple_tests/graphics2d.cc
+++ b/ppapi/native_client/tests/ppapi_simple_tests/graphics2d.cc
@@ -9,8 +9,8 @@
#include <limits>
#include <string>
-#include <nacl/nacl_check.h>
-#include <nacl/nacl_log.h>
+#include "native_client/src/shared/platform/nacl_check.h"
+#include "native_client/src/shared/platform/nacl_log.h"
#include "ppapi/c/pp_rect.h"
#include "ppapi/c/pp_bool.h"