| Index: chrome_frame/chrome_frame.gyp
|
| ===================================================================
|
| --- chrome_frame/chrome_frame.gyp (revision 37418)
|
| +++ chrome_frame/chrome_frame.gyp (working copy)
|
| @@ -183,8 +183,9 @@
|
| '../testing/gtest.gyp:gtest',
|
| '../third_party/libxml/libxml.gyp:libxml',
|
| '../third_party/libxslt/libxslt.gyp:libxslt',
|
| + 'chrome_frame_ie',
|
| + 'chrome_frame_npapi',
|
| 'chrome_frame_strings',
|
| - 'chrome_frame_npapi',
|
| 'npchrome_frame',
|
| 'xulrunner_sdk',
|
| ],
|
| @@ -203,6 +204,7 @@
|
| 'test/test_server.cc',
|
| 'test/test_server.h',
|
| 'test/test_server_test.cc',
|
| + 'test/url_request_test.cc',
|
| 'chrome_frame_automation.cc',
|
| 'chrome_frame_histograms.h',
|
| 'chrome_frame_histograms.cc',
|
| @@ -581,6 +583,7 @@
|
| 'extra_system_apis.h',
|
| 'urlmon_url_request.cc',
|
| 'urlmon_url_request.h',
|
| + 'urlmon_url_request_private.h',
|
| 'urlmon_upload_data_stream.cc',
|
| 'urlmon_upload_data_stream.h',
|
| 'vtable_patch_manager.cc',
|
|
|