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

Side by Side Diff: sdch/sdch.gyp

Issue 565043: OpenBSD/FreeBSD GYP changes (most of the remaining ones) (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 10 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
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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 'include_dirs': [ 48 'include_dirs': [
49 'open-vcdiff/src', 49 'open-vcdiff/src',
50 ], 50 ],
51 'direct_dependent_settings': { 51 'direct_dependent_settings': {
52 'include_dirs': [ 52 'include_dirs': [
53 'open-vcdiff/src', 53 'open-vcdiff/src',
54 ], 54 ],
55 }, 55 },
56 'conditions': [ 56 'conditions': [
57 [ 'OS == "linux"', { 'include_dirs': [ 'linux' ] } ], 57 [ 'OS == "linux"', { 'include_dirs': [ 'linux' ] } ],
58 [ 'OS == "freebsd" or OS == "openbsd"', { 'include_dirs': [ 'bsd' ] } ],
58 [ 'OS == "mac"', { 'include_dirs': [ 'mac' ] } ], 59 [ 'OS == "mac"', { 'include_dirs': [ 'mac' ] } ],
59 [ 'OS == "win"', { 'include_dirs': [ 'open-vcdiff/vsprojects' ] } ], 60 [ 'OS == "win"', { 'include_dirs': [ 'open-vcdiff/vsprojects' ] } ],
60 ], 61 ],
61 }, 62 },
62 ], 63 ],
63 } 64 }
64 65
65 # Local Variables: 66 # Local Variables:
66 # tab-width:2 67 # tab-width:2
67 # indent-tabs-mode:nil 68 # indent-tabs-mode:nil
68 # End: 69 # End:
69 # vim: set expandtab tabstop=2 shiftwidth=2: 70 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« chrome/chrome.gyp ('K') | « sdch/bsd/config.h ('k') | skia/skia.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698