| 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 2415 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2426 'includes': [ '../build/grit_target.gypi' ], | 2426 'includes': [ '../build/grit_target.gypi' ], |
| 2427 }, # end of target 'remoting_resources' | 2427 }, # end of target 'remoting_resources' |
| 2428 | 2428 |
| 2429 { | 2429 { |
| 2430 'target_name': 'remoting_base', | 2430 'target_name': 'remoting_base', |
| 2431 'type': 'static_library', | 2431 'type': 'static_library', |
| 2432 'variables': { 'enable_wexit_time_destructors': 1, }, | 2432 'variables': { 'enable_wexit_time_destructors': 1, }, |
| 2433 'dependencies': [ | 2433 'dependencies': [ |
| 2434 '../base/base.gyp:base', | 2434 '../base/base.gyp:base', |
| 2435 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | 2435 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', |
| 2436 '../ui/events/events.gyp:events', |
| 2436 '../ui/gfx/gfx.gyp:gfx', | 2437 '../ui/gfx/gfx.gyp:gfx', |
| 2437 '../ui/ui.gyp:ui', | 2438 '../ui/ui.gyp:ui', |
| 2438 '../net/net.gyp:net', | 2439 '../net/net.gyp:net', |
| 2439 '../skia/skia.gyp:skia', | 2440 '../skia/skia.gyp:skia', |
| 2440 '../third_party/libvpx/libvpx.gyp:libvpx', | 2441 '../third_party/libvpx/libvpx.gyp:libvpx', |
| 2441 '../third_party/libyuv/libyuv.gyp:libyuv', | 2442 '../third_party/libyuv/libyuv.gyp:libyuv', |
| 2442 '../third_party/opus/opus.gyp:opus', | 2443 '../third_party/opus/opus.gyp:opus', |
| 2443 '../third_party/protobuf/protobuf.gyp:protobuf_lite', | 2444 '../third_party/protobuf/protobuf.gyp:protobuf_lite', |
| 2444 '../media/media.gyp:media', | 2445 '../media/media.gyp:media', |
| 2445 '../media/media.gyp:shared_memory_support', | 2446 '../media/media.gyp:shared_memory_support', |
| (...skipping 284 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2730 'type': 'executable', | 2731 'type': 'executable', |
| 2731 'dependencies': [ | 2732 'dependencies': [ |
| 2732 '../base/base.gyp:base', | 2733 '../base/base.gyp:base', |
| 2733 '../base/base.gyp:base_i18n', | 2734 '../base/base.gyp:base_i18n', |
| 2734 '../base/base.gyp:test_support_base', | 2735 '../base/base.gyp:test_support_base', |
| 2735 '../ipc/ipc.gyp:ipc', | 2736 '../ipc/ipc.gyp:ipc', |
| 2736 '../net/net.gyp:net_test_support', | 2737 '../net/net.gyp:net_test_support', |
| 2737 '../ppapi/ppapi.gyp:ppapi_cpp', | 2738 '../ppapi/ppapi.gyp:ppapi_cpp', |
| 2738 '../testing/gmock.gyp:gmock', | 2739 '../testing/gmock.gyp:gmock', |
| 2739 '../testing/gtest.gyp:gtest', | 2740 '../testing/gtest.gyp:gtest', |
| 2741 '../ui/events/events.gyp:events', |
| 2740 '../ui/gfx/gfx.gyp:gfx', | 2742 '../ui/gfx/gfx.gyp:gfx', |
| 2741 '../ui/ui.gyp:ui', | 2743 '../ui/ui.gyp:ui', |
| 2742 'remoting_base', | 2744 'remoting_base', |
| 2743 'remoting_breakpad', | 2745 'remoting_breakpad', |
| 2744 'remoting_client', | 2746 'remoting_client', |
| 2745 'remoting_client_plugin', | 2747 'remoting_client_plugin', |
| 2746 'remoting_host', | 2748 'remoting_host', |
| 2747 'remoting_host_event_logger', | 2749 'remoting_host_event_logger', |
| 2748 'remoting_host_setup_base', | 2750 'remoting_host_setup_base', |
| 2749 'remoting_jingle_glue', | 2751 'remoting_jingle_glue', |
| (...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2952 '../base/allocator/allocator.gyp:allocator', | 2954 '../base/allocator/allocator.gyp:allocator', |
| 2953 ], | 2955 ], |
| 2954 }, | 2956 }, |
| 2955 ], | 2957 ], |
| 2956 ], | 2958 ], |
| 2957 }], # end of 'toolkit_uses_gtk == 1' | 2959 }], # end of 'toolkit_uses_gtk == 1' |
| 2958 ], # end of 'conditions' | 2960 ], # end of 'conditions' |
| 2959 }, # end of target 'remoting_unittests' | 2961 }, # end of target 'remoting_unittests' |
| 2960 ], # end of targets | 2962 ], # end of targets |
| 2961 } | 2963 } |
| OLD | NEW |