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

Side by Side Diff: jingle/jingle.gyp

Issue 7055003: Last gyp patch for cross-platform Unix support (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 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
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 }, # variables 8 }, # variables
9 'targets': [ 9 'targets': [
10 # A library of various utils for integration with libjingle. 10 # A library of various utils for integration with libjingle.
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 'dependencies': [ 103 'dependencies': [
104 '../base/base.gyp:base', 104 '../base/base.gyp:base',
105 '../net/net.gyp:net', 105 '../net/net.gyp:net',
106 '../third_party/expat/expat.gyp:expat', 106 '../third_party/expat/expat.gyp:expat',
107 '../third_party/libjingle/libjingle.gyp:libjingle', 107 '../third_party/libjingle/libjingle.gyp:libjingle',
108 ], 108 ],
109 'export_dependent_settings': [ 109 'export_dependent_settings': [
110 '../third_party/libjingle/libjingle.gyp:libjingle', 110 '../third_party/libjingle/libjingle.gyp:libjingle',
111 ], 111 ],
112 'conditions': [ 112 'conditions': [
113 ['OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"', { 113 ['toolkit_uses_gtk == 1', {
114 'dependencies': [ 114 'dependencies': [
115 '../build/linux/system.gyp:gtk' 115 '../build/linux/system.gyp:gtk'
116 ], 116 ],
117 }], 117 }],
118 ], 118 ],
119 }, 119 },
120 { 120 {
121 'target_name': 'notifier_test_util', 121 'target_name': 'notifier_test_util',
122 'type': 'static_library', 122 'type': 'static_library',
123 'sources': [ 123 'sources': [
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
186 ], 186 ],
187 }, 187 },
188 ], 188 ],
189 } 189 }
190 190
191 # Local Variables: 191 # Local Variables:
192 # tab-width:2 192 # tab-width:2
193 # indent-tabs-mode:nil 193 # indent-tabs-mode:nil
194 # End: 194 # End:
195 # vim: set expandtab tabstop=2 shiftwidth=2: 195 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « ipc/ipc.gyp ('k') | media/media.gyp » ('j') | printing/printing.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698