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 694 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
705 'ready_mode/internal/ready_prompt_window.cc', | 705 'ready_mode/internal/ready_prompt_window.cc', |
706 'ready_mode/internal/ready_prompt_window.h', | 706 'ready_mode/internal/ready_prompt_window.h', |
707 'ready_mode/internal/registry_ready_mode_state.cc', | 707 'ready_mode/internal/registry_ready_mode_state.cc', |
708 'ready_mode/internal/registry_ready_mode_state.h', | 708 'ready_mode/internal/registry_ready_mode_state.h', |
709 'ready_mode/internal/url_launcher.h', | 709 'ready_mode/internal/url_launcher.h', |
710 'ready_mode/ready_mode.cc', | 710 'ready_mode/ready_mode.cc', |
711 'ready_mode/ready_mode.h', | 711 'ready_mode/ready_mode.h', |
712 'register_bho.rgs', | 712 'register_bho.rgs', |
713 'stream_impl.cc', | 713 'stream_impl.cc', |
714 'stream_impl.h', | 714 'stream_impl.h', |
715 'third_party/active_doc/in_place_menu.h', | |
716 'third_party/active_doc/ole_document_impl.h', | |
717 'urlmon_bind_status_callback.h', | 715 'urlmon_bind_status_callback.h', |
718 'urlmon_bind_status_callback.cc', | 716 'urlmon_bind_status_callback.cc', |
719 'urlmon_moniker.h', | 717 'urlmon_moniker.h', |
720 'urlmon_moniker.cc', | 718 'urlmon_moniker.cc', |
721 'urlmon_url_request.cc', | 719 'urlmon_url_request.cc', |
722 'urlmon_url_request.h', | 720 'urlmon_url_request.h', |
723 'urlmon_url_request_private.h', | 721 'urlmon_url_request_private.h', |
724 'urlmon_upload_data_stream.cc', | 722 'urlmon_upload_data_stream.cc', |
725 'urlmon_upload_data_stream.h', | 723 'urlmon_upload_data_stream.h', |
726 'utils.h', | 724 'utils.h', |
727 'utils.cc', | 725 'utils.cc', |
728 'vtable_patch_manager.cc', | 726 'vtable_patch_manager.cc', |
729 'vtable_patch_manager.h', | 727 'vtable_patch_manager.h', |
| 728 '../third_party/active_doc/in_place_menu.h', |
| 729 '../third_party/active_doc/ole_document_impl.h', |
730 ], | 730 ], |
731 'include_dirs': [ | 731 'include_dirs': [ |
732 '<(INTERMEDIATE_DIR)/../chrome_frame', | 732 '<(INTERMEDIATE_DIR)/../chrome_frame', |
733 '<(DEPTH)/third_party/wtl/include', | 733 '<(DEPTH)/third_party/wtl/include', |
734 ], | 734 ], |
735 'conditions': [ | 735 'conditions': [ |
736 ['OS=="win"', { | 736 ['OS=="win"', { |
737 # NOTE(slightlyoff): | 737 # NOTE(slightlyoff): |
738 # this is a fix for the include dirs length limit on the resource | 738 # this is a fix for the include dirs length limit on the resource |
739 # compiler, tickled by the xul_include_dirs variable | 739 # compiler, tickled by the xul_include_dirs variable |
(...skipping 292 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1032 # Use outputs of this action as inputs for the main target build. | 1032 # Use outputs of this action as inputs for the main target build. |
1033 # Seems as a misnomer but makes this happy on Linux (scons). | 1033 # Seems as a misnomer but makes this happy on Linux (scons). |
1034 'process_outputs_as_sources': 1, | 1034 'process_outputs_as_sources': 1, |
1035 }, | 1035 }, |
1036 ], | 1036 ], |
1037 }, | 1037 }, |
1038 ], | 1038 ], |
1039 }, ], # 'coverage!=0' | 1039 }, ], # 'coverage!=0' |
1040 ], # 'conditions' | 1040 ], # 'conditions' |
1041 } | 1041 } |
OLD | NEW |