Index: chrome/chrome.gyp |
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp |
index 7487ae09596f517f469ed445c1890f0d87d07b2a..92ee133d78a2124bf79c418ca78340d6fcc6adb5 100644 |
--- a/chrome/chrome.gyp |
+++ b/chrome/chrome.gyp |
@@ -169,6 +169,7 @@ |
'chrome_renderer.gypi', |
'chrome_tests.gypi', |
'nacl.gypi', |
+ 'policy.gypi', |
'../apps/apps.gypi', |
], |
'targets': [ |
@@ -877,7 +878,7 @@ |
], |
}, |
], |
- },], # OS=="linux" |
+ }], # OS=="linux" |
['OS=="win"', |
{ 'targets': [ |
{ |
@@ -1049,8 +1050,11 @@ |
'tools/safe_browsing/sb_sigutil.cc', |
], |
}, |
- ]}, # 'targets' |
- ], # OS=="win" |
+ ], # 'targets' |
+ 'includes': [ |
+ 'metro_utils.gypi', |
+ ], |
+ }], # OS=="win" |
['OS=="win" and target_arch=="ia32"', |
{ 'targets': [ |
{ |