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 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
133 "content_constants.h", | 133 "content_constants.h", |
134 "content_descriptors.h", | 134 "content_descriptors.h", |
135 "content_features.cc", | 135 "content_features.cc", |
136 "content_features.h", | 136 "content_features.h", |
137 "content_ipc_logging.h", | 137 "content_ipc_logging.h", |
138 "content_paths.h", | 138 "content_paths.h", |
139 "content_switches.cc", | 139 "content_switches.cc", |
140 "content_switches.h", | 140 "content_switches.h", |
141 "context_menu_params.cc", | 141 "context_menu_params.cc", |
142 "context_menu_params.h", | 142 "context_menu_params.h", |
| 143 "cursor_info.h", |
143 "drop_data.cc", | 144 "drop_data.cc", |
144 "drop_data.h", | 145 "drop_data.h", |
145 "favicon_url.cc", | 146 "favicon_url.cc", |
146 "favicon_url.h", | 147 "favicon_url.h", |
147 "file_chooser_file_info.cc", | 148 "file_chooser_file_info.cc", |
148 "file_chooser_file_info.h", | 149 "file_chooser_file_info.h", |
149 "file_chooser_params.cc", | 150 "file_chooser_params.cc", |
150 "file_chooser_params.h", | 151 "file_chooser_params.h", |
151 "frame_navigate_params.cc", | 152 "frame_navigate_params.cc", |
152 "frame_navigate_params.h", | 153 "frame_navigate_params.h", |
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
334 sources = [ | 335 sources = [ |
335 "window_container_type.mojom", | 336 "window_container_type.mojom", |
336 ] | 337 ] |
337 } | 338 } |
338 | 339 |
339 mojom("service_names") { | 340 mojom("service_names") { |
340 sources = [ | 341 sources = [ |
341 "service_names.mojom", | 342 "service_names.mojom", |
342 ] | 343 ] |
343 } | 344 } |
OLD | NEW |