| 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 | 8 |
| 9 'variables': { | 9 'variables': { |
| 10 'version_py_path': '../tools/build/version.py', | 10 'version_py_path': '../tools/build/version.py', |
| (...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 88 'chrome_tab_idl', | 88 'chrome_tab_idl', |
| 89 'locales/locales.gyp:*', | 89 'locales/locales.gyp:*', |
| 90 ], | 90 ], |
| 91 'sources': [ | 91 'sources': [ |
| 92 '<(SHARED_INTERMEDIATE_DIR)/chrome_frame/chrome_tab.h', | 92 '<(SHARED_INTERMEDIATE_DIR)/chrome_frame/chrome_tab.h', |
| 93 'chrome_frame_unittest_main.cc', | 93 'chrome_frame_unittest_main.cc', |
| 94 'chrome_launcher.cc', | 94 'chrome_launcher.cc', |
| 95 'chrome_launcher.h', | 95 'chrome_launcher.h', |
| 96 'chrome_launcher_unittest.cc', | 96 'chrome_launcher_unittest.cc', |
| 97 'function_stub_unittest.cc', | 97 'function_stub_unittest.cc', |
| 98 'renderer_glue.cc', | |
| 99 'test/chrome_tab_mocks.h', | 98 'test/chrome_tab_mocks.h', |
| 100 'test/chrome_frame_test_utils.h', | 99 'test/chrome_frame_test_utils.h', |
| 101 'test/chrome_frame_test_utils.cc', | 100 'test/chrome_frame_test_utils.cc', |
| 102 'test/com_message_event_unittest.cc', | 101 'test/com_message_event_unittest.cc', |
| 103 'test/dll_redirector_test.cc', | 102 'test/dll_redirector_test.cc', |
| 104 'test/exception_barrier_unittest.cc', | 103 'test/exception_barrier_unittest.cc', |
| 105 'test/html_util_unittests.cc', | 104 'test/html_util_unittests.cc', |
| 106 'test/http_negotiate_unittest.cc', | 105 'test/http_negotiate_unittest.cc', |
| 107 'test/infobar_unittests.cc', | 106 'test/infobar_unittests.cc', |
| 108 'test/policy_settings_unittest.cc', | 107 'test/policy_settings_unittest.cc', |
| (...skipping 447 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 556 'test/simulate_input.cc', | 555 'test/simulate_input.cc', |
| 557 'test/simulate_input.h', | 556 'test/simulate_input.h', |
| 558 'test/test_server.cc', | 557 'test/test_server.cc', |
| 559 'test/test_server.h', | 558 'test/test_server.h', |
| 560 'test/test_with_web_server.cc', | 559 'test/test_with_web_server.cc', |
| 561 'test/test_with_web_server.h', | 560 'test/test_with_web_server.h', |
| 562 'test/win_event_receiver.cc', | 561 'test/win_event_receiver.cc', |
| 563 'test/win_event_receiver.h', | 562 'test/win_event_receiver.h', |
| 564 '<(SHARED_INTERMEDIATE_DIR)/chrome_frame/chrome_tab.h', | 563 '<(SHARED_INTERMEDIATE_DIR)/chrome_frame/chrome_tab.h', |
| 565 'chrome_tab.idl', | 564 'chrome_tab.idl', |
| 566 'renderer_glue.cc', | |
| 567 'test_utils.cc', | 565 'test_utils.cc', |
| 568 'test_utils.h', | 566 'test_utils.h', |
| 569 ], | 567 ], |
| 570 'include_dirs': [ | 568 'include_dirs': [ |
| 571 '<(DEPTH)/third_party/wtl/include', | 569 '<(DEPTH)/third_party/wtl/include', |
| 572 '<(DEPTH)/breakpad/src', | 570 '<(DEPTH)/breakpad/src', |
| 573 ], | 571 ], |
| 574 'resource_include_dirs': [ | 572 'resource_include_dirs': [ |
| 575 '<(INTERMEDIATE_DIR)', | 573 '<(INTERMEDIATE_DIR)', |
| 576 ], | 574 ], |
| (...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 856 'chrome_frame_reporting.cc', | 854 'chrome_frame_reporting.cc', |
| 857 'chrome_frame_reporting.h', | 855 'chrome_frame_reporting.h', |
| 858 'chrome_tab.cc', | 856 'chrome_tab.cc', |
| 859 'chrome_tab.def', | 857 'chrome_tab.def', |
| 860 '<(SHARED_INTERMEDIATE_DIR)/chrome_frame/chrome_tab.h', | 858 '<(SHARED_INTERMEDIATE_DIR)/chrome_frame/chrome_tab.h', |
| 861 # FIXME(slightlyoff): For chrome_tab.tlb. Giant hack until we can | 859 # FIXME(slightlyoff): For chrome_tab.tlb. Giant hack until we can |
| 862 # figure out something more gyp-ish. | 860 # figure out something more gyp-ish. |
| 863 'resources/tlb_resource.rc', | 861 'resources/tlb_resource.rc', |
| 864 'chrome_tab.rgs', | 862 'chrome_tab.rgs', |
| 865 'chrome_tab_version.rc', | 863 'chrome_tab_version.rc', |
| 866 'renderer_glue.cc', | |
| 867 'resource.h', | 864 'resource.h', |
| 868 ], | 865 ], |
| 869 'conditions': [ | 866 'conditions': [ |
| 870 ['OS=="win"', { | 867 ['OS=="win"', { |
| 871 # NOTE(slightlyoff): | 868 # NOTE(slightlyoff): |
| 872 # this is a fix for the include dirs length limit on the resource | 869 # this is a fix for the include dirs length limit on the resource |
| 873 # compiler, tickled by the xul_include_dirs variable | 870 # compiler, tickled by the xul_include_dirs variable |
| 874 'resource_include_dirs': [ | 871 'resource_include_dirs': [ |
| 875 '<(INTERMEDIATE_DIR)' | 872 '<(INTERMEDIATE_DIR)' |
| 876 ], | 873 ], |
| (...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1040 # Use outputs of this action as inputs for the main target build. | 1037 # Use outputs of this action as inputs for the main target build. |
| 1041 # Seems as a misnomer but makes this happy on Linux (scons). | 1038 # Seems as a misnomer but makes this happy on Linux (scons). |
| 1042 'process_outputs_as_sources': 1, | 1039 'process_outputs_as_sources': 1, |
| 1043 }, | 1040 }, |
| 1044 ], | 1041 ], |
| 1045 }, | 1042 }, |
| 1046 ], | 1043 ], |
| 1047 }, ], # 'coverage!=0' | 1044 }, ], # 'coverage!=0' |
| 1048 ], # 'conditions' | 1045 ], # 'conditions' |
| 1049 } | 1046 } |
| OLD | NEW |