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

Unified Diff: build/all.gyp

Issue 304633005: ozone: Add ozone_unittests target (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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
« no previous file with comments | « no previous file | ui/gfx/ozone/gfx_ozone.gyp » ('j') | ui/ozone/run_all_unittests.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/all.gyp
diff --git a/build/all.gyp b/build/all.gyp
index cb0b763d153b5dfd5b70b8cda0712960d70af497..65f419d7e077180a6b403838b6030f803909b1e4 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -1181,6 +1181,9 @@
],
}],
['use_ozone==1', {
+ 'dependencies': [
+ '../ui/ozone/ozone.gyp:*',
+ ],
'dependencies!': [
'../chrome/chrome.gyp:interactive_ui_tests', # crbug.com/362166
],
« no previous file with comments | « no previous file | ui/gfx/ozone/gfx_ozone.gyp » ('j') | ui/ozone/run_all_unittests.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698