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

Side by Side Diff: chrome/chrome_browser_ui.gypi

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/chrome_browser_extensions.gypi ('k') | chrome/chrome_common.gypi » ('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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser_ui', 8 'target_name': 'browser_ui',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 21 matching lines...) Expand all
32 'variations_seed_proto', 32 'variations_seed_proto',
33 '../build/temp_gyp/googleurl.gyp:googleurl', 33 '../build/temp_gyp/googleurl.gyp:googleurl',
34 '../components/components.gyp:autofill_risk_proto', 34 '../components/components.gyp:autofill_risk_proto',
35 '../components/components.gyp:auto_login_parser', 35 '../components/components.gyp:auto_login_parser',
36 '../content/content.gyp:content_browser', 36 '../content/content.gyp:content_browser',
37 '../content/content.gyp:content_common', 37 '../content/content.gyp:content_common',
38 '../crypto/crypto.gyp:crypto', 38 '../crypto/crypto.gyp:crypto',
39 '../media/media.gyp:media', 39 '../media/media.gyp:media',
40 '../skia/skia.gyp:skia', 40 '../skia/skia.gyp:skia',
41 '../sync/sync.gyp:sync', 41 '../sync/sync.gyp:sync',
42 '../third_party/bzip2/bzip2.gyp:bzip2',
43 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n', 42 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n',
44 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_proto_cpp', 43 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_proto_cpp',
45 '../third_party/icu/icu.gyp:icui18n', 44 '../third_party/icu/icu.gyp:icui18n',
46 '../third_party/icu/icu.gyp:icuuc', 45 '../third_party/icu/icu.gyp:icuuc',
47 '../third_party/libusb/libusb.gyp:libusb', 46 '../third_party/libusb/libusb.gyp:libusb',
48 '../third_party/libxml/libxml.gyp:libxml', 47 '../third_party/libxml/libxml.gyp:libxml',
49 '../third_party/zlib/zlib.gyp:zlib', 48 '../third_party/zlib/zlib.gyp:zlib',
50 '../ui/base/strings/ui_strings.gyp:ui_strings', 49 '../ui/base/strings/ui_strings.gyp:ui_strings',
51 '../ui/native_theme/native_theme.gyp:native_theme', 50 '../ui/native_theme/native_theme.gyp:native_theme',
52 '../ui/snapshot/snapshot.gyp:snapshot', 51 '../ui/snapshot/snapshot.gyp:snapshot',
(...skipping 2876 matching lines...) Expand 10 before | Expand all | Expand 10 after
2929 }], 2928 }],
2930 ['enable_message_center==1', { 2929 ['enable_message_center==1', {
2931 'dependencies': [ 2930 'dependencies': [
2932 '../ui/message_center/message_center.gyp:message_center', 2931 '../ui/message_center/message_center.gyp:message_center',
2933 ], 2932 ],
2934 }], 2933 }],
2935 ], 2934 ],
2936 }, 2935 },
2937 ], 2936 ],
2938 } 2937 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_extensions.gypi ('k') | chrome/chrome_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698