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

Unified Diff: public/blink_resources.gyp

Issue 431883002: Use a qualified path to blink resources, blink part. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: . 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
« public/BUILD.gn ('K') | « public/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/blink_resources.gyp
diff --git a/public/blink_resources.gyp b/public/blink_resources.gyp
index 5b347e839d32c1ba0dd576ab31156ca8bdf4f9fc..ddad5a2e449b0662472e7d43b62f6284e08071cc 100644
--- a/public/blink_resources.gyp
+++ b/public/blink_resources.gyp
@@ -19,6 +19,13 @@
'includes': [ '../../../build/grit_action.gypi' ],
},
],
+ 'direct_dependent_settings': {
+ 'include_dirs': [
+ '<(SHARED_INTERMEDIATE_DIR)',
+ ],
+ },
+ # TODO(thakis): Remove this once https://codereview.chromium.org/430083002
+ # has landed.
'includes': [ '../../../build/grit_target.gypi' ],
},
],
« public/BUILD.gn ('K') | « public/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698