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

Side by Side Diff: gyp/cityhash.gyp

Issue 15060008: Re-land r9059 with empty cityhash.gyp, instead of deleted cityhash.gyp (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: 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 | « gm/gm_expectations.cpp ('k') | gyp/utils.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 # Do-nothing gypfile, to keep the buildbots green.
2 # See https://code.google.com/p/skia/issues/detail?id=1286
3 # ('removing cityhash.gyp broke SOME but not ALL buildbots')
1 { 4 {
2 'variables': {
3 'skia_warnings_as_errors': 0,
4 },
5 'targets': [
6 {
7 'target_name': 'cityhash',
8 'type': 'static_library',
9 'standalone_static_library': 1,
10 'include_dirs': [
11 '../include/config',
12 '../include/core',
13 '../src/utils/cityhash',
14 '../third_party/externals/cityhash/src',
15 ],
16 'sources': [
17 '../third_party/externals/cityhash/src/city.cc',
18 ],
19 'direct_dependent_settings': {
20 'include_dirs': [
21 '../third_party/externals/cityhash/src',
22 ],
23 },
24 'conditions': [
25 [ 'skia_os == "android"', {
26 'cflags!': [
27 '-Wall',
28 ],
29 }],
30 ],
31 },
32 ],
33 } 5 }
OLDNEW
« no previous file with comments | « gm/gm_expectations.cpp ('k') | gyp/utils.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698