OLD | NEW |
1 # Copyright 2013 The Chromium Authors. All rights reserved. | 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 | 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 | 9 |
10 'targets': [ | 10 'targets': [ |
(...skipping 13 matching lines...) Expand all Loading... |
24 ], | 24 ], |
25 'defines': [ | 25 'defines': [ |
26 'GCM_IMPLEMENTATION', | 26 'GCM_IMPLEMENTATION', |
27 ], | 27 ], |
28 'export_dependent_settings': [ | 28 'export_dependent_settings': [ |
29 '../../third_party/protobuf/protobuf.gyp:protobuf_lite' | 29 '../../third_party/protobuf/protobuf.gyp:protobuf_lite' |
30 ], | 30 ], |
31 'dependencies': [ | 31 'dependencies': [ |
32 '../../base/base.gyp:base', | 32 '../../base/base.gyp:base', |
33 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna
mic_annotations', | 33 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna
mic_annotations', |
34 '../../components/components.gyp:encryptor', | 34 '../../components/components.gyp:os_crypt', |
35 '../../net/net.gyp:net', | 35 '../../net/net.gyp:net', |
36 '../../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 36 '../../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
37 '../../third_party/protobuf/protobuf.gyp:protobuf_lite', | 37 '../../third_party/protobuf/protobuf.gyp:protobuf_lite', |
38 '../../url/url.gyp:url_lib', | 38 '../../url/url.gyp:url_lib', |
39 ], | 39 ], |
40 'sources': [ | 40 'sources': [ |
41 'base/mcs_message.cc', | 41 'base/mcs_message.cc', |
42 'base/mcs_message.h', | 42 'base/mcs_message.h', |
43 'base/mcs_util.cc', | 43 'base/mcs_util.cc', |
44 'base/mcs_util.h', | 44 'base/mcs_util.h', |
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
106 'variables': { 'enable_wexit_time_destructors': 1, }, | 106 'variables': { 'enable_wexit_time_destructors': 1, }, |
107 'include_dirs': [ | 107 'include_dirs': [ |
108 '../..', | 108 '../..', |
109 ], | 109 ], |
110 'export_dependent_settings': [ | 110 'export_dependent_settings': [ |
111 '../../third_party/protobuf/protobuf.gyp:protobuf_lite' | 111 '../../third_party/protobuf/protobuf.gyp:protobuf_lite' |
112 ], | 112 ], |
113 'dependencies': [ | 113 'dependencies': [ |
114 '../../base/base.gyp:run_all_unittests', | 114 '../../base/base.gyp:run_all_unittests', |
115 '../../base/base.gyp:base', | 115 '../../base/base.gyp:base', |
116 '../../components/components.gyp:encryptor', | 116 '../../components/components.gyp:os_crypt', |
117 '../../net/net.gyp:net', | 117 '../../net/net.gyp:net', |
118 '../../net/net.gyp:net_test_support', | 118 '../../net/net.gyp:net_test_support', |
119 '../../testing/gtest.gyp:gtest', | 119 '../../testing/gtest.gyp:gtest', |
120 '../../third_party/protobuf/protobuf.gyp:protobuf_lite', | 120 '../../third_party/protobuf/protobuf.gyp:protobuf_lite', |
121 'gcm' | 121 'gcm' |
122 ], | 122 ], |
123 'sources': [ | 123 'sources': [ |
124 'base/mcs_message_unittest.cc', | 124 'base/mcs_message_unittest.cc', |
125 'base/mcs_util_unittest.cc', | 125 'base/mcs_util_unittest.cc', |
126 'base/socket_stream_unittest.cc', | 126 'base/socket_stream_unittest.cc', |
127 'engine/checkin_request_unittest.cc', | 127 'engine/checkin_request_unittest.cc', |
128 'engine/connection_factory_impl_unittest.cc', | 128 'engine/connection_factory_impl_unittest.cc', |
129 'engine/connection_handler_impl_unittest.cc', | 129 'engine/connection_handler_impl_unittest.cc', |
130 'engine/fake_connection_factory.cc', | 130 'engine/fake_connection_factory.cc', |
131 'engine/fake_connection_factory.h', | 131 'engine/fake_connection_factory.h', |
132 'engine/fake_connection_handler.cc', | 132 'engine/fake_connection_handler.cc', |
133 'engine/fake_connection_handler.h', | 133 'engine/fake_connection_handler.h', |
134 'engine/gcm_store_impl_unittest.cc', | 134 'engine/gcm_store_impl_unittest.cc', |
135 'engine/heartbeat_manager_unittest.cc', | 135 'engine/heartbeat_manager_unittest.cc', |
136 'engine/mcs_client_unittest.cc', | 136 'engine/mcs_client_unittest.cc', |
137 'engine/registration_request_unittest.cc', | 137 'engine/registration_request_unittest.cc', |
138 'engine/unregistration_request_unittest.cc', | 138 'engine/unregistration_request_unittest.cc', |
139 'gcm_client_impl_unittest.cc' | 139 'gcm_client_impl_unittest.cc' |
140 ] | 140 ] |
141 }, | 141 }, |
142 ], | 142 ], |
143 } | 143 } |
OLD | NEW |