summaryrefslogtreecommitdiffstats
path: root/build/all.gyp
diff options
context:
space:
mode:
authorjamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-01 18:29:42 +0000
committerjamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-01 18:29:42 +0000
commit98fa8948b771838261bfbd07a2de305b0ae027e7 (patch)
treeb48d910ca923ae018b662565a7541459b28198a4 /build/all.gyp
parent3920fc361cdcc9c18b5c1873210df26e37977918 (diff)
downloadchromium_src-98fa8948b771838261bfbd07a2de305b0ae027e7.zip
chromium_src-98fa8948b771838261bfbd07a2de305b0ae027e7.tar.gz
chromium_src-98fa8948b771838261bfbd07a2de305b0ae027e7.tar.bz2
Make cc_unittests and webkit_compositor_unittests executable always
To get these tests set up to run on the bots they need to be executables always. If use_libcc_for_compositor is 0 these targets won't run any tests, but they will still successfully run. TBR=joth@chromium.org (for stupid android_webview copyright script) BUG= Review URL: https://chromiumcodereview.appspot.com/10920056 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@154620 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/all.gyp')
-rw-r--r--build/all.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/all.gyp b/build/all.gyp
index f4dde28..4c79ca2 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -65,7 +65,7 @@
'../third_party/WebKit/Source/WebKit/chromium/All.gyp:*',
'../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:generate_devtools_zip',
'../v8/tools/gyp/v8.gyp:*',
- '../webkit/compositor/compositor_tests.gyp:*',
+ '../webkit/compositor_bindings/compositor_bindings_tests.gyp:*',
'../webkit/support/webkit_support.gyp:*',
'../webkit/webkit.gyp:*',
'<(libjpeg_gyp_path):*',