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

Side by Side Diff: chrome_frame/chrome_frame.gyp

Issue 17153006: Chrome Frame turndown prompt. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase to r208076 Created 7 years, 6 months 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 | « chrome_frame/bho.cc ('k') | chrome_frame/policy_settings.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) 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 751 matching lines...) Expand 10 before | Expand all | Expand 10 after
762 'ready_mode/internal/registry_ready_mode_state.cc', 762 'ready_mode/internal/registry_ready_mode_state.cc',
763 'ready_mode/internal/registry_ready_mode_state.h', 763 'ready_mode/internal/registry_ready_mode_state.h',
764 'ready_mode/internal/url_launcher.h', 764 'ready_mode/internal/url_launcher.h',
765 'ready_mode/ready_mode.cc', 765 'ready_mode/ready_mode.cc',
766 'ready_mode/ready_mode.h', 766 'ready_mode/ready_mode.h',
767 'register_bho.rgs', 767 'register_bho.rgs',
768 'registry_list_preferences_holder.cc', 768 'registry_list_preferences_holder.cc',
769 'registry_list_preferences_holder.h', 769 'registry_list_preferences_holder.h',
770 'stream_impl.cc', 770 'stream_impl.cc',
771 'stream_impl.h', 771 'stream_impl.h',
772 'turndown_prompt/reshow_state.cc',
773 'turndown_prompt/reshow_state.h',
774 'turndown_prompt/turndown_prompt.cc',
775 'turndown_prompt/turndown_prompt.h',
776 'turndown_prompt/turndown_prompt_content.cc',
777 'turndown_prompt/turndown_prompt_content.h',
778 'turndown_prompt/turndown_prompt_window.cc',
779 'turndown_prompt/turndown_prompt_window.h',
772 'urlmon_bind_status_callback.h', 780 'urlmon_bind_status_callback.h',
773 'urlmon_bind_status_callback.cc', 781 'urlmon_bind_status_callback.cc',
774 'urlmon_moniker.h', 782 'urlmon_moniker.h',
775 'urlmon_moniker.cc', 783 'urlmon_moniker.cc',
776 'urlmon_url_request.cc', 784 'urlmon_url_request.cc',
777 'urlmon_url_request.h', 785 'urlmon_url_request.h',
778 'urlmon_url_request_private.h', 786 'urlmon_url_request_private.h',
779 'urlmon_upload_data_stream.cc', 787 'urlmon_upload_data_stream.cc',
780 'urlmon_upload_data_stream.h', 788 'urlmon_upload_data_stream.h',
781 'utils.h', 789 'utils.h',
(...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after
1083 # Use outputs of this action as inputs for the main target build. 1091 # Use outputs of this action as inputs for the main target build.
1084 # Seems as a misnomer but makes this happy on Linux (scons). 1092 # Seems as a misnomer but makes this happy on Linux (scons).
1085 'process_outputs_as_sources': 1, 1093 'process_outputs_as_sources': 1,
1086 }, 1094 },
1087 ], 1095 ],
1088 }, 1096 },
1089 ], 1097 ],
1090 }, ], # 'coverage!=0' 1098 }, ], # 'coverage!=0'
1091 ], # 'conditions' 1099 ], # 'conditions'
1092 } 1100 }
OLDNEW
« no previous file with comments | « chrome_frame/bho.cc ('k') | chrome_frame/policy_settings.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698