| OLD | NEW |
| 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 'xul_sdk_dir': '../third_party/xulrunner-sdk/<(OS)', | 8 'xul_sdk_dir': '../third_party/xulrunner-sdk/<(OS)', |
| 9 | 9 |
| 10 # Keep the archive builder happy. | 10 # Keep the archive builder happy. |
| (...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 176 'target_name': 'chrome_frame_tests', | 176 'target_name': 'chrome_frame_tests', |
| 177 'type': 'executable', | 177 'type': 'executable', |
| 178 'dependencies': [ | 178 'dependencies': [ |
| 179 '../build/temp_gyp/googleurl.gyp:googleurl', | 179 '../build/temp_gyp/googleurl.gyp:googleurl', |
| 180 '../chrome/chrome.gyp:common', | 180 '../chrome/chrome.gyp:common', |
| 181 '../chrome/chrome.gyp:utility', | 181 '../chrome/chrome.gyp:utility', |
| 182 '../testing/gmock.gyp:gmock', | 182 '../testing/gmock.gyp:gmock', |
| 183 '../testing/gtest.gyp:gtest', | 183 '../testing/gtest.gyp:gtest', |
| 184 '../third_party/libxml/libxml.gyp:libxml', | 184 '../third_party/libxml/libxml.gyp:libxml', |
| 185 '../third_party/libxslt/libxslt.gyp:libxslt', | 185 '../third_party/libxslt/libxslt.gyp:libxslt', |
| 186 'chrome_frame_ie', |
| 187 'chrome_frame_npapi', |
| 186 'chrome_frame_strings', | 188 'chrome_frame_strings', |
| 187 'chrome_frame_npapi', | |
| 188 'npchrome_frame', | 189 'npchrome_frame', |
| 189 'xulrunner_sdk', | 190 'xulrunner_sdk', |
| 190 ], | 191 ], |
| 191 'sources': [ | 192 'sources': [ |
| 192 '../base/test_suite.h', | 193 '../base/test_suite.h', |
| 193 'test/chrome_frame_test_utils.cc', | 194 'test/chrome_frame_test_utils.cc', |
| 194 'test/chrome_frame_test_utils.h', | 195 'test/chrome_frame_test_utils.h', |
| 195 'test/chrome_frame_automation_mock.cc', | 196 'test/chrome_frame_automation_mock.cc', |
| 196 'test/chrome_frame_automation_mock.h', | 197 'test/chrome_frame_automation_mock.h', |
| 197 'test/chrome_frame_unittests.cc', | 198 'test/chrome_frame_unittests.cc', |
| 198 'test/chrome_frame_unittests.h', | 199 'test/chrome_frame_unittests.h', |
| 199 'test/function_stub_unittest.cc', | 200 'test/function_stub_unittest.cc', |
| 200 'test/http_server.cc', | 201 'test/http_server.cc', |
| 201 'test/http_server.h', | 202 'test/http_server.h', |
| 202 'test/run_all_unittests.cc', | 203 'test/run_all_unittests.cc', |
| 203 'test/test_server.cc', | 204 'test/test_server.cc', |
| 204 'test/test_server.h', | 205 'test/test_server.h', |
| 205 'test/test_server_test.cc', | 206 'test/test_server_test.cc', |
| 207 'test/url_request_test.cc', |
| 206 'chrome_frame_automation.cc', | 208 'chrome_frame_automation.cc', |
| 207 'chrome_frame_histograms.h', | 209 'chrome_frame_histograms.h', |
| 208 'chrome_frame_histograms.cc', | 210 'chrome_frame_histograms.cc', |
| 209 'chrome_tab.h', | 211 'chrome_tab.h', |
| 210 'chrome_tab.idl', | 212 'chrome_tab.idl', |
| 211 'com_message_event.cc', | 213 'com_message_event.cc', |
| 212 'html_utils.cc', | 214 'html_utils.cc', |
| 213 'http_negotiate.h', | 215 'http_negotiate.h', |
| 214 'http_negotiate.cc', | 216 'http_negotiate.cc', |
| 215 'sync_msg_reply_dispatcher.cc', | 217 'sync_msg_reply_dispatcher.cc', |
| (...skipping 358 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 574 'http_negotiate.cc', | 576 'http_negotiate.cc', |
| 575 'in_place_menu.h', | 577 'in_place_menu.h', |
| 576 'ole_document_impl.h', | 578 'ole_document_impl.h', |
| 577 'protocol_sink_wrap.cc', | 579 'protocol_sink_wrap.cc', |
| 578 'protocol_sink_wrap.h', | 580 'protocol_sink_wrap.h', |
| 579 'sync_msg_reply_dispatcher.cc', | 581 'sync_msg_reply_dispatcher.cc', |
| 580 'sync_msg_reply_dispatcher.h', | 582 'sync_msg_reply_dispatcher.h', |
| 581 'extra_system_apis.h', | 583 'extra_system_apis.h', |
| 582 'urlmon_url_request.cc', | 584 'urlmon_url_request.cc', |
| 583 'urlmon_url_request.h', | 585 'urlmon_url_request.h', |
| 586 'urlmon_url_request_private.h', |
| 584 'urlmon_upload_data_stream.cc', | 587 'urlmon_upload_data_stream.cc', |
| 585 'urlmon_upload_data_stream.h', | 588 'urlmon_upload_data_stream.h', |
| 586 'vtable_patch_manager.cc', | 589 'vtable_patch_manager.cc', |
| 587 'vtable_patch_manager.h', | 590 'vtable_patch_manager.h', |
| 588 ], | 591 ], |
| 589 'include_dirs': [ | 592 'include_dirs': [ |
| 590 # To allow including "chrome_tab.h" | 593 # To allow including "chrome_tab.h" |
| 591 '<(INTERMEDIATE_DIR)', | 594 '<(INTERMEDIATE_DIR)', |
| 592 '<(INTERMEDIATE_DIR)/../chrome_frame', | 595 '<(INTERMEDIATE_DIR)/../chrome_frame', |
| 593 ], | 596 ], |
| (...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 719 ], | 722 ], |
| 720 } | 723 } |
| 721 | 724 |
| 722 # vim: shiftwidth=2:et:ai:tabstop=2 | 725 # vim: shiftwidth=2:et:ai:tabstop=2 |
| 723 | 726 |
| 724 # Local Variables: | 727 # Local Variables: |
| 725 # tab-width:2 | 728 # tab-width:2 |
| 726 # indent-tabs-mode:nil | 729 # indent-tabs-mode:nil |
| 727 # End: | 730 # End: |
| 728 # vim: set expandtab tabstop=2 shiftwidth=2: | 731 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |