Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(411)

Unified Diff: webkit/tools/test_shell/test_shell.gypi

Issue 6308001: When clearing plugin data at shutdown, wait for it to finish. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove unnecessary stuff Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webkit/tools/test_shell/test_shell.gypi
diff --git a/webkit/tools/test_shell/test_shell.gypi b/webkit/tools/test_shell/test_shell.gypi
index e20e6871612bf1ebbe6991a779b5404b172b8f27..487e548d95b71bd4c11de22391a8ebea5a008274 100644
--- a/webkit/tools/test_shell/test_shell.gypi
+++ b/webkit/tools/test_shell/test_shell.gypi
@@ -122,8 +122,7 @@
'<(DEPTH)/webkit/support/webkit_support.gyp:glue',
],
'conditions': [
- # http://code.google.com/p/chromium/issues/detail?id=18337
- ['target_arch!="x64" and target_arch!="arm"', {
+ ['target_arch!="arm"', {
'dependencies': [
'copy_npapi_test_plugin',
],
@@ -502,7 +501,7 @@
},
],
'conditions': [
- ['target_arch!="x64" and target_arch!="arm"', {
+ ['target_arch!="arm"', {
'targets': [
{
'target_name': 'npapi_test_common',
« chrome/browser/browser_process.h ('K') | « webkit/plugins/npapi/test/plugin_client.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698