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

Side by Side Diff: chrome_frame/chrome_frame.gyp

Issue 14863012: Remove bzip2 code since it is no longer being used. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: add another missing file Created 7 years, 7 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/common/bzip2_unittest.cc ('k') | third_party/bzip2/LICENSE » ('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 672 matching lines...) Expand 10 before | Expand all | Expand 10 after
683 'chrome_frame_utils', 683 'chrome_frame_utils',
684 'chrome_tab_idl', 684 'chrome_tab_idl',
685 'locales/locales.gyp:*', 685 'locales/locales.gyp:*',
686 '../build/temp_gyp/googleurl.gyp:googleurl', 686 '../build/temp_gyp/googleurl.gyp:googleurl',
687 '../chrome/app/policy/cloud_policy_codegen.gyp:policy', 687 '../chrome/app/policy/cloud_policy_codegen.gyp:policy',
688 '../chrome/chrome.gyp:common', 688 '../chrome/chrome.gyp:common',
689 '../chrome/chrome.gyp:utility', 689 '../chrome/chrome.gyp:utility',
690 '../content/content.gyp:content_common', 690 '../content/content.gyp:content_common',
691 '../net/net.gyp:net', 691 '../net/net.gyp:net',
692 '../third_party/libxml/libxml.gyp:libxml', 692 '../third_party/libxml/libxml.gyp:libxml',
693 '../third_party/bzip2/bzip2.gyp:bzip2',
694 '../webkit/support/webkit_support.gyp:user_agent', 693 '../webkit/support/webkit_support.gyp:user_agent',
695 ], 694 ],
696 'sources': [ 695 'sources': [
697 'bho.cc', 696 'bho.cc',
698 'bho.h', 697 'bho.h',
699 'bho.rgs', 698 'bho.rgs',
700 'bind_context_info.cc', 699 'bind_context_info.cc',
701 'bind_context_info.h', 700 'bind_context_info.h',
702 'bind_status_callback_impl.cc', 701 'bind_status_callback_impl.cc',
703 'bind_status_callback_impl.h', 702 'bind_status_callback_impl.h',
(...skipping 380 matching lines...) Expand 10 before | Expand all | Expand 10 after
1084 # Use outputs of this action as inputs for the main target build. 1083 # Use outputs of this action as inputs for the main target build.
1085 # Seems as a misnomer but makes this happy on Linux (scons). 1084 # Seems as a misnomer but makes this happy on Linux (scons).
1086 'process_outputs_as_sources': 1, 1085 'process_outputs_as_sources': 1,
1087 }, 1086 },
1088 ], 1087 ],
1089 }, 1088 },
1090 ], 1089 ],
1091 }, ], # 'coverage!=0' 1090 }, ], # 'coverage!=0'
1092 ], # 'conditions' 1091 ], # 'conditions'
1093 } 1092 }
OLDNEW
« no previous file with comments | « chrome/common/bzip2_unittest.cc ('k') | third_party/bzip2/LICENSE » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698