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

Unified Diff: content/browser/tracing/tracing_resources.gyp

Issue 407243002: Some linking fixes for GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge Created 6 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 | « BUILD.gn ('k') | content/content.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/tracing/tracing_resources.gyp
diff --git a/content/browser/tracing/tracing_resources.gyp b/content/browser/tracing/tracing_resources.gyp
index 7ad5b9652cb66ba14d82ab5d96e639d1264ce4e5..1efc0ad72c62c46716bb549f3a4fa3df7642c7ad 100644
--- a/content/browser/tracing/tracing_resources.gyp
+++ b/content/browser/tracing/tracing_resources.gyp
@@ -9,6 +9,7 @@
},
'targets': [
{
+ # GN version: //content/browser/tracing:generate_tracing_grd
'target_name': 'generate_tracing_grd',
'type': 'none',
'dependencies': [
@@ -37,6 +38,7 @@
},
{
+ # GN version: //content/browser/tracing:resources
'target_name': 'tracing_resources',
'type': 'none',
'dependencies': [
« no previous file with comments | « BUILD.gn ('k') | content/content.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698