Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(837)

Side by Side Diff: chrome_frame/chrome_frame.gyp

Issue 110163004: Remove Chrome Frame ready-mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: compile fixes for mini_installer_test Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 # Keep the archive builder happy. 9 # Keep the archive builder happy.
10 'chrome_personalization%': 1, 10 'chrome_personalization%': 1,
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 'test/chrome_tab_mocks.h', 126 'test/chrome_tab_mocks.h',
127 'test/chrome_frame_test_utils.h', 127 'test/chrome_frame_test_utils.h',
128 'test/chrome_frame_test_utils.cc', 128 'test/chrome_frame_test_utils.cc',
129 'test/com_message_event_unittest.cc', 129 'test/com_message_event_unittest.cc',
130 'test/dll_redirector_test.cc', 130 'test/dll_redirector_test.cc',
131 'test/exception_barrier_unittest.cc', 131 'test/exception_barrier_unittest.cc',
132 'test/html_util_unittests.cc', 132 'test/html_util_unittests.cc',
133 'test/http_negotiate_unittest.cc', 133 'test/http_negotiate_unittest.cc',
134 'test/infobar_unittests.cc', 134 'test/infobar_unittests.cc',
135 'test/policy_settings_unittest.cc', 135 'test/policy_settings_unittest.cc',
136 'test/ready_mode_unittest.cc',
137 'test/registry_watcher_unittest.cc', 136 'test/registry_watcher_unittest.cc',
138 'test/simulate_input.h', 137 'test/simulate_input.h',
139 'test/simulate_input.cc', 138 'test/simulate_input.cc',
140 'test/urlmon_moniker_tests.h', 139 'test/urlmon_moniker_tests.h',
141 'test/urlmon_moniker_unittest.cc', 140 'test/urlmon_moniker_unittest.cc',
142 'test/util_unittests.cc', 141 'test/util_unittests.cc',
143 'test/win_event_receiver.h', 142 'test/win_event_receiver.h',
144 'test/win_event_receiver.cc', 143 'test/win_event_receiver.cc',
145 'unittest_precompile.h', 144 'unittest_precompile.h',
146 'unittest_precompile.cc', 145 'unittest_precompile.cc',
(...skipping 588 matching lines...) Expand 10 before | Expand all | Expand 10 after
735 'infobars/infobar_manager.h', 734 'infobars/infobar_manager.h',
736 'infobars/infobar_manager.cc', 735 'infobars/infobar_manager.cc',
737 'metrics_service.cc', 736 'metrics_service.cc',
738 'metrics_service.h', 737 'metrics_service.h',
739 'pin_module.cc', 738 'pin_module.cc',
740 'pin_module.h', 739 'pin_module.h',
741 'policy_settings.cc', 740 'policy_settings.cc',
742 'policy_settings.h', 741 'policy_settings.h',
743 'protocol_sink_wrap.cc', 742 'protocol_sink_wrap.cc',
744 'protocol_sink_wrap.h', 743 'protocol_sink_wrap.h',
745 'ready_mode/internal/ready_mode_state.h',
746 'ready_mode/internal/ready_mode_web_browser_adapter.cc', 744 'ready_mode/internal/ready_mode_web_browser_adapter.cc',
747 'ready_mode/internal/ready_mode_web_browser_adapter.h', 745 'ready_mode/internal/ready_mode_web_browser_adapter.h',
748 'ready_mode/internal/ready_prompt_content.cc',
749 'ready_mode/internal/ready_prompt_content.h',
750 'ready_mode/internal/ready_prompt_window.cc',
751 'ready_mode/internal/ready_prompt_window.h',
752 'ready_mode/internal/registry_ready_mode_state.cc',
753 'ready_mode/internal/registry_ready_mode_state.h',
754 'ready_mode/internal/url_launcher.h', 746 'ready_mode/internal/url_launcher.h',
755 'ready_mode/ready_mode.cc',
756 'ready_mode/ready_mode.h',
757 'register_bho.rgs', 747 'register_bho.rgs',
758 'registry_list_preferences_holder.cc', 748 'registry_list_preferences_holder.cc',
759 'registry_list_preferences_holder.h', 749 'registry_list_preferences_holder.h',
760 'stream_impl.cc', 750 'stream_impl.cc',
761 'stream_impl.h', 751 'stream_impl.h',
762 'turndown_prompt/turndown_prompt.cc', 752 'turndown_prompt/turndown_prompt.cc',
763 'turndown_prompt/turndown_prompt.h', 753 'turndown_prompt/turndown_prompt.h',
764 'turndown_prompt/turndown_prompt_content.cc', 754 'turndown_prompt/turndown_prompt_content.cc',
765 'turndown_prompt/turndown_prompt_content.h', 755 'turndown_prompt/turndown_prompt_content.h',
766 'turndown_prompt/turndown_prompt_window.cc', 756 'turndown_prompt/turndown_prompt_window.cc',
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
943 'AdditionalManifestFiles': [ 933 'AdditionalManifestFiles': [
944 '$(ProjectDir)\\resources\\npchrome_frame.dll.manifest', 934 '$(ProjectDir)\\resources\\npchrome_frame.dll.manifest',
945 ], 935 ],
946 }, 936 },
947 }, 937 },
948 }], 938 }],
949 ], 939 ],
950 }, 940 },
951 ], 941 ],
952 } 942 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698