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

Side by Side Diff: remoting/remoting.gyp

Issue 12465002: Refactor libjingle.gyp: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments 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 2271 matching lines...) Expand 10 before | Expand all | Expand 10 after
2282 2282
2283 { 2283 {
2284 'target_name': 'remoting_jingle_glue', 2284 'target_name': 'remoting_jingle_glue',
2285 'type': 'static_library', 2285 'type': 'static_library',
2286 'variables': { 'enable_wexit_time_destructors': 1, }, 2286 'variables': { 'enable_wexit_time_destructors': 1, },
2287 'dependencies': [ 2287 'dependencies': [
2288 '../base/base.gyp:base', 2288 '../base/base.gyp:base',
2289 '../jingle/jingle.gyp:jingle_glue', 2289 '../jingle/jingle.gyp:jingle_glue',
2290 '../jingle/jingle.gyp:notifier', 2290 '../jingle/jingle.gyp:notifier',
2291 '../third_party/libjingle/libjingle.gyp:libjingle', 2291 '../third_party/libjingle/libjingle.gyp:libjingle',
2292 '../third_party/libjingle/libjingle.gyp:libjingle_p2p',
2293 ], 2292 ],
2294 'export_dependent_settings': [ 2293 'export_dependent_settings': [
2295 '../third_party/libjingle/libjingle.gyp:libjingle', 2294 '../third_party/libjingle/libjingle.gyp:libjingle',
2296 '../third_party/libjingle/libjingle.gyp:libjingle_p2p',
2297 ], 2295 ],
2298 'sources': [ 2296 'sources': [
2299 'jingle_glue/chromium_socket_factory.cc', 2297 'jingle_glue/chromium_socket_factory.cc',
2300 'jingle_glue/chromium_socket_factory.h', 2298 'jingle_glue/chromium_socket_factory.h',
2301 'jingle_glue/iq_sender.cc', 2299 'jingle_glue/iq_sender.cc',
2302 'jingle_glue/iq_sender.h', 2300 'jingle_glue/iq_sender.h',
2303 'jingle_glue/javascript_signal_strategy.cc', 2301 'jingle_glue/javascript_signal_strategy.cc',
2304 'jingle_glue/javascript_signal_strategy.h', 2302 'jingle_glue/javascript_signal_strategy.h',
2305 'jingle_glue/jingle_info_request.cc', 2303 'jingle_glue/jingle_info_request.cc',
2306 'jingle_glue/jingle_info_request.h', 2304 'jingle_glue/jingle_info_request.h',
(...skipping 320 matching lines...) Expand 10 before | Expand all | Expand 10 after
2627 '../base/allocator/allocator.gyp:allocator', 2625 '../base/allocator/allocator.gyp:allocator',
2628 ], 2626 ],
2629 }, 2627 },
2630 ], 2628 ],
2631 ], 2629 ],
2632 }], # end of 'toolkit_uses_gtk == 1' 2630 }], # end of 'toolkit_uses_gtk == 1'
2633 ], # end of 'conditions' 2631 ], # end of 'conditions'
2634 }, # end of target 'remoting_unittests' 2632 }, # end of target 'remoting_unittests'
2635 ], # end of targets 2633 ], # end of targets
2636 } 2634 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698