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

Side by Side Diff: chrome_frame/chrome_frame.gyp

Issue 9720001: Add a setting to CF to remove 'chromeframe' from the UserAgent on a per-pattern basis. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: In the end. Created 8 years, 8 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 | « no previous file | chrome_frame/html_utils.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 'variables': { 9 'variables': {
10 'version_py_path': '../tools/build/version.py', 10 'version_py_path': '../tools/build/version.py',
(...skipping 715 matching lines...) Expand 10 before | Expand all | Expand 10 after
726 'ready_mode/internal/ready_prompt_content.cc', 726 'ready_mode/internal/ready_prompt_content.cc',
727 'ready_mode/internal/ready_prompt_content.h', 727 'ready_mode/internal/ready_prompt_content.h',
728 'ready_mode/internal/ready_prompt_window.cc', 728 'ready_mode/internal/ready_prompt_window.cc',
729 'ready_mode/internal/ready_prompt_window.h', 729 'ready_mode/internal/ready_prompt_window.h',
730 'ready_mode/internal/registry_ready_mode_state.cc', 730 'ready_mode/internal/registry_ready_mode_state.cc',
731 'ready_mode/internal/registry_ready_mode_state.h', 731 'ready_mode/internal/registry_ready_mode_state.h',
732 'ready_mode/internal/url_launcher.h', 732 'ready_mode/internal/url_launcher.h',
733 'ready_mode/ready_mode.cc', 733 'ready_mode/ready_mode.cc',
734 'ready_mode/ready_mode.h', 734 'ready_mode/ready_mode.h',
735 'register_bho.rgs', 735 'register_bho.rgs',
736 'registry_list_preferences_holder.cc',
737 'registry_list_preferences_holder.h',
736 'stream_impl.cc', 738 'stream_impl.cc',
737 'stream_impl.h', 739 'stream_impl.h',
738 'urlmon_bind_status_callback.h', 740 'urlmon_bind_status_callback.h',
739 'urlmon_bind_status_callback.cc', 741 'urlmon_bind_status_callback.cc',
740 'urlmon_moniker.h', 742 'urlmon_moniker.h',
741 'urlmon_moniker.cc', 743 'urlmon_moniker.cc',
742 'urlmon_url_request.cc', 744 'urlmon_url_request.cc',
743 'urlmon_url_request.h', 745 'urlmon_url_request.h',
744 'urlmon_url_request_private.h', 746 'urlmon_url_request_private.h',
745 'urlmon_upload_data_stream.cc', 747 'urlmon_upload_data_stream.cc',
(...skipping 305 matching lines...) Expand 10 before | Expand all | Expand 10 after
1051 # Use outputs of this action as inputs for the main target build. 1053 # Use outputs of this action as inputs for the main target build.
1052 # Seems as a misnomer but makes this happy on Linux (scons). 1054 # Seems as a misnomer but makes this happy on Linux (scons).
1053 'process_outputs_as_sources': 1, 1055 'process_outputs_as_sources': 1,
1054 }, 1056 },
1055 ], 1057 ],
1056 }, 1058 },
1057 ], 1059 ],
1058 }, ], # 'coverage!=0' 1060 }, ], # 'coverage!=0'
1059 ], # 'conditions' 1061 ], # 'conditions'
1060 } 1062 }
OLDNEW
« no previous file with comments | « no previous file | chrome_frame/html_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698