Index: chrome_frame/chrome_frame.gyp |
diff --git a/chrome_frame/chrome_frame.gyp b/chrome_frame/chrome_frame.gyp |
index a50096fd71eb401bb550cc84fbf51f1b253e8538..6f9c6b0155e1408fcd5018c5c663f42f9f6db645 100644 |
--- a/chrome_frame/chrome_frame.gyp |
+++ b/chrome_frame/chrome_frame.gyp |
@@ -191,6 +191,7 @@ |
], |
'include_dirs': [ |
'<@(xul_include_directories)', |
+ '<(SHARED_INTERMEDIATE_DIR)/policy', |
bradn
2011/01/20 17:57:02
Have the policy targets export this rather than ha
danno
2011/01/24 18:14:23
Done.
|
], |
'resource_include_dirs': [ |
'<(INTERMEDIATE_DIR)', |
@@ -796,6 +797,7 @@ |
'../ceee/ie/common/common.gyp:ie_common', |
'../ceee/ie/common/common.gyp:ie_guids', |
'../chrome/chrome.gyp:common', |
+ '../chrome/chrome.gyp:policy', |
'../chrome/chrome.gyp:utility', |
'../build/temp_gyp/googleurl.gyp:googleurl', |
'../third_party/libxml/libxml.gyp:libxml', |
@@ -895,6 +897,7 @@ |
'include_dirs': [ |
'<(INTERMEDIATE_DIR)/../chrome_frame', |
'<(DEPTH)/third_party/wtl/include', |
+ '<(SHARED_INTERMEDIATE_DIR)/policy', |
bradn
2011/01/20 17:57:02
Get this from policy.
danno
2011/01/24 18:14:23
Done.
|
], |
'conditions': [ |
['OS=="win"', { |