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

Unified Diff: content/content_tests.gypi

Issue 285333003: Support exposing Mojo services between render frames, render threads, and their respective hosts. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: handle the case where handles arrive before the RenderFrame is ready Created 6 years, 6 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
Index: content/content_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index 7f456876d01b60064cf3c91bee00a0ab14402699..730db3d8aeac22765634591b49db644e4ad4e6d6 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -988,6 +988,9 @@
'public/test/content_browser_test_utils.h',
'public/test/content_browser_test_utils_mac.mm',
],
+ 'include_dirs': [
+ '<(SHARED_INTERMEDIATE_DIR)',
+ ],
'conditions': [
['OS=="android"', {
'dependencies': [

Powered by Google App Engine
This is Rietveld 408576698