| 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 14 matching lines...) Expand all Loading... |
| 25 ], | 25 ], |
| 26 'defines': [ | 26 'defines': [ |
| 27 'GCM_IMPLEMENTATION', | 27 'GCM_IMPLEMENTATION', |
| 28 ], | 28 ], |
| 29 'export_dependent_settings': [ | 29 'export_dependent_settings': [ |
| 30 '../../third_party/protobuf/protobuf.gyp:protobuf_lite' | 30 '../../third_party/protobuf/protobuf.gyp:protobuf_lite' |
| 31 ], | 31 ], |
| 32 'dependencies': [ | 32 'dependencies': [ |
| 33 '../../base/base.gyp:base', | 33 '../../base/base.gyp:base', |
| 34 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna
mic_annotations', | 34 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna
mic_annotations', |
| 35 '../../components/components.gyp:data_use_measurement_core', |
| 35 '../../net/net.gyp:net', | 36 '../../net/net.gyp:net', |
| 36 '../../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 37 '../../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
| 37 '../../third_party/protobuf/protobuf.gyp:protobuf_lite', | 38 '../../third_party/protobuf/protobuf.gyp:protobuf_lite', |
| 38 '../../url/url.gyp:url_lib', | 39 '../../url/url.gyp:url_lib', |
| 39 ], | 40 ], |
| 40 'sources': [ | 41 'sources': [ |
| 41 # Note: sources list duplicated in GN build. | 42 # Note: sources list duplicated in GN build. |
| 42 'base/gcm_util.cc', | 43 'base/gcm_util.cc', |
| 43 'base/gcm_util.h', | 44 'base/gcm_util.h', |
| 44 'base/mcs_message.cc', | 45 'base/mcs_message.cc', |
| 45 'base/mcs_message.h', | 46 'base/mcs_message.h', |
| 46 'base/mcs_util.cc', | 47 'base/mcs_util.cc', |
| 47 'base/mcs_util.h', | 48 'base/mcs_util.h', |
| 48 'base/socket_stream.cc', | 49 'base/socket_stream.cc', |
| 49 'base/socket_stream.h', | 50 'base/socket_stream.h', |
| (...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 199 '../../build/isolate.gypi', | 200 '../../build/isolate.gypi', |
| 200 ], | 201 ], |
| 201 'sources': [ | 202 'sources': [ |
| 202 'gcm_unit_tests.isolate', | 203 'gcm_unit_tests.isolate', |
| 203 ], | 204 ], |
| 204 }, | 205 }, |
| 205 ], | 206 ], |
| 206 }], | 207 }], |
| 207 ], | 208 ], |
| 208 } | 209 } |
| OLD | NEW |