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

Unified Diff: chrome/chrome_tests_unit.gypi

Issue 1417673004: Make unit_tests compile in Mac GN (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mac
Patch Set: merge Created 5 years, 2 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: chrome/chrome_tests_unit.gypi
diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
index 680d3ac4a0ab8b3d18ff6bc260a23355f837432f..a88b1a9fdc93b67299d1d18edf9ca31536c943df 100644
--- a/chrome/chrome_tests_unit.gypi
+++ b/chrome/chrome_tests_unit.gypi
@@ -1644,7 +1644,9 @@
# This target contains mocks and test utilities that don't belong in
# production libraries but are used by more than one test executable.
#
- # GN version: //chrome/test:test_support
+ # GN version: //chrome/test:test_support but that is split apart into
+ # separate test_support targets for that various subdirectories under
+ # chrome.
'target_name': 'test_support_common',
'type': 'static_library',
'dependencies': [

Powered by Google App Engine
This is Rietveld 408576698