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

Side by Side Diff: chrome_frame/chrome_frame.gyp

Issue 6458004: Remove includes of message headers in headers. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 10 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/chrome_active_document.cc ('k') | chrome_frame/chrome_frame_activex.cc » ('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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 903 matching lines...) Expand 10 before | Expand all | Expand 10 after
914 'sources': [ 914 'sources': [
915 'cfproxy.h', 915 'cfproxy.h',
916 'cfproxy_private.h', 916 'cfproxy_private.h',
917 'cfproxy_factory.cc', 917 'cfproxy_factory.cc',
918 'cfproxy_proxy.cc', 918 'cfproxy_proxy.cc',
919 'cfproxy_support.cc', 919 'cfproxy_support.cc',
920 'chrome_frame_automation.h', 920 'chrome_frame_automation.h',
921 'chrome_frame_automation.cc', 921 'chrome_frame_automation.cc',
922 'chrome_frame_delegate.h', 922 'chrome_frame_delegate.h',
923 'chrome_frame_delegate.cc', 923 'chrome_frame_delegate.cc',
924 'chrome_frame_plugin.cc',
924 'chrome_frame_plugin.h', 925 'chrome_frame_plugin.h',
925 'chrome_launcher_utils.cc', 926 'chrome_launcher_utils.cc',
926 'chrome_launcher_utils.h', 927 'chrome_launcher_utils.h',
927 'custom_sync_call_context.h', 928 'custom_sync_call_context.h',
928 'external_tab.h', 929 'external_tab.h',
929 'external_tab.cc', 930 'external_tab.cc',
930 'navigation_constraints.h', 931 'navigation_constraints.h',
931 'navigation_constraints.cc', 932 'navigation_constraints.cc',
932 'plugin_url_request.h', 933 'plugin_url_request.h',
933 'plugin_url_request.cc', 934 'plugin_url_request.cc',
(...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
1162 ], # 'conditions' 1163 ], # 'conditions'
1163 } 1164 }
1164 1165
1165 # vim: shiftwidth=2:et:ai:tabstop=2 1166 # vim: shiftwidth=2:et:ai:tabstop=2
1166 1167
1167 # Local Variables: 1168 # Local Variables:
1168 # tab-width:2 1169 # tab-width:2
1169 # indent-tabs-mode:nil 1170 # indent-tabs-mode:nil
1170 # End: 1171 # End:
1171 # vim: set expandtab tabstop=2 shiftwidth=2: 1172 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome_frame/chrome_active_document.cc ('k') | chrome_frame/chrome_frame_activex.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698