OLD | NEW |
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 | 8 |
9 'variables': { | 9 'variables': { |
10 'conditions': [ | 10 'conditions': [ |
(...skipping 2506 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2517 }, # end of target 'remoting_resources' | 2517 }, # end of target 'remoting_resources' |
2518 | 2518 |
2519 { | 2519 { |
2520 'target_name': 'remoting_base', | 2520 'target_name': 'remoting_base', |
2521 'type': 'static_library', | 2521 'type': 'static_library', |
2522 'variables': { 'enable_wexit_time_destructors': 1, }, | 2522 'variables': { 'enable_wexit_time_destructors': 1, }, |
2523 'dependencies': [ | 2523 'dependencies': [ |
2524 '../base/base.gyp:base', | 2524 '../base/base.gyp:base', |
2525 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | 2525 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', |
2526 '../ui/gfx/gfx.gyp:gfx', | 2526 '../ui/gfx/gfx.gyp:gfx', |
| 2527 '../ui/gfx/gfx.gyp:gfx_geometry', |
2527 '../ui/ui.gyp:ui', | 2528 '../ui/ui.gyp:ui', |
2528 '../net/net.gyp:net', | 2529 '../net/net.gyp:net', |
2529 '../skia/skia.gyp:skia', | 2530 '../skia/skia.gyp:skia', |
2530 '../third_party/libvpx/libvpx.gyp:libvpx', | 2531 '../third_party/libvpx/libvpx.gyp:libvpx', |
2531 '../third_party/libyuv/libyuv.gyp:libyuv', | 2532 '../third_party/libyuv/libyuv.gyp:libyuv', |
2532 '../third_party/opus/opus.gyp:opus', | 2533 '../third_party/opus/opus.gyp:opus', |
2533 '../third_party/protobuf/protobuf.gyp:protobuf_lite', | 2534 '../third_party/protobuf/protobuf.gyp:protobuf_lite', |
2534 '../media/media.gyp:media', | 2535 '../media/media.gyp:media', |
2535 '../media/media.gyp:shared_memory_support', | 2536 '../media/media.gyp:shared_memory_support', |
2536 'remoting_jingle_glue', | 2537 'remoting_jingle_glue', |
(...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2824 'dependencies': [ | 2825 'dependencies': [ |
2825 '../base/base.gyp:base', | 2826 '../base/base.gyp:base', |
2826 '../base/base.gyp:base_i18n', | 2827 '../base/base.gyp:base_i18n', |
2827 '../base/base.gyp:test_support_base', | 2828 '../base/base.gyp:test_support_base', |
2828 '../ipc/ipc.gyp:ipc', | 2829 '../ipc/ipc.gyp:ipc', |
2829 '../net/net.gyp:net_test_support', | 2830 '../net/net.gyp:net_test_support', |
2830 '../ppapi/ppapi.gyp:ppapi_cpp', | 2831 '../ppapi/ppapi.gyp:ppapi_cpp', |
2831 '../testing/gmock.gyp:gmock', | 2832 '../testing/gmock.gyp:gmock', |
2832 '../testing/gtest.gyp:gtest', | 2833 '../testing/gtest.gyp:gtest', |
2833 '../ui/gfx/gfx.gyp:gfx', | 2834 '../ui/gfx/gfx.gyp:gfx', |
| 2835 '../ui/gfx/gfx.gyp:gfx_geometry', |
2834 '../ui/ui.gyp:ui', | 2836 '../ui/ui.gyp:ui', |
2835 'remoting_base', | 2837 'remoting_base', |
2836 'remoting_breakpad', | 2838 'remoting_breakpad', |
2837 'remoting_client', | 2839 'remoting_client', |
2838 'remoting_client_plugin', | 2840 'remoting_client_plugin', |
2839 'remoting_host', | 2841 'remoting_host', |
2840 'remoting_host_event_logger', | 2842 'remoting_host_event_logger', |
2841 'remoting_host_setup_base', | 2843 'remoting_host_setup_base', |
2842 'remoting_it2me_host_static', | 2844 'remoting_it2me_host_static', |
2843 'remoting_jingle_glue', | 2845 'remoting_jingle_glue', |
(...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3052 '../base/allocator/allocator.gyp:allocator', | 3054 '../base/allocator/allocator.gyp:allocator', |
3053 ], | 3055 ], |
3054 }, | 3056 }, |
3055 ], | 3057 ], |
3056 ], | 3058 ], |
3057 }], # end of 'toolkit_uses_gtk == 1' | 3059 }], # end of 'toolkit_uses_gtk == 1' |
3058 ], # end of 'conditions' | 3060 ], # end of 'conditions' |
3059 }, # end of target 'remoting_unittests' | 3061 }, # end of target 'remoting_unittests' |
3060 ], # end of targets | 3062 ], # end of targets |
3061 } | 3063 } |
OLD | NEW |