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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10416047: Fix build with system zlib. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 6 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 | no next file » | 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', 9 'target_name': 'browser',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 '../third_party/cld/cld.gyp:cld', 47 '../third_party/cld/cld.gyp:cld',
48 '../third_party/expat/expat.gyp:expat', 48 '../third_party/expat/expat.gyp:expat',
49 '../third_party/hunspell/hunspell.gyp:hunspell', 49 '../third_party/hunspell/hunspell.gyp:hunspell',
50 '../third_party/icu/icu.gyp:icui18n', 50 '../third_party/icu/icu.gyp:icui18n',
51 '../third_party/icu/icu.gyp:icuuc', 51 '../third_party/icu/icu.gyp:icuuc',
52 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 52 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
53 '../third_party/libjingle/libjingle.gyp:libjingle', 53 '../third_party/libjingle/libjingle.gyp:libjingle',
54 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', 54 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber',
55 '../third_party/libxml/libxml.gyp:libxml', 55 '../third_party/libxml/libxml.gyp:libxml',
56 '../third_party/npapi/npapi.gyp:npapi', 56 '../third_party/npapi/npapi.gyp:npapi',
57 '../third_party/zlib/zlib.gyp:zlib',
57 '../ui/base/strings/ui_strings.gyp:ui_strings', 58 '../ui/base/strings/ui_strings.gyp:ui_strings',
58 '../ui/surface/surface.gyp:surface', 59 '../ui/surface/surface.gyp:surface',
59 '../ui/ui.gyp:ui', 60 '../ui/ui.gyp:ui',
60 '../ui/ui.gyp:ui_resources', 61 '../ui/ui.gyp:ui_resources',
61 '../ui/ui.gyp:ui_resources_2x', 62 '../ui/ui.gyp:ui_resources_2x',
62 '../ui/ui.gyp:ui_resources_standard', 63 '../ui/ui.gyp:ui_resources_standard',
63 '../v8/tools/gyp/v8.gyp:v8', 64 '../v8/tools/gyp/v8.gyp:v8',
64 '../webkit/support/webkit_support.gyp:appcache', 65 '../webkit/support/webkit_support.gyp:appcache',
65 '../webkit/support/webkit_support.gyp:blob', 66 '../webkit/support/webkit_support.gyp:blob',
66 '../webkit/support/webkit_support.gyp:database', 67 '../webkit/support/webkit_support.gyp:database',
(...skipping 5045 matching lines...) Expand 10 before | Expand all | Expand 10 after
5112 'browser/metrics/proto/study.proto', 5113 'browser/metrics/proto/study.proto',
5113 ], 5114 ],
5114 'variables': { 5115 'variables': {
5115 'proto_in_dir': 'browser/metrics/proto', 5116 'proto_in_dir': 'browser/metrics/proto',
5116 'proto_out_dir': 'chrome/browser/metrics/proto', 5117 'proto_out_dir': 'chrome/browser/metrics/proto',
5117 }, 5118 },
5118 'includes': [ '../build/protoc.gypi' ] 5119 'includes': [ '../build/protoc.gypi' ]
5119 }, 5120 },
5120 ], 5121 ],
5121 } 5122 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698