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 2464 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2475 }, # end of target 'remoting_resources' | 2475 }, # end of target 'remoting_resources' |
2476 | 2476 |
2477 { | 2477 { |
2478 'target_name': 'remoting_base', | 2478 'target_name': 'remoting_base', |
2479 'type': 'static_library', | 2479 'type': 'static_library', |
2480 'variables': { 'enable_wexit_time_destructors': 1, }, | 2480 'variables': { 'enable_wexit_time_destructors': 1, }, |
2481 'dependencies': [ | 2481 'dependencies': [ |
2482 '../base/base.gyp:base', | 2482 '../base/base.gyp:base', |
2483 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | 2483 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', |
2484 '../ui/gfx/gfx.gyp:gfx', | 2484 '../ui/gfx/gfx.gyp:gfx', |
| 2485 '../ui/gfx/gfx.gyp:gfx_geometry', |
2485 '../ui/ui.gyp:ui', | 2486 '../ui/ui.gyp:ui', |
2486 '../net/net.gyp:net', | 2487 '../net/net.gyp:net', |
2487 '../third_party/libvpx/libvpx.gyp:libvpx', | 2488 '../third_party/libvpx/libvpx.gyp:libvpx', |
2488 '../third_party/libyuv/libyuv.gyp:libyuv', | 2489 '../third_party/libyuv/libyuv.gyp:libyuv', |
2489 '../third_party/opus/opus.gyp:opus', | 2490 '../third_party/opus/opus.gyp:opus', |
2490 '../third_party/protobuf/protobuf.gyp:protobuf_lite', | 2491 '../third_party/protobuf/protobuf.gyp:protobuf_lite', |
2491 '../media/media.gyp:media', | 2492 '../media/media.gyp:media', |
2492 '../media/media.gyp:shared_memory_support', | 2493 '../media/media.gyp:shared_memory_support', |
2493 'remoting_jingle_glue', | 2494 'remoting_jingle_glue', |
2494 'remoting_resources', | 2495 'remoting_resources', |
(...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2778 'dependencies': [ | 2779 'dependencies': [ |
2779 '../base/base.gyp:base', | 2780 '../base/base.gyp:base', |
2780 '../base/base.gyp:base_i18n', | 2781 '../base/base.gyp:base_i18n', |
2781 '../base/base.gyp:test_support_base', | 2782 '../base/base.gyp:test_support_base', |
2782 '../ipc/ipc.gyp:ipc', | 2783 '../ipc/ipc.gyp:ipc', |
2783 '../net/net.gyp:net_test_support', | 2784 '../net/net.gyp:net_test_support', |
2784 '../ppapi/ppapi.gyp:ppapi_cpp', | 2785 '../ppapi/ppapi.gyp:ppapi_cpp', |
2785 '../testing/gmock.gyp:gmock', | 2786 '../testing/gmock.gyp:gmock', |
2786 '../testing/gtest.gyp:gtest', | 2787 '../testing/gtest.gyp:gtest', |
2787 '../ui/gfx/gfx.gyp:gfx', | 2788 '../ui/gfx/gfx.gyp:gfx', |
| 2789 '../ui/gfx/gfx.gyp:gfx_geometry', |
2788 '../ui/ui.gyp:ui', | 2790 '../ui/ui.gyp:ui', |
2789 'remoting_base', | 2791 'remoting_base', |
2790 'remoting_breakpad', | 2792 'remoting_breakpad', |
2791 'remoting_client', | 2793 'remoting_client', |
2792 'remoting_client_plugin', | 2794 'remoting_client_plugin', |
2793 'remoting_host', | 2795 'remoting_host', |
2794 'remoting_host_event_logger', | 2796 'remoting_host_event_logger', |
2795 'remoting_host_setup_base', | 2797 'remoting_host_setup_base', |
2796 'remoting_it2me_host_static', | 2798 'remoting_it2me_host_static', |
2797 'remoting_jingle_glue', | 2799 'remoting_jingle_glue', |
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3011 '../base/allocator/allocator.gyp:allocator', | 3013 '../base/allocator/allocator.gyp:allocator', |
3012 ], | 3014 ], |
3013 }, | 3015 }, |
3014 ], | 3016 ], |
3015 ], | 3017 ], |
3016 }], # end of 'toolkit_uses_gtk == 1' | 3018 }], # end of 'toolkit_uses_gtk == 1' |
3017 ], # end of 'conditions' | 3019 ], # end of 'conditions' |
3018 }, # end of target 'remoting_unittests' | 3020 }, # end of target 'remoting_unittests' |
3019 ], # end of targets | 3021 ], # end of targets |
3020 } | 3022 } |
OLD | NEW |