OLD | NEW |
(Empty) | |
| 1 # Copyright 2013 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. |
| 4 |
| 5 { |
| 6 'include_dirs': [ |
| 7 '../..', |
| 8 ], |
| 9 'defines': [ |
| 10 'GCM_IMPLEMENTATION', |
| 11 ], |
| 12 'dependencies': [ |
| 13 '../../base/base.gyp:base', |
| 14 '../../net/net.gyp:net', |
| 15 '../../url/url.gyp:url_lib', |
| 16 '../../third_party/protobuf/protobuf.gyp:protobuf_lite' |
| 17 ], |
| 18 'sources': [ |
| 19 'base/socket_stream.h', |
| 20 'base/socket_stream.cc', |
| 21 ], |
| 22 } |
OLD | NEW |