| Index: chrome_frame/chrome_frame.gyp
|
| diff --git a/chrome_frame/chrome_frame.gyp b/chrome_frame/chrome_frame.gyp
|
| index 9b33acbc3271e1f4f6e338c03e54869dcbd75cd4..54420af8960d2b209d6f7a65570f202f9aa1866f 100644
|
| --- a/chrome_frame/chrome_frame.gyp
|
| +++ b/chrome_frame/chrome_frame.gyp
|
| @@ -104,8 +104,8 @@
|
| 'type': 'executable',
|
| 'dependencies': [
|
| '../base/base.gyp:test_support_base',
|
| - '../chrome/app/policy/cloud_policy_codegen.gyp:policy',
|
| '../chrome/chrome.gyp:test_support_common',
|
| + '../components/components.gyp:policy',
|
| '../net/net.gyp:net',
|
| '../testing/gmock.gyp:gmock',
|
| '../testing/gtest.gyp:gtest',
|
| @@ -668,9 +668,9 @@
|
| 'target_name': 'chrome_frame_ie',
|
| 'type': 'static_library',
|
| 'dependencies': [
|
| - '../chrome/app/policy/cloud_policy_codegen.gyp:policy',
|
| '../chrome/chrome.gyp:common',
|
| '../chrome/chrome.gyp:utility',
|
| + '../components/components.gyp:policy',
|
| '../content/content.gyp:content_common',
|
| '../net/net.gyp:net',
|
| '../third_party/libxml/libxml.gyp:libxml',
|
|
|