| 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 291 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 302 '../base/test_suite.h', | 302 '../base/test_suite.h', |
| 303 'test/chrome_frame_test_utils.cc', | 303 'test/chrome_frame_test_utils.cc', |
| 304 'test/chrome_frame_test_utils.h', | 304 'test/chrome_frame_test_utils.h', |
| 305 'test/chrome_frame_automation_mock.cc', | 305 'test/chrome_frame_automation_mock.cc', |
| 306 'test/chrome_frame_automation_mock.h', | 306 'test/chrome_frame_automation_mock.h', |
| 307 'test/chrome_frame_unittests.cc', | 307 'test/chrome_frame_unittests.cc', |
| 308 'test/chrome_frame_unittests.h', | 308 'test/chrome_frame_unittests.h', |
| 309 'test/com_message_event_unittest.cc', | 309 'test/com_message_event_unittest.cc', |
| 310 'test/function_stub_unittest.cc', | 310 'test/function_stub_unittest.cc', |
| 311 'test/html_util_unittests.cc', | 311 'test/html_util_unittests.cc', |
| 312 'test/http_negotiate_unittest.cc', |
| 312 'test/http_server.cc', | 313 'test/http_server.cc', |
| 313 'test/http_server.h', | 314 'test/http_server.h', |
| 314 'test/icu_stubs_unittests.cc', | 315 'test/icu_stubs_unittests.cc', |
| 315 'test/run_all_unittests.cc', | 316 'test/run_all_unittests.cc', |
| 316 'test/test_server.cc', | 317 'test/test_server.cc', |
| 317 'test/test_server.h', | 318 'test/test_server.h', |
| 318 'test/test_server_test.cc', | 319 'test/test_server_test.cc', |
| 319 'test/util_unittests.cc', | 320 'test/util_unittests.cc', |
| 320 'chrome_frame_automation.cc', | 321 'chrome_frame_automation.cc', |
| 322 'chrome_frame_histograms.h', |
| 323 'chrome_frame_histograms.cc', |
| 321 'chrome_tab.h', | 324 'chrome_tab.h', |
| 322 'chrome_tab.idl', | 325 'chrome_tab.idl', |
| 323 'com_message_event.cc', | 326 'com_message_event.cc', |
| 324 'html_utils.cc', | 327 'html_utils.cc', |
| 328 'http_negotiate.h', |
| 329 'http_negotiate.cc', |
| 325 'sync_msg_reply_dispatcher.cc', | 330 'sync_msg_reply_dispatcher.cc', |
| 326 'sync_msg_reply_dispatcher.h', | 331 'sync_msg_reply_dispatcher.h', |
| 327 'test_utils.cc', | 332 'test_utils.cc', |
| 328 'test_utils.h', | 333 'test_utils.h', |
| 334 'urlmon_upload_data_stream.h', |
| 335 'urlmon_upload_data_stream.cc', |
| 336 'urlmon_url_request.h', |
| 337 'urlmon_url_request.cc', |
| 329 'utils.cc', | 338 'utils.cc', |
| 330 'utils.h', | 339 'utils.h', |
| 331 'chrome_frame_histograms.h', | 340 'vtable_patch_manager.h', |
| 332 'chrome_frame_histograms.cc', | 341 'vtable_patch_manager.cc' |
| 333 ], | 342 ], |
| 334 'include_dirs': [ | 343 'include_dirs': [ |
| 335 '<@(xul_include_directories)', | 344 '<@(xul_include_directories)', |
| 336 '../chrome/third_party/wtl/include', | 345 '../chrome/third_party/wtl/include', |
| 337 # To allow including "chrome_tab.h" | 346 # To allow including "chrome_tab.h" |
| 338 '<(INTERMEDIATE_DIR)', | 347 '<(INTERMEDIATE_DIR)', |
| 339 ], | 348 ], |
| 340 'resource_include_dirs': [ | 349 'resource_include_dirs': [ |
| 341 '<(INTERMEDIATE_DIR)', | 350 '<(INTERMEDIATE_DIR)', |
| 342 ], | 351 ], |
| (...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 632 'chrome_tab_version.rc.version', | 641 'chrome_tab_version.rc.version', |
| 633 'com_message_event.cc', | 642 'com_message_event.cc', |
| 634 'com_message_event.h', | 643 'com_message_event.h', |
| 635 'com_type_info_holder.cc', | 644 'com_type_info_holder.cc', |
| 636 'com_type_info_holder.h', | 645 'com_type_info_holder.h', |
| 637 'ff_30_privilege_check.cc', | 646 'ff_30_privilege_check.cc', |
| 638 'ff_privilege_check.h', | 647 'ff_privilege_check.h', |
| 639 'find_dialog.cc', | 648 'find_dialog.cc', |
| 640 'find_dialog.h', | 649 'find_dialog.h', |
| 641 'function_stub.h', | 650 'function_stub.h', |
| 651 'http_negotiate.h', |
| 652 'http_negotiate.cc', |
| 642 'icu_stubs.cc', | 653 'icu_stubs.cc', |
| 643 'iids.cc', | 654 'iids.cc', |
| 644 'in_place_menu.h', | 655 'in_place_menu.h', |
| 645 'ole_document_impl.h', | 656 'ole_document_impl.h', |
| 646 'protocol_sink_wrap.cc', | 657 'protocol_sink_wrap.cc', |
| 647 'protocol_sink_wrap.h', | 658 'protocol_sink_wrap.h', |
| 648 'resource.h', | 659 'resource.h', |
| 649 'script_security_manager.h', | 660 'script_security_manager.h', |
| 650 'sync_msg_reply_dispatcher.cc', | 661 'sync_msg_reply_dispatcher.cc', |
| 651 'sync_msg_reply_dispatcher.h', | 662 'sync_msg_reply_dispatcher.h', |
| (...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 732 ], | 743 ], |
| 733 } | 744 } |
| 734 | 745 |
| 735 # vim: shiftwidth=2:et:ai:tabstop=2 | 746 # vim: shiftwidth=2:et:ai:tabstop=2 |
| 736 | 747 |
| 737 # Local Variables: | 748 # Local Variables: |
| 738 # tab-width:2 | 749 # tab-width:2 |
| 739 # indent-tabs-mode:nil | 750 # indent-tabs-mode:nil |
| 740 # End: | 751 # End: |
| 741 # vim: set expandtab tabstop=2 shiftwidth=2: | 752 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |