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

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') | chrome_frame/infobars/content.h » ('J')
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 723 matching lines...) Expand 10 before | Expand all | Expand 10 after
734 'find_dialog.cc', 734 'find_dialog.cc',
735 'find_dialog.h', 735 'find_dialog.h',
736 'function_stub.cc', 736 'function_stub.cc',
737 'function_stub.h', 737 'function_stub.h',
738 'html_utils.h', 738 'html_utils.h',
739 'html_utils.cc', 739 'html_utils.cc',
740 'http_negotiate.cc', 740 'http_negotiate.cc',
741 'http_negotiate.h', 741 'http_negotiate.h',
742 'iids.cc', 742 'iids.cc',
743 'in_place_menu.h', 743 'in_place_menu.h',
744 'infobars/content.h',
745 'infobars/internal/displaced_window.cc',
746 'infobars/internal/displaced_window.h',
747 'infobars/internal/host_window.cc',
748 'infobars/internal/host_window.h',
749 'infobars/internal/infobar_window.cc',
750 'infobars/internal/infobar_window.h',
751 'infobars/manager.h',
752 'infobars/manager.cc',
744 'metrics_service.cc', 753 'metrics_service.cc',
745 'metrics_service.h', 754 'metrics_service.h',
746 'module_utils.cc', 755 'module_utils.cc',
747 'module_utils.h', 756 'module_utils.h',
748 'ole_document_impl.h', 757 'ole_document_impl.h',
749 'policy_settings.cc', 758 'policy_settings.cc',
750 'policy_settings.h', 759 'policy_settings.h',
751 'protocol_sink_wrap.cc', 760 'protocol_sink_wrap.cc',
752 'protocol_sink_wrap.h', 761 'protocol_sink_wrap.h',
762 'ready_prompt.cc',
erikwright (departed) 2010/11/24 06:24:56 Ignore these (will go in a separate CL).
763 'ready_prompt.h',
753 'register_bho.rgs', 764 'register_bho.rgs',
754 'stream_impl.cc', 765 'stream_impl.cc',
755 'stream_impl.h', 766 'stream_impl.h',
756 'extra_system_apis.h', 767 'extra_system_apis.h',
757 'urlmon_bind_status_callback.h', 768 'urlmon_bind_status_callback.h',
758 'urlmon_bind_status_callback.cc', 769 'urlmon_bind_status_callback.cc',
759 'urlmon_moniker.h', 770 'urlmon_moniker.h',
760 'urlmon_moniker.cc', 771 'urlmon_moniker.cc',
761 'urlmon_url_request.cc', 772 'urlmon_url_request.cc',
762 'urlmon_url_request.h', 773 'urlmon_url_request.h',
(...skipping 305 matching lines...) Expand 10 before | Expand all | Expand 10 after
1068 ], # 'conditions' 1079 ], # 'conditions'
1069 } 1080 }
1070 1081
1071 # vim: shiftwidth=2:et:ai:tabstop=2 1082 # vim: shiftwidth=2:et:ai:tabstop=2
1072 1083
1073 # Local Variables: 1084 # Local Variables:
1074 # tab-width:2 1085 # tab-width:2
1075 # indent-tabs-mode:nil 1086 # indent-tabs-mode:nil
1076 # End: 1087 # End:
1077 # vim: set expandtab tabstop=2 shiftwidth=2: 1088 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | chrome_frame/infobars/content.h » ('j') | chrome_frame/infobars/content.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698