| 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 'include_tests%': 1, | 7 'include_tests%': 1, |
| 8 'chromium_code': 1, | 8 'chromium_code': 1, |
| 9 }, | 9 }, |
| 10 'targets': [ | 10 'targets': [ |
| (...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 61 '<(DEPTH)/base/base.gyp:base', | 61 '<(DEPTH)/base/base.gyp:base', |
| 62 ], | 62 ], |
| 63 'export_dependent_settings': [ | 63 'export_dependent_settings': [ |
| 64 'cast_logging_proto_lib', | 64 'cast_logging_proto_lib', |
| 65 ], | 65 ], |
| 66 'sources': [ | 66 'sources': [ |
| 67 'logging/encoding_event_subscriber.cc', | 67 'logging/encoding_event_subscriber.cc', |
| 68 'logging/encoding_event_subscriber.h', | 68 'logging/encoding_event_subscriber.h', |
| 69 'logging/log_serializer.cc', | 69 'logging/log_serializer.cc', |
| 70 'logging/log_serializer.h', | 70 'logging/log_serializer.h', |
| 71 'logging/stats_converter.cc', |
| 72 'logging/stats_converter.h', |
| 71 ], # source | 73 ], # source |
| 72 }, | 74 }, |
| 73 ], # targets, | 75 ], # targets, |
| 74 'conditions': [ | 76 'conditions': [ |
| 75 ['include_tests==1', { | 77 ['include_tests==1', { |
| 76 'targets': [ | 78 'targets': [ |
| 77 { | 79 { |
| 78 'target_name': 'cast_unittests', | 80 'target_name': 'cast_unittests', |
| 79 'type': '<(gtest_target_type)', | 81 'type': '<(gtest_target_type)', |
| 80 'dependencies': [ | 82 'dependencies': [ |
| (...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 199 '<(DEPTH)/media/cast/test/linux_output_window.cc', | 201 '<(DEPTH)/media/cast/test/linux_output_window.cc', |
| 200 '<(DEPTH)/media/cast/test/linux_output_window.h', | 202 '<(DEPTH)/media/cast/test/linux_output_window.h', |
| 201 ], | 203 ], |
| 202 }], | 204 }], |
| 203 ], | 205 ], |
| 204 }, | 206 }, |
| 205 ], # targets | 207 ], # targets |
| 206 }], # include_tests | 208 }], # include_tests |
| 207 ], | 209 ], |
| 208 } | 210 } |
| OLD | NEW |