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

Side by Side Diff: third_party/double-conversion/src/double-conversion.gypi

Issue 9701054: - Proper inclusion of gypi files, so that they do not override (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/runtime/
Patch Set: Created 8 years, 9 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/jscre/jscre.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 2010 Google Inc. All Rights Reserved. 1 # Copyright 2010 Google Inc. All Rights Reserved.
2 2
3 { 3 {
4 # Needed for compilation with g++ 4.5.
5 'conditions': [
6 [ 'OS=="linux"', { 'variables' : {
7 'common_gcc_warning_flags': [ '-Wno-conversion-null', ], }, } ],
8 [ 'OS=="mac"', { 'variables' : {
9 'common_gcc_warning_flags': [ '-w', ], }, } ],
10 ],
11 'includes': [
12 '../../../../tools/gyp/xcode.gypi',
13 '../../../../tools/gyp/configurations.gypi',
14 '../../../../tools/gyp/source_filter.gypi',
15 ],
16 'targets': [ 4 'targets': [
17 { 5 {
18 'target_name': 'libdouble_conversion', 6 'target_name': 'libdouble_conversion',
19 'type': 'static_library', 7 'type': 'static_library',
20 'dependencies': [ 8 'dependencies': [
21 ], 9 ],
22 'include_dirs': [ 10 'include_dirs': [
23 '.', 11 '.',
24 ], 12 ],
25 'sources': [ 13 'sources': [
(...skipping 12 matching lines...) Expand all
38 'fast-dtoa.h', 26 'fast-dtoa.h',
39 'fixed-dtoa.cc', 27 'fixed-dtoa.cc',
40 'fixed-dtoa.h', 28 'fixed-dtoa.h',
41 'strtod.cc', 29 'strtod.cc',
42 'strtod.h', 30 'strtod.h',
43 'utils.h', 31 'utils.h',
44 ], 32 ],
45 }, 33 },
46 ], 34 ],
47 } 35 }
OLDNEW
« no previous file with comments | « no previous file | third_party/jscre/jscre.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698