Index: chrome/chrome_exe.gypi |
diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi |
index 1d9768c4093258a86a58d42b68eb9977a7316ad2..4787e8fdac4feb91cf1a5ccd621937fa2544fa0e 100644 |
--- a/chrome/chrome_exe.gypi |
+++ b/chrome/chrome_exe.gypi |
@@ -25,6 +25,9 @@ |
'app/hard_error_handler_win.h', |
'app/scoped_ole_initializer.h', |
], |
+ 'include_dirs': [ |
+ '<(policy_out_dir)' |
+ ], |
'mac_bundle_resources': [ |
'app/app-Info.plist', |
], |
@@ -183,7 +186,7 @@ |
], |
'conditions': [ |
[ 'linux_use_tcmalloc==1', { |
- 'dependencies': [ |
+ 'dependenciLles': [ |
bradn
2011/01/20 17:57:02
?
danno
2011/01/24 18:14:23
Done.
danno
2011/01/24 18:14:23
Done.
|
'<(allocator_target)', |
], |
}, |
@@ -443,6 +446,7 @@ |
'dependencies': [ |
'installer_util', |
'installer_util_strings', |
+ 'policy', |
'../breakpad/breakpad.gyp:breakpad_handler', |
'../breakpad/breakpad.gyp:breakpad_sender', |
'../sandbox/sandbox.gyp:sandbox', |
@@ -489,9 +493,10 @@ |
# On Windows make sure we've built Win64 version of chrome_dll, |
# which contains all of the library code with Chromium |
# functionality. |
- 'chrome_dll_nacl_win64', |
'installer_util_nacl_win64', |
'common_constants_win64', |
+ 'chrome_dll_nacl_win64', |
+ 'policy_win64', |
'../breakpad/breakpad.gyp:breakpad_handler_win64', |
'../breakpad/breakpad.gyp:breakpad_sender_win64', |
'../base/base.gyp:base_nacl_win64', |