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

Unified Diff: chrome/tools/profile_reset/jtl_compiler.gyp

Issue 880873003: Add unit tests target to GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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/tools/profile_reset/BUILD.gn ('k') | extensions/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/tools/profile_reset/jtl_compiler.gyp
diff --git a/chrome/tools/profile_reset/jtl_compiler.gyp b/chrome/tools/profile_reset/jtl_compiler.gyp
index f351387bc65281c41967e8fcb31016163660e93f..b4ec8c6e3ffe321faf09bb7f9e1fc6914394315f 100644
--- a/chrome/tools/profile_reset/jtl_compiler.gyp
+++ b/chrome/tools/profile_reset/jtl_compiler.gyp
@@ -4,6 +4,7 @@
},
'targets': [
{
+ # GN version: //chrome/tools/profile_reset:jtl_compiler
'target_name': 'jtl_compiler',
'type': 'executable',
'dependencies': [
@@ -18,6 +19,7 @@
],
},
{
+ # GN version: //chrome/tools/profile_reset:jtl_compiler_lib
'target_name': 'jtl_compiler_lib',
'type': 'static_library',
'product_name': 'jtl_compiler',
« no previous file with comments | « chrome/tools/profile_reset/BUILD.gn ('k') | extensions/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698