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("//media/media_options.gni") | 8 import("//media/media_options.gni") |
9 import("//mojo/public/tools/bindings/mojom.gni") | 9 import("//mojo/public/tools/bindings/mojom.gni") |
10 import("//ppapi/features/features.gni") | 10 import("//ppapi/features/features.gni") |
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
168 "page_state.h", | 168 "page_state.h", |
169 "page_type.h", | 169 "page_type.h", |
170 "page_zoom.h", | 170 "page_zoom.h", |
171 "pepper_plugin_info.cc", | 171 "pepper_plugin_info.cc", |
172 "pepper_plugin_info.h", | 172 "pepper_plugin_info.h", |
173 "persistent_notification_status.h", | 173 "persistent_notification_status.h", |
174 "platform_notification_data.cc", | 174 "platform_notification_data.cc", |
175 "platform_notification_data.h", | 175 "platform_notification_data.h", |
176 "presentation_constants.cc", | 176 "presentation_constants.cc", |
177 "presentation_constants.h", | 177 "presentation_constants.h", |
| 178 "previews_state.h", |
178 "process_type.h", | 179 "process_type.h", |
179 "push_messaging_status.cc", | 180 "push_messaging_status.cc", |
180 "push_messaging_status.h", | 181 "push_messaging_status.h", |
181 "quarantine.h", | 182 "quarantine.h", |
182 "referrer.cc", | 183 "referrer.cc", |
183 "referrer.h", | 184 "referrer.h", |
184 "renderer_preferences.cc", | 185 "renderer_preferences.cc", |
185 "renderer_preferences.h", | 186 "renderer_preferences.h", |
186 "request_context_frame_type.h", | 187 "request_context_frame_type.h", |
187 "request_context_type.h", | 188 "request_context_type.h", |
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
315 sources = [ | 316 sources = [ |
316 "window_container_type.mojom", | 317 "window_container_type.mojom", |
317 ] | 318 ] |
318 } | 319 } |
319 | 320 |
320 mojom("service_names") { | 321 mojom("service_names") { |
321 sources = [ | 322 sources = [ |
322 "service_names.mojom", | 323 "service_names.mojom", |
323 ] | 324 ] |
324 } | 325 } |
OLD | NEW |