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

Unified Diff: ui/snapshot/snapshot.gyp

Issue 23442019: Convert most run_all_unittests.cc files to use new unit test launcher. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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: ui/snapshot/snapshot.gyp
diff --git a/ui/snapshot/snapshot.gyp b/ui/snapshot/snapshot.gyp
index 2346483b0ce4ab351d209fa339be8465efd26ce6..cd79acf424f47f19eb188c034cca7601dc053c35 100644
--- a/ui/snapshot/snapshot.gyp
+++ b/ui/snapshot/snapshot.gyp
@@ -65,6 +65,13 @@
'../compositor/compositor.gyp:compositor',
'../compositor/compositor.gyp:compositor_test_support',
],
+ }, {
+ 'dependencies': [
+ '../../base/base.gyp:run_all_unittests',
+ ],
+ 'sources!': [
+ 'test/run_all_unittests.cc',
+ ],
}],
# See http://crbug.com/162998#c4 for why this is needed.
['OS=="linux" and linux_use_tcmalloc==1', {

Powered by Google App Engine
This is Rietveld 408576698