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

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

Issue 1485633002: Fix tracing_resources grit/generated file usage (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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
« no previous file with comments | « no previous file | no next file » | 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 d63e8d85af5bec27f2f47ab0b6ddcbb6626f99a3..df12689a9b193cecd3b19320e64ed896ce733149 100644
--- a/content/browser/tracing/tracing_resources.gyp
+++ b/content/browser/tracing/tracing_resources.gyp
@@ -12,6 +12,7 @@
# GN version: //content/browser/tracing:generate_tracing_grd
'target_name': 'generate_tracing_grd',
'type': 'none',
+ 'hard_dependency': 1,
'dependencies': [
'<(trace_viewer_src_dir)/trace_viewer.gyp:generate_about_tracing',
],
@@ -41,6 +42,7 @@
# GN version: //content/browser/tracing:resources
'target_name': 'tracing_resources',
'type': 'none',
+ 'hard_dependency': 1,
'dependencies': [
'<(trace_viewer_src_dir)/trace_viewer.gyp:generate_about_tracing',
'generate_tracing_grd',
@@ -76,6 +78,7 @@
},
'inputs': [
'<(grit_grd_file)',
+ '<(DEPTH)/tools/gritsettings/resource_ids',
'<!@pymod_do_main(grit_info --inputs)',
],
'outputs': [
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698