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

Side by Side Diff: chrome/chrome_browser_chromeos.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.gypi ('k') | chrome/chrome_browser_extensions.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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'browser_chromeos', 9 'target_name': 'browser_chromeos',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 '../crypto/crypto.gyp:crypto', 54 '../crypto/crypto.gyp:crypto',
55 '../dbus/dbus.gyp:dbus', 55 '../dbus/dbus.gyp:dbus',
56 '../device/device.gyp:device_bluetooth', 56 '../device/device.gyp:device_bluetooth',
57 '../media/media.gyp:media', 57 '../media/media.gyp:media',
58 '../net/net.gyp:net', 58 '../net/net.gyp:net',
59 '../ppapi/ppapi_internal.gyp:ppapi_ipc', # For PpapiMsg_LoadPlugin 59 '../ppapi/ppapi_internal.gyp:ppapi_ipc', # For PpapiMsg_LoadPlugin
60 '../printing/printing.gyp:printing', 60 '../printing/printing.gyp:printing',
61 '../skia/skia.gyp:skia', 61 '../skia/skia.gyp:skia',
62 '../sync/sync.gyp:sync', 62 '../sync/sync.gyp:sync',
63 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', 63 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h',
64 '../third_party/bzip2/bzip2.gyp:bzip2',
65 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n', 64 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n',
66 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_proto_cpp', 65 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_proto_cpp',
67 '../third_party/cld/cld.gyp:cld', 66 '../third_party/cld/cld.gyp:cld',
68 '../third_party/expat/expat.gyp:expat', 67 '../third_party/expat/expat.gyp:expat',
69 '../third_party/hunspell/hunspell.gyp:hunspell', 68 '../third_party/hunspell/hunspell.gyp:hunspell',
70 '../third_party/icu/icu.gyp:icui18n', 69 '../third_party/icu/icu.gyp:icui18n',
71 '../third_party/icu/icu.gyp:icuuc', 70 '../third_party/icu/icu.gyp:icuuc',
72 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 71 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
73 '../third_party/libevent/libevent.gyp:libevent', 72 '../third_party/libevent/libevent.gyp:libevent',
74 '../third_party/libjingle/libjingle.gyp:libjingle', 73 '../third_party/libjingle/libjingle.gyp:libjingle',
(...skipping 843 matching lines...) Expand 10 before | Expand all | Expand 10 after
918 'browser/chromeos/attestation/attestation_key_payload.proto', 917 'browser/chromeos/attestation/attestation_key_payload.proto',
919 ], 918 ],
920 'variables': { 919 'variables': {
921 'proto_in_dir': 'browser/chromeos/attestation', 920 'proto_in_dir': 'browser/chromeos/attestation',
922 'proto_out_dir': 'chrome/browser/chromeos/attestation', 921 'proto_out_dir': 'chrome/browser/chromeos/attestation',
923 }, 922 },
924 'includes': [ '../build/protoc.gypi' ] 923 'includes': [ '../build/protoc.gypi' ]
925 }, 924 },
926 ], 925 ],
927 } 926 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_browser_extensions.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698