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

Unified Diff: tools/cygprofile/cygprofile.gyp

Issue 1363793002: Port the order_profiling GYP flag to GN (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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 | « tools/android/md5sum/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/cygprofile/cygprofile.gyp
diff --git a/tools/cygprofile/cygprofile.gyp b/tools/cygprofile/cygprofile.gyp
index 97ab2c6e21bcab5a851943c2f31f24f48e7cf729..c0dededced9e88d65840070422d84c3d457addd4 100644
--- a/tools/cygprofile/cygprofile.gyp
+++ b/tools/cygprofile/cygprofile.gyp
@@ -5,6 +5,7 @@
{
'targets': [
{
+ # GN: //tools/cygprofile
'target_name': 'cygprofile',
'type': 'static_library',
'include_dirs': [ '../..', ],
@@ -21,6 +22,7 @@
],
},
{
+ # GN: //tools/cygprofile:cygprofile_unittests
'target_name': 'cygprofile_unittests',
'type': 'executable',
'include_dirs': [ '../..', ],
« no previous file with comments | « tools/android/md5sum/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698