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

Side by Side Diff: jingle/jingle.gyp

Issue 11818046: Make all jingle targets build on Win64 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 11 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 | « no previous file | third_party/libjingle/libjingle.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 # 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 != "ios" and OS != "android")', { 10 ['enable_webrtc==1 or (OS != "ios" and OS != "android")', {
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 'notifier/listener/push_notifications_subscribe_task.h', 97 'notifier/listener/push_notifications_subscribe_task.h',
98 'notifier/listener/send_ping_task.cc', 98 'notifier/listener/send_ping_task.cc',
99 'notifier/listener/send_ping_task.h', 99 'notifier/listener/send_ping_task.h',
100 'notifier/listener/xml_element_util.cc', 100 'notifier/listener/xml_element_util.cc',
101 'notifier/listener/xml_element_util.h', 101 'notifier/listener/xml_element_util.h',
102 'notifier/listener/xmpp_push_client.cc', 102 'notifier/listener/xmpp_push_client.cc',
103 'notifier/listener/xmpp_push_client.h', 103 'notifier/listener/xmpp_push_client.h',
104 ], 104 ],
105 'defines' : [ 105 'defines' : [
106 '_CRT_SECURE_NO_WARNINGS', 106 '_CRT_SECURE_NO_WARNINGS',
107 '_USE_32BIT_TIME_T',
108 ], 107 ],
109 'dependencies': [ 108 'dependencies': [
110 '../base/base.gyp:base', 109 '../base/base.gyp:base',
111 '../build/temp_gyp/googleurl.gyp:googleurl', 110 '../build/temp_gyp/googleurl.gyp:googleurl',
112 '../net/net.gyp:net', 111 '../net/net.gyp:net',
113 '../third_party/expat/expat.gyp:expat', 112 '../third_party/expat/expat.gyp:expat',
114 '../third_party/libjingle/libjingle.gyp:libjingle', 113 '../third_party/libjingle/libjingle.gyp:libjingle',
115 ], 114 ],
116 'export_dependent_settings': [ 115 'export_dependent_settings': [
117 '../third_party/libjingle/libjingle.gyp:libjingle', 116 '../third_party/libjingle/libjingle.gyp:libjingle',
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
242 ], 241 ],
243 }, 242 },
244 { 243 {
245 'target_name': 'notifier_test_util', 244 'target_name': 'notifier_test_util',
246 'type': 'none', 245 'type': 'none',
247 }, 246 },
248 ], 247 ],
249 }], 248 }],
250 ], 249 ],
251 } 250 }
OLDNEW
« no previous file with comments | « no previous file | third_party/libjingle/libjingle.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698