OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 # Use a consistent MIME-type independent of branding. | 10 # Use a consistent MIME-type independent of branding. |
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
224 ], | 224 ], |
225 }, | 225 }, |
226 ], | 226 ], |
227 }, # end of target 'webapp_it2me' | 227 }, # end of target 'webapp_it2me' |
228 { | 228 { |
229 'target_name': 'remoting_base', | 229 'target_name': 'remoting_base', |
230 'type': 'static_library', | 230 'type': 'static_library', |
231 'dependencies': [ | 231 'dependencies': [ |
232 '../base/base.gyp:base', | 232 '../base/base.gyp:base', |
233 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | 233 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', |
234 '../ui/ui.gyp:ui_gfx', | 234 '../ui/ui.gyp:ui', |
235 '../net/net.gyp:net', | 235 '../net/net.gyp:net', |
236 '../third_party/protobuf/protobuf.gyp:protobuf_lite', | 236 '../third_party/protobuf/protobuf.gyp:protobuf_lite', |
237 '../third_party/libvpx/libvpx.gyp:libvpx_include', | 237 '../third_party/libvpx/libvpx.gyp:libvpx_include', |
238 '../third_party/zlib/zlib.gyp:zlib', | 238 '../third_party/zlib/zlib.gyp:zlib', |
239 '../media/media.gyp:yuv_convert', | 239 '../media/media.gyp:yuv_convert', |
240 'remoting_jingle_glue', | 240 'remoting_jingle_glue', |
241 'proto/chromotocol.gyp:chromotocol_proto_lib', | 241 'proto/chromotocol.gyp:chromotocol_proto_lib', |
242 'proto/trace.gyp:trace_proto_lib', | 242 'proto/trace.gyp:trace_proto_lib', |
243 # TODO(hclam): Enable VP8 in the build. | 243 # TODO(hclam): Enable VP8 in the build. |
244 #'third_party/on2/on2.gyp:vp8', | 244 #'third_party/on2/on2.gyp:vp8', |
(...skipping 422 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
667 'dependencies': [ | 667 'dependencies': [ |
668 'remoting_base', | 668 'remoting_base', |
669 'remoting_client', | 669 'remoting_client', |
670 'remoting_host', | 670 'remoting_host', |
671 'remoting_jingle_glue', | 671 'remoting_jingle_glue', |
672 'remoting_protocol', | 672 'remoting_protocol', |
673 '../base/base.gyp:base', | 673 '../base/base.gyp:base', |
674 '../base/base.gyp:base_i18n', | 674 '../base/base.gyp:base_i18n', |
675 '../base/base.gyp:test_support_base', | 675 '../base/base.gyp:test_support_base', |
676 '../media/media.gyp:media', | 676 '../media/media.gyp:media', |
677 '../ui/ui.gyp:ui_gfx', | 677 '../ui/ui.gyp:ui', |
678 '../testing/gmock.gyp:gmock', | 678 '../testing/gmock.gyp:gmock', |
679 '../testing/gtest.gyp:gtest', | 679 '../testing/gtest.gyp:gtest', |
680 ], | 680 ], |
681 'include_dirs': [ | 681 'include_dirs': [ |
682 '../testing/gmock/include', | 682 '../testing/gmock/include', |
683 ], | 683 ], |
684 'sources': [ | 684 'sources': [ |
685 'base/auth_token_util_unittest.cc', | 685 'base/auth_token_util_unittest.cc', |
686 'base/codec_test.cc', | 686 'base/codec_test.cc', |
687 'base/codec_test.h', | 687 'base/codec_test.h', |
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
753 ['target_arch=="arm"', { | 753 ['target_arch=="arm"', { |
754 'sources!': [ | 754 'sources!': [ |
755 'base/decoder_vp8_unittest.cc', | 755 'base/decoder_vp8_unittest.cc', |
756 'base/encoder_vp8_unittest.cc', | 756 'base/encoder_vp8_unittest.cc', |
757 ], | 757 ], |
758 }], | 758 }], |
759 ], # end of 'conditions' | 759 ], # end of 'conditions' |
760 }, # end of target 'remoting_unittests' | 760 }, # end of target 'remoting_unittests' |
761 ], # end of targets | 761 ], # end of targets |
762 } | 762 } |
OLD | NEW |