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

Side by Side Diff: chrome_frame/chrome_frame.gyp

Issue 5747002: Implement a ReadyPromptContent that displays a prompt to accept, temporarily ... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 'chrome_launcher.cc', 161 'chrome_launcher.cc',
162 'chrome_launcher.h', 162 'chrome_launcher.h',
163 'chrome_launcher_unittest.cc', 163 'chrome_launcher_unittest.cc',
164 'function_stub_unittest.cc', 164 'function_stub_unittest.cc',
165 'renderer_glue.cc', 165 'renderer_glue.cc',
166 'test/chrome_frame_activex_unittest.cc', 166 'test/chrome_frame_activex_unittest.cc',
167 'test/chrome_tab_mocks.h', 167 'test/chrome_tab_mocks.h',
168 'test/chrome_frame_test_utils.h', 168 'test/chrome_frame_test_utils.h',
169 'test/chrome_frame_test_utils.cc', 169 'test/chrome_frame_test_utils.cc',
170 'test/com_message_event_unittest.cc', 170 'test/com_message_event_unittest.cc',
171 'test/dll_redirector_test.cc',
171 'test/exception_barrier_unittest.cc', 172 'test/exception_barrier_unittest.cc',
172 'test/html_util_unittests.cc', 173 'test/html_util_unittests.cc',
173 'test/http_negotiate_unittest.cc', 174 'test/http_negotiate_unittest.cc',
174 'test/infobar_unittests.cc', 175 'test/infobar_unittests.cc',
175 'test/dll_redirector_test.cc',
176 'test/policy_settings_unittest.cc', 176 'test/policy_settings_unittest.cc',
177 'test/ready_mode_unittest.cc',
177 'test/simulate_input.h', 178 'test/simulate_input.h',
178 'test/simulate_input.cc', 179 'test/simulate_input.cc',
179 'test/urlmon_moniker_tests.h', 180 'test/urlmon_moniker_tests.h',
180 'test/urlmon_moniker_unittest.cc', 181 'test/urlmon_moniker_unittest.cc',
181 'test/util_unittests.cc', 182 'test/util_unittests.cc',
182 'test/win_event_receiver.h', 183 'test/win_event_receiver.h',
183 'test/win_event_receiver.cc', 184 'test/win_event_receiver.cc',
184 'unittest_precompile.h', 185 'unittest_precompile.h',
185 'unittest_precompile.cc', 186 'unittest_precompile.cc',
186 'urlmon_upload_data_stream.cc', 187 'urlmon_upload_data_stream.cc',
(...skipping 572 matching lines...) Expand 10 before | Expand all | Expand 10 after
759 'infobars/internal/subclassing_window_with_delegate.h', 760 'infobars/internal/subclassing_window_with_delegate.h',
760 'infobars/infobar_manager.h', 761 'infobars/infobar_manager.h',
761 'infobars/infobar_manager.cc', 762 'infobars/infobar_manager.cc',
762 'metrics_service.cc', 763 'metrics_service.cc',
763 'metrics_service.h', 764 'metrics_service.h',
764 'ole_document_impl.h', 765 'ole_document_impl.h',
765 'policy_settings.cc', 766 'policy_settings.cc',
766 'policy_settings.h', 767 'policy_settings.h',
767 'protocol_sink_wrap.cc', 768 'protocol_sink_wrap.cc',
768 'protocol_sink_wrap.h', 769 'protocol_sink_wrap.h',
770 'ready_mode/internal/installation_state.h',
771 'ready_mode/internal/ready_mode_state.h',
772 'ready_mode/internal/ready_prompt_content.cc',
773 'ready_mode/internal/ready_prompt_content.h',
774 'ready_mode/internal/ready_prompt_window.cc',
775 'ready_mode/internal/ready_prompt_window.h',
776 'ready_mode/internal/registry_ready_mode_state.cc',
777 'ready_mode/internal/registry_ready_mode_state.h',
769 'register_bho.rgs', 778 'register_bho.rgs',
770 'stream_impl.cc', 779 'stream_impl.cc',
771 'stream_impl.h', 780 'stream_impl.h',
772 'extra_system_apis.h', 781 'extra_system_apis.h',
773 'urlmon_bind_status_callback.h', 782 'urlmon_bind_status_callback.h',
774 'urlmon_bind_status_callback.cc', 783 'urlmon_bind_status_callback.cc',
775 'urlmon_moniker.h', 784 'urlmon_moniker.h',
776 'urlmon_moniker.cc', 785 'urlmon_moniker.cc',
777 'urlmon_url_request.cc', 786 'urlmon_url_request.cc',
778 'urlmon_url_request.h', 787 'urlmon_url_request.h',
(...skipping 309 matching lines...) Expand 10 before | Expand all | Expand 10 after
1088 ], # 'conditions' 1097 ], # 'conditions'
1089 } 1098 }
1090 1099
1091 # vim: shiftwidth=2:et:ai:tabstop=2 1100 # vim: shiftwidth=2:et:ai:tabstop=2
1092 1101
1093 # Local Variables: 1102 # Local Variables:
1094 # tab-width:2 1103 # tab-width:2
1095 # indent-tabs-mode:nil 1104 # indent-tabs-mode:nil
1096 # End: 1105 # End:
1097 # vim: set expandtab tabstop=2 shiftwidth=2: 1106 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698