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

Unified Diff: ios/chrome/ios_chrome_tests.gyp

Issue 1452593002: Add support for building "ios_chrome_unittests" with gn. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ui_gfx
Patch Set: Created 5 years, 1 month 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: ios/chrome/ios_chrome_tests.gyp
diff --git a/ios/chrome/ios_chrome_tests.gyp b/ios/chrome/ios_chrome_tests.gyp
index fba3a2865f4bcdd5c17359e328d5bed8ff433fd6..3fca9b9684df5aaa0af0a21e8c47b76c3483daaa 100644
--- a/ios/chrome/ios_chrome_tests.gyp
+++ b/ios/chrome/ios_chrome_tests.gyp
@@ -7,6 +7,7 @@
},
'targets': [
{
+ # GN version: //ios/chrome:ios_chrome_unittests
'target_name': 'ios_chrome_unittests',
'type': '<(gtest_target_type)',
'dependencies': [
@@ -87,6 +88,7 @@
'includes': ['ios_chrome_resources_bundle.gypi'],
},
{
+ # GN version: //ios/chrome/browser:test_support + //ios/public/test
'target_name': 'ios_chrome_test_support',
'type': 'static_library',
'dependencies': [

Powered by Google App Engine
This is Rietveld 408576698