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

Side by Side Diff: chrome_frame/chrome_frame.gyp

Issue 4766003: Preview CL for adding an Infobar facility to Google Chrome Frame.... (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
« no previous file with comments | « no previous file | chrome_frame/infobars/content.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
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/exception_barrier_unittest.cc', 171 'test/exception_barrier_unittest.cc',
172 'test/html_util_unittests.cc', 172 'test/html_util_unittests.cc',
173 'test/http_negotiate_unittest.cc', 173 'test/http_negotiate_unittest.cc',
174 'test/infobar_unittests.cc',
174 'test/module_utils_test.cc', 175 'test/module_utils_test.cc',
175 'test/policy_settings_unittest.cc', 176 'test/policy_settings_unittest.cc',
176 'test/simulate_input.h', 177 'test/simulate_input.h',
177 'test/simulate_input.cc', 178 'test/simulate_input.cc',
178 'test/urlmon_moniker_tests.h', 179 'test/urlmon_moniker_tests.h',
179 'test/urlmon_moniker_unittest.cc', 180 'test/urlmon_moniker_unittest.cc',
180 'test/util_unittests.cc', 181 'test/util_unittests.cc',
181 'test/win_event_receiver.h', 182 'test/win_event_receiver.h',
182 'test/win_event_receiver.cc', 183 'test/win_event_receiver.cc',
183 'unittest_precompile.h', 184 'unittest_precompile.h',
(...skipping 550 matching lines...) Expand 10 before | Expand all | Expand 10 after
734 'find_dialog.cc', 735 'find_dialog.cc',
735 'find_dialog.h', 736 'find_dialog.h',
736 'function_stub.cc', 737 'function_stub.cc',
737 'function_stub.h', 738 'function_stub.h',
738 'html_utils.h', 739 'html_utils.h',
739 'html_utils.cc', 740 'html_utils.cc',
740 'http_negotiate.cc', 741 'http_negotiate.cc',
741 'http_negotiate.h', 742 'http_negotiate.h',
742 'iids.cc', 743 'iids.cc',
743 'in_place_menu.h', 744 'in_place_menu.h',
745 'infobars/content.h',
746 'infobars/internal/displaced_window.cc',
747 'infobars/internal/displaced_window.h',
748 'infobars/internal/host_window.cc',
749 'infobars/internal/host_window.h',
750 'infobars/internal/infobar_window.cc',
751 'infobars/internal/infobar_window.h',
752 'infobars/internal/subclassing_window.h',
753 'infobars/manager.h',
754 'infobars/manager.cc',
744 'metrics_service.cc', 755 'metrics_service.cc',
745 'metrics_service.h', 756 'metrics_service.h',
746 'module_utils.cc', 757 'module_utils.cc',
747 'module_utils.h', 758 'module_utils.h',
748 'ole_document_impl.h', 759 'ole_document_impl.h',
749 'policy_settings.cc', 760 'policy_settings.cc',
750 'policy_settings.h', 761 'policy_settings.h',
751 'protocol_sink_wrap.cc', 762 'protocol_sink_wrap.cc',
752 'protocol_sink_wrap.h', 763 'protocol_sink_wrap.h',
764 'ready_mode/manager.cc',
765 'ready_mode/manager.h',
766 'ready_mode/internal/prompt_content.cc',
767 'ready_mode/internal/prompt_content.h',
753 'register_bho.rgs', 768 'register_bho.rgs',
754 'stream_impl.cc', 769 'stream_impl.cc',
755 'stream_impl.h', 770 'stream_impl.h',
756 'extra_system_apis.h', 771 'extra_system_apis.h',
757 'urlmon_bind_status_callback.h', 772 'urlmon_bind_status_callback.h',
758 'urlmon_bind_status_callback.cc', 773 'urlmon_bind_status_callback.cc',
759 'urlmon_moniker.h', 774 'urlmon_moniker.h',
760 'urlmon_moniker.cc', 775 'urlmon_moniker.cc',
761 'urlmon_url_request.cc', 776 'urlmon_url_request.cc',
762 'urlmon_url_request.h', 777 'urlmon_url_request.h',
(...skipping 305 matching lines...) Expand 10 before | Expand all | Expand 10 after
1068 ], # 'conditions' 1083 ], # 'conditions'
1069 } 1084 }
1070 1085
1071 # vim: shiftwidth=2:et:ai:tabstop=2 1086 # vim: shiftwidth=2:et:ai:tabstop=2
1072 1087
1073 # Local Variables: 1088 # Local Variables:
1074 # tab-width:2 1089 # tab-width:2
1075 # indent-tabs-mode:nil 1090 # indent-tabs-mode:nil
1076 # End: 1091 # End:
1077 # vim: set expandtab tabstop=2 shiftwidth=2: 1092 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | chrome_frame/infobars/content.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698