| 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 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 139 "file_chooser_file_info.cc", | 139 "file_chooser_file_info.cc", |
| 140 "file_chooser_file_info.h", | 140 "file_chooser_file_info.h", |
| 141 "file_chooser_params.cc", | 141 "file_chooser_params.cc", |
| 142 "file_chooser_params.h", | 142 "file_chooser_params.h", |
| 143 "form_field_data.cc", | 143 "form_field_data.cc", |
| 144 "form_field_data.h", | 144 "form_field_data.h", |
| 145 "frame_navigate_params.cc", | 145 "frame_navigate_params.cc", |
| 146 "frame_navigate_params.h", | 146 "frame_navigate_params.h", |
| 147 "injection_test_mac.h", | 147 "injection_test_mac.h", |
| 148 "injection_test_win.h", | 148 "injection_test_win.h", |
| 149 "javascript_message_type.h", | 149 "javascript_dialog_type.h", |
| 150 "main_function_params.h", | 150 "main_function_params.h", |
| 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", |
| (...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 326 sources = [ | 326 sources = [ |
| 327 "window_container_type.mojom", | 327 "window_container_type.mojom", |
| 328 ] | 328 ] |
| 329 } | 329 } |
| 330 | 330 |
| 331 mojom("service_names") { | 331 mojom("service_names") { |
| 332 sources = [ | 332 sources = [ |
| 333 "service_names.mojom", | 333 "service_names.mojom", |
| 334 ] | 334 ] |
| 335 } | 335 } |
| OLD | NEW |