diff options
author | jschuh@chromium.org <jschuh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-05 03:38:35 +0000 |
---|---|---|
committer | jschuh@chromium.org <jschuh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-05 03:38:35 +0000 |
commit | 57ba26917f526b8ce91d10bae432db4ccbee94ec (patch) | |
tree | 66676239fa4143809e97d23f230f8cdbe09325d8 /sandbox/win/src | |
parent | 71fa7fdef6062e272ac51c3fb33c03937bf37f42 (diff) | |
download | chromium_src-57ba26917f526b8ce91d10bae432db4ccbee94ec.zip chromium_src-57ba26917f526b8ce91d10bae432db4ccbee94ec.tar.gz chromium_src-57ba26917f526b8ce91d10bae432db4ccbee94ec.tar.bz2 |
Make the Windows sandbox support a normal x64 build
I've fixed the dependencies, so we can now support building the sandbox and running the tests as part of a normal Win64 build.
BUG=168414
Review URL: https://chromiumcodereview.appspot.com/11788002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175278 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sandbox/win/src')
-rw-r--r-- | sandbox/win/src/sandbox.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sandbox/win/src/sandbox.cc b/sandbox/win/src/sandbox.cc index 3344ba4..eaa8963 100644 --- a/sandbox/win/src/sandbox.cc +++ b/sandbox/win/src/sandbox.cc @@ -11,8 +11,8 @@ #if defined(_WIN64) && !defined(NACL_WIN64) // We allow building this code for Win64 as part of NaCl to enable development -#error Sandbox code was not tested on 64-bit Windows. See \ - http://crbug.com/27218 for details and progress log. +#pragma message("Sandbox code was not fully tested on 64-bit Windows.\ + crbug.com/168414 ") #endif |