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

Unified Diff: content/content_tests.gypi

Issue 667683002: Ensure RenderFrameHostImpl's RenderFrameSetupPtr doesn't die too early (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix Created 6 years, 2 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 | « content/content_browser.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index 97d42c24a495ca4e1ab599e517752c8f7579727d..cda05e810d605f98939db44335e34b04b5afb544 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -210,6 +210,12 @@
'content.gyp:content_browser',
'content.gyp:content_common',
],
+ 'export_dependent_settings': [
+ # Some of the headers in this target include headers from
+ # content_browser that themselves include autogenerated
+ # headers from mojom files.
+ 'content.gyp:content_browser',
+ ],
'include_dirs': [
'..',
],
« no previous file with comments | « content/content_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698