summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormcgrathr@chromium.org <mcgrathr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-11 00:10:19 +0000
committermcgrathr@chromium.org <mcgrathr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-11 00:10:19 +0000
commit840915b8b828a8d1237109f3b5915456ecdd68da (patch)
treea65c2d99a64eaf5e025256b5e7e2e31fac24e7c9
parent9bf1100abb9a3c7acd7c6f265b1b113f1f49e4fd (diff)
downloadchromium_src-840915b8b828a8d1237109f3b5915456ecdd68da.zip
chromium_src-840915b8b828a8d1237109f3b5915456ecdd68da.tar.gz
chromium_src-840915b8b828a8d1237109f3b5915456ecdd68da.tar.bz2
Remove srpcgen-diff test from scons
This test is obsolete since it's now done by a presubmit check. BUG= none TEST= none R=noelallen@google.com,sehr@google.com Review URL: http://codereview.chromium.org/9178001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@117122 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--ppapi/native_client/src/shared/ppapi_proxy/build.scons14
1 files changed, 0 insertions, 14 deletions
diff --git a/ppapi/native_client/src/shared/ppapi_proxy/build.scons b/ppapi/native_client/src/shared/ppapi_proxy/build.scons
index 5e5878b..2a6a78c 100644
--- a/ppapi/native_client/src/shared/ppapi_proxy/build.scons
+++ b/ppapi/native_client/src/shared/ppapi_proxy/build.scons
@@ -93,17 +93,3 @@ env.DualLibrary('ppapi_browser',
# The generated files must be committed when changes are made to .srpc files.
#
# run_srpcgen.py --diff_mode verifies that these files are not out of date.
-
-node = env.CommandTest(
- 'srpc_diff.out',
- command=['${PYTHON}',
- os.path.join('${SOURCE_ROOT}', 'ppapi', 'native_client',
- 'src', 'shared', 'ppapi_proxy', 'run_srpcgen.py'),
- '--diff_mode'])
-
-env.Alias('srpcdif', node)
-
-# Create an alias for the command and add it to the standard small test.
-# This test verifies that the checked in SRPC generated files are
-# actually up to date.
-env.AddNodeToTestSuite(node, ['small_tests'], 'run_srpcgen_test')