| 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 160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 "process_type.h", | 178 "process_type.h", |
| 179 "push_messaging_status.cc", | 179 "push_messaging_status.cc", |
| 180 "push_messaging_status.h", | 180 "push_messaging_status.h", |
| 181 "quarantine.h", |
| 181 "referrer.cc", | 182 "referrer.cc", |
| 182 "referrer.h", | 183 "referrer.h", |
| 183 "renderer_preferences.cc", | 184 "renderer_preferences.cc", |
| 184 "renderer_preferences.h", | 185 "renderer_preferences.h", |
| 185 "request_context_frame_type.h", | 186 "request_context_frame_type.h", |
| 186 "request_context_type.h", | 187 "request_context_type.h", |
| 187 "resource_devtools_info.cc", | 188 "resource_devtools_info.cc", |
| 188 "resource_devtools_info.h", | 189 "resource_devtools_info.h", |
| 189 "resource_request_body.cc", | 190 "resource_request_body.cc", |
| 190 "resource_request_body.h", | 191 "resource_request_body.h", |
| (...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 314 sources = [ | 315 sources = [ |
| 315 "window_container_type.mojom", | 316 "window_container_type.mojom", |
| 316 ] | 317 ] |
| 317 } | 318 } |
| 318 | 319 |
| 319 mojom("service_names") { | 320 mojom("service_names") { |
| 320 sources = [ | 321 sources = [ |
| 321 "service_names.mojom", | 322 "service_names.mojom", |
| 322 ] | 323 ] |
| 323 } | 324 } |
| OLD | NEW |