OLD | NEW |
1 # Copyright 2015 The Chromium Authors. All rights reserved. | 1 # Copyright 2015 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 'includes': [ | 6 'includes': [ |
7 'media_router.gypi', | 7 'media_router.gypi', |
8 ], | 8 ], |
9 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 29 matching lines...) Expand all Loading... |
40 ] | 40 ] |
41 }, | 41 }, |
42 { | 42 { |
43 # Mojo compiler for the Media Router internal API. | 43 # Mojo compiler for the Media Router internal API. |
44 'target_name': 'media_router_mojo_gen', | 44 'target_name': 'media_router_mojo_gen', |
45 'type': 'none', | 45 'type': 'none', |
46 'sources': [ | 46 'sources': [ |
47 'media_router.mojom', | 47 'media_router.mojom', |
48 ], | 48 ], |
49 'includes': [ | 49 'includes': [ |
50 '../../../../third_party/mojo/mojom_bindings_generator.gypi', | 50 '../../../../mojo/mojom_bindings_generator.gypi', |
51 ], | 51 ], |
52 }, | 52 }, |
53 { | 53 { |
54 'target_name': 'media_router_mojo', | 54 'target_name': 'media_router_mojo', |
55 'type': 'static_library', | 55 'type': 'static_library', |
56 'dependencies': [ | 56 'dependencies': [ |
57 'media_router_mojo_gen', | 57 'media_router_mojo_gen', |
58 ], | 58 ], |
59 'sources': [ | 59 'sources': [ |
60 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/media/router/media_router.moj
om.cc', | 60 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/media/router/media_router.moj
om.cc', |
(...skipping 13 matching lines...) Expand all Loading... |
74 'media_router_mojo_gen', | 74 'media_router_mojo_gen', |
75 '<(DEPTH)/base/base.gyp:base', | 75 '<(DEPTH)/base/base.gyp:base', |
76 '<(DEPTH)/testing/gmock.gyp:gmock', | 76 '<(DEPTH)/testing/gmock.gyp:gmock', |
77 ], | 77 ], |
78 'sources': [ | 78 'sources': [ |
79 '<@(media_router_test_support_sources)', | 79 '<@(media_router_test_support_sources)', |
80 ], | 80 ], |
81 }, | 81 }, |
82 ], | 82 ], |
83 } | 83 } |
OLD | NEW |