| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 'variables': { | 10 'variables': { |
| (...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 111 '../base/base.gyp:test_support_base', | 111 '../base/base.gyp:test_support_base', |
| 112 '../chrome/chrome.gyp:policy', | 112 '../chrome/chrome.gyp:policy', |
| 113 '../testing/gmock.gyp:gmock', | 113 '../testing/gmock.gyp:gmock', |
| 114 '../testing/gtest.gyp:gtest', | 114 '../testing/gtest.gyp:gtest', |
| 115 'chrome_frame_ie', | 115 'chrome_frame_ie', |
| 116 'chrome_frame_strings', | 116 'chrome_frame_strings', |
| 117 'chrome_tab_idl', | 117 'chrome_tab_idl', |
| 118 'xulrunner_sdk', | 118 'xulrunner_sdk', |
| 119 ], | 119 ], |
| 120 'sources': [ | 120 'sources': [ |
| 121 'chrome_tab.h', | 121 '<(SHARED_INTERMEDIATE_DIR)/chrome_tab.h', |
| 122 'chrome_frame_histograms.h', | 122 'chrome_frame_histograms.h', |
| 123 'chrome_frame_histograms.cc', | 123 'chrome_frame_histograms.cc', |
| 124 'chrome_frame_unittest_main.cc', | 124 'chrome_frame_unittest_main.cc', |
| 125 'chrome_launcher.cc', | 125 'chrome_launcher.cc', |
| 126 'chrome_launcher.h', | 126 'chrome_launcher.h', |
| 127 'chrome_launcher_unittest.cc', | 127 'chrome_launcher_unittest.cc', |
| 128 'function_stub_unittest.cc', | 128 'function_stub_unittest.cc', |
| 129 'renderer_glue.cc', | 129 'renderer_glue.cc', |
| 130 'test/chrome_tab_mocks.h', | 130 'test/chrome_tab_mocks.h', |
| 131 'test/chrome_frame_test_utils.h', | 131 'test/chrome_frame_test_utils.h', |
| (...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 282 'test/test_server_test.cc', | 282 'test/test_server_test.cc', |
| 283 'test/test_with_web_server.cc', | 283 'test/test_with_web_server.cc', |
| 284 'test/test_with_web_server.h', | 284 'test/test_with_web_server.h', |
| 285 'test/ui_test.cc', | 285 'test/ui_test.cc', |
| 286 'test/urlmon_moniker_tests.h', | 286 'test/urlmon_moniker_tests.h', |
| 287 'test/urlmon_moniker_integration_test.cc', | 287 'test/urlmon_moniker_integration_test.cc', |
| 288 'test/url_request_test.cc', | 288 'test/url_request_test.cc', |
| 289 'test/win_event_receiver.cc', | 289 'test/win_event_receiver.cc', |
| 290 'test/win_event_receiver.h', | 290 'test/win_event_receiver.h', |
| 291 'chrome_launcher_version.rc', | 291 'chrome_launcher_version.rc', |
| 292 'chrome_tab.h', | 292 '<(SHARED_INTERMEDIATE_DIR)/chrome_tab.h', |
| 293 'test_utils.cc', | 293 'test_utils.cc', |
| 294 'test_utils.h', | 294 'test_utils.h', |
| 295 ], | 295 ], |
| 296 'include_dirs': [ | 296 'include_dirs': [ |
| 297 '<@(xul_include_directories)', | 297 '<@(xul_include_directories)', |
| 298 '<(DEPTH)/third_party/wtl/include', | 298 '<(DEPTH)/third_party/wtl/include', |
| 299 ], | 299 ], |
| 300 'resource_include_dirs': [ | 300 'resource_include_dirs': [ |
| 301 '<(INTERMEDIATE_DIR)', | 301 '<(INTERMEDIATE_DIR)', |
| 302 ], | 302 ], |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 363 'chrome_tab_idl', | 363 'chrome_tab_idl', |
| 364 'npchrome_frame', | 364 'npchrome_frame', |
| 365 ], | 365 ], |
| 366 'sources': [ | 366 'sources': [ |
| 367 '../base/perf_test_suite.h', | 367 '../base/perf_test_suite.h', |
| 368 '../base/perftimer.cc', | 368 '../base/perftimer.cc', |
| 369 '../base/test/test_file_util.h', | 369 '../base/test/test_file_util.h', |
| 370 '../chrome/test/chrome_process_util.cc', | 370 '../chrome/test/chrome_process_util.cc', |
| 371 '../chrome/test/chrome_process_util.h', | 371 '../chrome/test/chrome_process_util.h', |
| 372 '../chrome/test/ui/ui_test.cc', | 372 '../chrome/test/ui/ui_test.cc', |
| 373 'chrome_tab.h', | 373 '<(SHARED_INTERMEDIATE_DIR)/chrome_tab.h', |
| 374 'test/chrome_frame_test_utils.cc', | 374 'test/chrome_frame_test_utils.cc', |
| 375 'test/chrome_frame_test_utils.h', | 375 'test/chrome_frame_test_utils.h', |
| 376 'test/perf/chrome_frame_perftest.cc', | 376 'test/perf/chrome_frame_perftest.cc', |
| 377 'test/perf/chrome_frame_perftest.h', | 377 'test/perf/chrome_frame_perftest.h', |
| 378 'test/perf/run_all.cc', | 378 'test/perf/run_all.cc', |
| 379 'test/perf/silverlight.cc', | 379 'test/perf/silverlight.cc', |
| 380 'test/simulate_input.cc', | 380 'test/simulate_input.cc', |
| 381 'test/simulate_input.h', | 381 'test/simulate_input.h', |
| 382 'test_utils.cc', | 382 'test_utils.cc', |
| 383 'test_utils.h', | 383 'test_utils.h', |
| (...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 456 'test/win_event_receiver.cc', | 456 'test/win_event_receiver.cc', |
| 457 'test/win_event_receiver.h', | 457 'test/win_event_receiver.h', |
| 458 'test/net/fake_external_tab.cc', | 458 'test/net/fake_external_tab.cc', |
| 459 'test/net/fake_external_tab.h', | 459 'test/net/fake_external_tab.h', |
| 460 'test/net/process_singleton_subclass.cc', | 460 'test/net/process_singleton_subclass.cc', |
| 461 'test/net/process_singleton_subclass.h', | 461 'test/net/process_singleton_subclass.h', |
| 462 'test/net/test_automation_provider.cc', | 462 'test/net/test_automation_provider.cc', |
| 463 'test/net/test_automation_provider.h', | 463 'test/net/test_automation_provider.h', |
| 464 'test/net/test_automation_resource_message_filter.cc', | 464 'test/net/test_automation_resource_message_filter.cc', |
| 465 'test/net/test_automation_resource_message_filter.h', | 465 'test/net/test_automation_resource_message_filter.h', |
| 466 'chrome_tab.h', | 466 '<(SHARED_INTERMEDIATE_DIR)/chrome_tab.h', |
| 467 'test_utils.cc', | 467 'test_utils.cc', |
| 468 'test_utils.h', | 468 'test_utils.h', |
| 469 ], | 469 ], |
| 470 'conditions': [ | 470 'conditions': [ |
| 471 ['OS=="win"', { | 471 ['OS=="win"', { |
| 472 'link_settings': { | 472 'link_settings': { |
| 473 'libraries': [ | 473 'libraries': [ |
| 474 '-loleacc.lib', | 474 '-loleacc.lib', |
| 475 ], | 475 ], |
| 476 }, | 476 }, |
| (...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 527 'test/chrome_frame_test_utils.cc', | 527 'test/chrome_frame_test_utils.cc', |
| 528 'test/chrome_frame_test_utils.h', | 528 'test/chrome_frame_test_utils.h', |
| 529 'test/ie_event_sink.cc', | 529 'test/ie_event_sink.cc', |
| 530 'test/ie_event_sink.h', | 530 'test/ie_event_sink.h', |
| 531 'test_utils.cc', | 531 'test_utils.cc', |
| 532 'test_utils.h', | 532 'test_utils.h', |
| 533 'test/simulate_input.cc', | 533 'test/simulate_input.cc', |
| 534 'test/simulate_input.h', | 534 'test/simulate_input.h', |
| 535 'test/win_event_receiver.cc', | 535 'test/win_event_receiver.cc', |
| 536 'test/win_event_receiver.h', | 536 'test/win_event_receiver.h', |
| 537 'chrome_tab.h', | 537 '<(SHARED_INTERMEDIATE_DIR)/chrome_tab.h', |
| 538 '../base/test/test_file_util_win.cc', | 538 '../base/test/test_file_util_win.cc', |
| 539 '../chrome/test/automation/proxy_launcher.cc', | 539 '../chrome/test/automation/proxy_launcher.cc', |
| 540 '../chrome/test/automation/proxy_launcher.h', | 540 '../chrome/test/automation/proxy_launcher.h', |
| 541 '../chrome/test/ui/ui_test.cc', | 541 '../chrome/test/ui/ui_test.cc', |
| 542 '../chrome/test/ui/ui_test.h', | 542 '../chrome/test/ui/ui_test.h', |
| 543 '../chrome/test/ui/ui_test_suite.cc', | 543 '../chrome/test/ui/ui_test_suite.cc', |
| 544 '../chrome/test/ui/ui_test_suite.h', | 544 '../chrome/test/ui/ui_test_suite.h', |
| 545 '../chrome/test/chrome_process_util.cc', | 545 '../chrome/test/chrome_process_util.cc', |
| 546 '../chrome/test/chrome_process_util.h', | 546 '../chrome/test/chrome_process_util.h', |
| 547 ], | 547 ], |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 603 'test/mock_ie_event_sink_test.h', | 603 'test/mock_ie_event_sink_test.h', |
| 604 'test/run_all_unittests.cc', | 604 'test/run_all_unittests.cc', |
| 605 'test/simulate_input.cc', | 605 'test/simulate_input.cc', |
| 606 'test/simulate_input.h', | 606 'test/simulate_input.h', |
| 607 'test/test_server.cc', | 607 'test/test_server.cc', |
| 608 'test/test_server.h', | 608 'test/test_server.h', |
| 609 'test/test_with_web_server.cc', | 609 'test/test_with_web_server.cc', |
| 610 'test/test_with_web_server.h', | 610 'test/test_with_web_server.h', |
| 611 'test/win_event_receiver.cc', | 611 'test/win_event_receiver.cc', |
| 612 'test/win_event_receiver.h', | 612 'test/win_event_receiver.h', |
| 613 'chrome_tab.h', | 613 '<(SHARED_INTERMEDIATE_DIR)/chrome_tab.h', |
| 614 'chrome_tab.idl', | 614 'chrome_tab.idl', |
| 615 'renderer_glue.cc', | 615 'renderer_glue.cc', |
| 616 'test_utils.cc', | 616 'test_utils.cc', |
| 617 'test_utils.h', | 617 'test_utils.h', |
| 618 ], | 618 ], |
| 619 'include_dirs': [ | 619 'include_dirs': [ |
| 620 '<@(xul_include_directories)', | 620 '<@(xul_include_directories)', |
| 621 '<(DEPTH)/third_party/wtl/include', | 621 '<(DEPTH)/third_party/wtl/include', |
| 622 # To allow including "chrome_tab.h" | 622 # To allow including "chrome_tab.h" |
| 623 '<(INTERMEDIATE_DIR)', | 623 '<(INTERMEDIATE_DIR)', |
| (...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 779 'chrome_active_document.rgs', | 779 'chrome_active_document.rgs', |
| 780 'chrome_frame_activex.cc', | 780 'chrome_frame_activex.cc', |
| 781 'chrome_frame_activex.h', | 781 'chrome_frame_activex.h', |
| 782 'chrome_frame_activex.rgs', | 782 'chrome_frame_activex.rgs', |
| 783 'chrome_frame_activex_base.h', | 783 'chrome_frame_activex_base.h', |
| 784 'chrome_frame_histograms.cc', | 784 'chrome_frame_histograms.cc', |
| 785 'chrome_frame_histograms.h', | 785 'chrome_frame_histograms.h', |
| 786 'chrome_protocol.cc', | 786 'chrome_protocol.cc', |
| 787 'chrome_protocol.h', | 787 'chrome_protocol.h', |
| 788 'chrome_protocol.rgs', | 788 'chrome_protocol.rgs', |
| 789 'chrome_tab.h', | 789 '<(SHARED_INTERMEDIATE_DIR)/chrome_tab.h', |
| 790 'com_message_event.cc', | 790 'com_message_event.cc', |
| 791 'com_message_event.h', | 791 'com_message_event.h', |
| 792 'com_type_info_holder.cc', | 792 'com_type_info_holder.cc', |
| 793 'com_type_info_holder.h', | 793 'com_type_info_holder.h', |
| 794 'delete_chrome_history.cc', | 794 'delete_chrome_history.cc', |
| 795 'delete_chrome_history.h', | 795 'delete_chrome_history.h', |
| 796 'dll_redirector.cc', | 796 'dll_redirector.cc', |
| 797 'dll_redirector.h', | 797 'dll_redirector.h', |
| 798 'exception_barrier.cc', | 798 'exception_barrier.cc', |
| 799 'exception_barrier.h', | 799 'exception_barrier.h', |
| (...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 962 ], | 962 ], |
| 963 'sources': [ | 963 'sources': [ |
| 964 'chrome_frame_elevation.rgs', | 964 'chrome_frame_elevation.rgs', |
| 965 'chrome_frame_npapi.rgs', | 965 'chrome_frame_npapi.rgs', |
| 966 'chrome_frame_npapi_entrypoints.cc', | 966 'chrome_frame_npapi_entrypoints.cc', |
| 967 'chrome_frame_npapi_entrypoints.h', | 967 'chrome_frame_npapi_entrypoints.h', |
| 968 'chrome_frame_reporting.cc', | 968 'chrome_frame_reporting.cc', |
| 969 'chrome_frame_reporting.h', | 969 'chrome_frame_reporting.h', |
| 970 'chrome_tab.cc', | 970 'chrome_tab.cc', |
| 971 'chrome_tab.def', | 971 'chrome_tab.def', |
| 972 'chrome_tab.h', | 972 '<(SHARED_INTERMEDIATE_DIR)/chrome_tab.h', |
| 973 # FIXME(slightlyoff): For chrome_tab.tlb. Giant hack until we can | 973 # FIXME(slightlyoff): For chrome_tab.tlb. Giant hack until we can |
| 974 # figure out something more gyp-ish. | 974 # figure out something more gyp-ish. |
| 975 'resources/tlb_resource.rc', | 975 'resources/tlb_resource.rc', |
| 976 'chrome_tab.rgs', | 976 'chrome_tab.rgs', |
| 977 'chrome_tab_version.rc', | 977 'chrome_tab_version.rc', |
| 978 'renderer_glue.cc', | 978 'renderer_glue.cc', |
| 979 'resource.h', | 979 'resource.h', |
| 980 ], | 980 ], |
| 981 'include_dirs': [ | 981 'include_dirs': [ |
| 982 # For chrome_tab.h | 982 # For chrome_tab.h |
| (...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1163 ], # 'conditions' | 1163 ], # 'conditions' |
| 1164 } | 1164 } |
| 1165 | 1165 |
| 1166 # vim: shiftwidth=2:et:ai:tabstop=2 | 1166 # vim: shiftwidth=2:et:ai:tabstop=2 |
| 1167 | 1167 |
| 1168 # Local Variables: | 1168 # Local Variables: |
| 1169 # tab-width:2 | 1169 # tab-width:2 |
| 1170 # indent-tabs-mode:nil | 1170 # indent-tabs-mode:nil |
| 1171 # End: | 1171 # End: |
| 1172 # vim: set expandtab tabstop=2 shiftwidth=2: | 1172 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |