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

Unified Diff: chrome/chrome_tests.gni

Issue 1208963003: Move GN obj files to target-specific dirs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: \ Created 5 years, 5 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 | « chrome/chrome_browser_chromeos.gypi ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests.gni
diff --git a/chrome/chrome_tests.gni b/chrome/chrome_tests.gni
index 6886ea65d4f08eb3e909953963738e5ff0a13a8e..f8f9976ace90ed24367f10cdfdd64f87b6c6586a 100644
--- a/chrome/chrome_tests.gni
+++ b/chrome/chrome_tests.gni
@@ -8,3 +8,8 @@ chrome_tests_gypi_values = exec_script("//build/gypi_to_gn.py",
[ rebase_path("chrome_tests.gypi") ],
"scope",
[ "chrome_tests.gypi" ])
+chrome_tests_unit_gypi_values =
+ exec_script("//build/gypi_to_gn.py",
+ [ rebase_path("chrome_tests_unit.gypi") ],
+ "scope",
+ [ "chrome_tests_unit.gypi" ])
« no previous file with comments | « chrome/chrome_browser_chromeos.gypi ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698