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

Side by Side Diff: third_party/bzip2/bzip2.gyp

Issue 206006: Force inclusion of build/common.gypi for all chromium gyp files. (Closed)
Patch Set: 2nd round of feedback Created 11 years, 3 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
OLDNEW
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 'includes': [
7 '../../build/common.gypi',
8 ],
9 'variables': { 6 'variables': {
10 'use_system_bzip2%': 0, 7 'use_system_bzip2%': 0,
11 }, 8 },
12 'conditions': [ 9 'conditions': [
13 ['use_system_bzip2==0', { 10 ['use_system_bzip2==0', {
14 'targets': [ 11 'targets': [
15 { 12 {
16 'target_name': 'bzip2', 13 'target_name': 'bzip2',
17 'type': '<(library)', 14 'type': '<(library)',
18 'defines': ['BZ_NO_STDIO'], 15 'defines': ['BZ_NO_STDIO'],
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 'link_settings': { 55 'link_settings': {
59 'libraries': [ 56 'libraries': [
60 '-lbz2', 57 '-lbz2',
61 ], 58 ],
62 }, 59 },
63 }, 60 },
64 ] 61 ]
65 }], 62 }],
66 ], 63 ],
67 } 64 }
OLDNEW
« o3d/DEPS_gyp ('K') | « third_party/bspatch/bspatch.gyp ('k') | third_party/cld/cld.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698