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

Side by Side Diff: remoting/remoting.gyp

Issue 12465002: Refactor libjingle.gyp: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove sync.gyp Created 7 years, 9 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) 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 # TODO(dmaclach): can we pick this up some other way? Right now it's 7 # TODO(dmaclach): can we pick this up some other way? Right now it's
8 # duplicated from chrome.gyp 8 # duplicated from chrome.gyp
9 'chromium_code': 1, 9 'chromium_code': 1,
10 10
(...skipping 2262 matching lines...) Expand 10 before | Expand all | Expand 10 after
2273 2273
2274 { 2274 {
2275 'target_name': 'remoting_jingle_glue', 2275 'target_name': 'remoting_jingle_glue',
2276 'type': 'static_library', 2276 'type': 'static_library',
2277 'variables': { 'enable_wexit_time_destructors': 1, }, 2277 'variables': { 'enable_wexit_time_destructors': 1, },
2278 'dependencies': [ 2278 'dependencies': [
2279 '../base/base.gyp:base', 2279 '../base/base.gyp:base',
2280 '../jingle/jingle.gyp:jingle_glue', 2280 '../jingle/jingle.gyp:jingle_glue',
2281 '../jingle/jingle.gyp:notifier', 2281 '../jingle/jingle.gyp:notifier',
2282 '../third_party/libjingle/libjingle.gyp:libjingle', 2282 '../third_party/libjingle/libjingle.gyp:libjingle',
2283 '../third_party/libjingle/libjingle.gyp:libjingle_p2p',
2284 ], 2283 ],
2285 'export_dependent_settings': [ 2284 'export_dependent_settings': [
2286 '../third_party/libjingle/libjingle.gyp:libjingle', 2285 '../third_party/libjingle/libjingle.gyp:libjingle',
2287 '../third_party/libjingle/libjingle.gyp:libjingle_p2p',
2288 ], 2286 ],
2289 'sources': [ 2287 'sources': [
2290 'jingle_glue/chromium_socket_factory.cc', 2288 'jingle_glue/chromium_socket_factory.cc',
2291 'jingle_glue/chromium_socket_factory.h', 2289 'jingle_glue/chromium_socket_factory.h',
2292 'jingle_glue/iq_sender.cc', 2290 'jingle_glue/iq_sender.cc',
2293 'jingle_glue/iq_sender.h', 2291 'jingle_glue/iq_sender.h',
2294 'jingle_glue/javascript_signal_strategy.cc', 2292 'jingle_glue/javascript_signal_strategy.cc',
2295 'jingle_glue/javascript_signal_strategy.h', 2293 'jingle_glue/javascript_signal_strategy.h',
2296 'jingle_glue/jingle_info_request.cc', 2294 'jingle_glue/jingle_info_request.cc',
2297 'jingle_glue/jingle_info_request.h', 2295 'jingle_glue/jingle_info_request.h',
(...skipping 319 matching lines...) Expand 10 before | Expand all | Expand 10 after
2617 '../base/allocator/allocator.gyp:allocator', 2615 '../base/allocator/allocator.gyp:allocator',
2618 ], 2616 ],
2619 }, 2617 },
2620 ], 2618 ],
2621 ], 2619 ],
2622 }], # end of 'toolkit_uses_gtk == 1' 2620 }], # end of 'toolkit_uses_gtk == 1'
2623 ], # end of 'conditions' 2621 ], # end of 'conditions'
2624 }, # end of target 'remoting_unittests' 2622 }, # end of target 'remoting_unittests'
2625 ], # end of targets 2623 ], # end of targets
2626 } 2624 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698