diff options
author | ncbray@chromium.org <ncbray@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-18 03:10:30 +0000 |
---|---|---|
committer | ncbray@chromium.org <ncbray@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-18 03:10:30 +0000 |
commit | 949742277751adcfccf5a7570c5c41f4b78f5f38 (patch) | |
tree | 1a755d2d882f3354f8df80fc8dc3811545d6f34e /ppapi | |
parent | 36f06bc9c6cf18d2f1e0934d60a0fc478d996fec (diff) | |
download | chromium_src-949742277751adcfccf5a7570c5c41f4b78f5f38.zip chromium_src-949742277751adcfccf5a7570c5c41f4b78f5f38.tar.gz chromium_src-949742277751adcfccf5a7570c5c41f4b78f5f38.tar.bz2 |
Refactor the GYP build for the NaCl smoke test.
This change should eliminate a lot of the cruft needed to build nexes for
browser tests. This change also cleans up how browser_tests depends on the
IRT.
BUG= http://code.google.com/p/nativeclient/issues/detail?id=2959
TEST= none
Review URL: https://chromiumcodereview.appspot.com/10828376
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152231 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi')
-rw-r--r-- | ppapi/ppapi_untrusted.gyp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ppapi/ppapi_untrusted.gyp b/ppapi/ppapi_untrusted.gyp index 2fbdb7b..f818676 100644 --- a/ppapi/ppapi_untrusted.gyp +++ b/ppapi/ppapi_untrusted.gyp @@ -35,7 +35,6 @@ 'dependencies': [ 'ppapi_cpp_lib', 'native_client/native_client.gyp:ppapi_lib', - 'native_client/native_client.gyp:nacl_irt', ], 'variables': { # TODO(bradnelson): Remove this compile flag once new nacl_rev is |