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

Unified Diff: build/all.gyp

Issue 8889002: Fix test failures when calling native char conversion functions (e.g wrctomb). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: changed for linux Created 9 years 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: build/all.gyp
diff --git a/build/all.gyp b/build/all.gyp
index 5bba86ca42cfe4d83a9290e340c11fb76da541dc..3480d6ba0488a25bab8831d0d81fd4577369454f 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -642,6 +642,7 @@
['OS=="linux"', {
# Tests that currently only work on Linux.
'dependencies': [
+ '../base/base.gyp:base_unittests',
'../chrome/chrome.gyp:sync_unit_tests',
'../content/content.gyp:content_unittests',
'../ipc/ipc.gyp:ipc_tests',

Powered by Google App Engine
This is Rietveld 408576698