OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 import("//build/buildflag_header.gni") | 5 import("//build/buildflag_header.gni") |
6 import("//build/config/chromecast_build.gni") | 6 import("//build/config/chromecast_build.gni") |
7 import("//build/config/features.gni") | 7 import("//build/config/features.gni") |
8 import("//build/config/ui.gni") | 8 import("//build/config/ui.gni") |
9 import("//media/media_options.gni") | 9 import("//media/media_options.gni") |
10 import("//mojo/public/tools/bindings/mojom.gni") | 10 import("//mojo/public/tools/bindings/mojom.gni") |
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
151 "manifest.cc", | 151 "manifest.cc", |
152 "manifest.h", | 152 "manifest.h", |
153 "manifest_util.cc", | 153 "manifest_util.cc", |
154 "manifest_util.h", | 154 "manifest_util.h", |
155 "media_metadata.cc", | 155 "media_metadata.cc", |
156 "media_metadata.h", | 156 "media_metadata.h", |
157 "media_stream_request.cc", | 157 "media_stream_request.cc", |
158 "media_stream_request.h", | 158 "media_stream_request.h", |
159 "menu_item.cc", | 159 "menu_item.cc", |
160 "menu_item.h", | 160 "menu_item.h", |
| 161 "message_port.cc", |
| 162 "message_port.h", |
161 "mhtml_generation_params.cc", | 163 "mhtml_generation_params.cc", |
162 "mhtml_generation_params.h", | 164 "mhtml_generation_params.h", |
163 "mojo_channel_switches.cc", | 165 "mojo_channel_switches.cc", |
164 "mojo_channel_switches.h", | 166 "mojo_channel_switches.h", |
165 "notification_resources.cc", | 167 "notification_resources.cc", |
166 "notification_resources.h", | 168 "notification_resources.h", |
167 "origin_util.h", | 169 "origin_util.h", |
168 "page_state.cc", | 170 "page_state.cc", |
169 "page_state.h", | 171 "page_state.h", |
170 "page_type.h", | 172 "page_type.h", |
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
325 sources = [ | 327 sources = [ |
326 "window_container_type.mojom", | 328 "window_container_type.mojom", |
327 ] | 329 ] |
328 } | 330 } |
329 | 331 |
330 mojom("service_names") { | 332 mojom("service_names") { |
331 sources = [ | 333 sources = [ |
332 "service_names.mojom", | 334 "service_names.mojom", |
333 ] | 335 ] |
334 } | 336 } |
OLD | NEW |