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

Unified Diff: build/common.gypi

Issue 335693004: Hook up content/browser compile in GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
« no previous file with comments | « BUILD.gn ('k') | content/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 3bfc9e15e3284db7dc9ffe5a47c97d9b97b4e047..1221af87201002e5486fa72d6cd7557779cdd68d 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -2361,6 +2361,9 @@
# Temporary suppression until Blink code can be removed.
'BLINK_SCALE_FILTERS_AT_RECORD_TIME',
],
+ 'include_dirs': [
+ '<(SHARED_INTERMEDIATE_DIR)',
+ ],
'conditions': [
['(OS=="mac" or OS=="ios") and asan==1', {
'dependencies': [
« no previous file with comments | « BUILD.gn ('k') | content/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698