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

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

Issue 206021: Remove common.gypi includes from expat and libjingle. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | third_party/libjingle/libjingle.gyp » ('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) 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 'target_defaults': { 6 'target_defaults': {
10 'defines': [ 7 'defines': [
11 '_LIB', 8 '_LIB',
12 'COMPILED_FROM_DSP', 9 'COMPILED_FROM_DSP',
13 'XML_STATIC', # Compile for static linkage. 10 'XML_STATIC', # Compile for static linkage.
14 ], 11 ],
15 'include_dirs': [ 12 'include_dirs': [
16 'files/lib', 13 'files/lib',
17 ], 14 ],
18 'dependencies': [ 15 'dependencies': [
(...skipping 18 matching lines...) Expand all
37 'include_dirs': [ 34 'include_dirs': [
38 'files/lib' 35 'files/lib'
39 ], 36 ],
40 'defines': [ 37 'defines': [
41 'XML_STATIC', # Tell dependants to expect static linkage. 38 'XML_STATIC', # Tell dependants to expect static linkage.
42 ], 39 ],
43 } 40 }
44 }, 41 },
45 ], 42 ],
46 } 43 }
OLDNEW
« no previous file with comments | « no previous file | third_party/libjingle/libjingle.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698