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

Side by Side Diff: jingle/jingle.gyp

Issue 11412211: [sync] Componentize sync: Part Final: Target 'sync' is now its own component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase + Merge + Undo copyright changes Created 7 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
« no previous file with comments | « chrome_frame/chrome_frame.gyp ('k') | sync/base/sync_export.h » ('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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'conditions': [ 9 'conditions': [
10 ['enable_webrtc==1 or OS!="android"', { 10 ['enable_webrtc==1 or OS!="android"', {
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 ], 104 ],
105 'defines' : [ 105 'defines' : [
106 '_CRT_SECURE_NO_WARNINGS', 106 '_CRT_SECURE_NO_WARNINGS',
107 ], 107 ],
108 'dependencies': [ 108 'dependencies': [
109 '../base/base.gyp:base', 109 '../base/base.gyp:base',
110 '../build/temp_gyp/googleurl.gyp:googleurl', 110 '../build/temp_gyp/googleurl.gyp:googleurl',
111 '../net/net.gyp:net', 111 '../net/net.gyp:net',
112 '../third_party/expat/expat.gyp:expat', 112 '../third_party/expat/expat.gyp:expat',
113 '../third_party/libjingle/libjingle.gyp:libjingle', 113 '../third_party/libjingle/libjingle.gyp:libjingle',
114 'jingle_glue',
114 ], 115 ],
115 'export_dependent_settings': [ 116 'export_dependent_settings': [
116 '../third_party/libjingle/libjingle.gyp:libjingle', 117 '../third_party/libjingle/libjingle.gyp:libjingle',
117 ], 118 ],
118 'conditions': [ 119 'conditions': [
119 ['toolkit_uses_gtk == 1', { 120 ['toolkit_uses_gtk == 1', {
120 'dependencies': [ 121 'dependencies': [
121 '../build/linux/system.gyp:gtk' 122 '../build/linux/system.gyp:gtk'
122 ], 123 ],
123 }], 124 }],
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
241 ], 242 ],
242 }, 243 },
243 { 244 {
244 'target_name': 'notifier_test_util', 245 'target_name': 'notifier_test_util',
245 'type': 'none', 246 'type': 'none',
246 }, 247 },
247 ], 248 ],
248 }], 249 }],
249 ], 250 ],
250 } 251 }
OLDNEW
« no previous file with comments | « chrome_frame/chrome_frame.gyp ('k') | sync/base/sync_export.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698