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

Side by Side Diff: courgette/courgette.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 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 'run_all_unittests.cc', 86 'run_all_unittests.cc',
87 'streams_unittest.cc', 87 'streams_unittest.cc',
88 ], 88 ],
89 'dependencies': [ 89 'dependencies': [
90 'courgette_lib', 90 'courgette_lib',
91 '../base/base.gyp:base', 91 '../base/base.gyp:base',
92 '../base/base.gyp:base_i18n', 92 '../base/base.gyp:base_i18n',
93 '../testing/gtest.gyp:gtest', 93 '../testing/gtest.gyp:gtest',
94 ], 94 ],
95 'conditions': [ 95 'conditions': [
96 [ 'OS == "linux" or OS == "freebsd"', { 96 [ 'OS == "linux" or OS == "freebsd" or OS == "openbsd"', {
97 'dependencies': [ 97 'dependencies': [
98 # Workaround for gyp bug 69. 98 # Workaround for gyp bug 69.
99 # Needed to handle the #include chain: 99 # Needed to handle the #include chain:
100 # base/test_suite.h 100 # base/test_suite.h
101 # gtk/gtk.h 101 # gtk/gtk.h
102 '../build/linux/system.gyp:gtk', 102 '../build/linux/system.gyp:gtk',
103 ], 103 ],
104 }], 104 }],
105 ], 105 ],
106 }, 106 },
107 { 107 {
108 'target_name': 'courgette_fuzz', 108 'target_name': 'courgette_fuzz',
109 'type': 'executable', 109 'type': 'executable',
110 'msvs_guid': '57C27529-8CA9-4FC3-9C02-DA05B172F785', 110 'msvs_guid': '57C27529-8CA9-4FC3-9C02-DA05B172F785',
111 'sources': [ 111 'sources': [
112 'encoded_program_fuzz_unittest.cc', 112 'encoded_program_fuzz_unittest.cc',
113 ], 113 ],
114 'dependencies': [ 114 'dependencies': [
115 'courgette_lib', 115 'courgette_lib',
116 '../base/base.gyp:base', 116 '../base/base.gyp:base',
117 '../base/base.gyp:base_i18n', 117 '../base/base.gyp:base_i18n',
118 '../testing/gtest.gyp:gtest', 118 '../testing/gtest.gyp:gtest',
119 ], 119 ],
120 'conditions': [ 120 'conditions': [
121 [ 'OS == "linux" or OS == "freebsd"', { 121 [ 'OS == "linux" or OS == "freebsd" or OS == "openbsd"', {
122 'dependencies': [ 122 'dependencies': [
123 # Workaround for gyp bug 69. 123 # Workaround for gyp bug 69.
124 # Needed to handle the #include chain: 124 # Needed to handle the #include chain:
125 # base/test_suite.h 125 # base/test_suite.h
126 # gtk/gtk.h 126 # gtk/gtk.h
127 '../build/linux/system.gyp:gtk', 127 '../build/linux/system.gyp:gtk',
128 ], 128 ],
129 }], 129 }],
130 ], 130 ],
131 }, 131 },
132 ], 132 ],
133 } 133 }
134 134
135 # Local Variables: 135 # Local Variables:
136 # tab-width:2 136 # tab-width:2
137 # indent-tabs-mode:nil 137 # indent-tabs-mode:nil
138 # End: 138 # End:
139 # vim: set expandtab tabstop=2 shiftwidth=2: 139 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« chrome/chrome.gyp ('K') | « chrome/chrome.gyp ('k') | ipc/ipc.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698