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/config/crypto.gni") | 5 import("//build/config/crypto.gni") |
6 import("//build/config/features.gni") | 6 import("//build/config/features.gni") |
7 | 7 |
8 # GYP version: extensions/extensions.gyp:extensions_browser | 8 # GYP version: extensions/extensions.gyp:extensions_browser |
9 source_set("browser") { | 9 source_set("browser") { |
10 sources = [ | 10 sources = [ |
(...skipping 23 matching lines...) Expand all Loading... |
34 "admin_policy.h", | 34 "admin_policy.h", |
35 "api/api_resource.cc", | 35 "api/api_resource.cc", |
36 "api/api_resource.h", | 36 "api/api_resource.h", |
37 "api/api_resource_manager.h", | 37 "api/api_resource_manager.h", |
38 "api/app_runtime/app_runtime_api.cc", | 38 "api/app_runtime/app_runtime_api.cc", |
39 "api/app_runtime/app_runtime_api.h", | 39 "api/app_runtime/app_runtime_api.h", |
40 "api/app_view/app_view_internal_api.cc", | 40 "api/app_view/app_view_internal_api.cc", |
41 "api/app_view/app_view_internal_api.h", | 41 "api/app_view/app_view_internal_api.h", |
42 "api/async_api_function.cc", | 42 "api/async_api_function.cc", |
43 "api/async_api_function.h", | 43 "api/async_api_function.h", |
| 44 "api/cast_channel/cast_auth_util.cc", |
44 "api/cast_channel/cast_auth_util.h", | 45 "api/cast_channel/cast_auth_util.h", |
45 "api/cast_channel/cast_channel_api.cc", | 46 "api/cast_channel/cast_channel_api.cc", |
46 "api/cast_channel/cast_channel_api.h", | 47 "api/cast_channel/cast_channel_api.h", |
47 "api/cast_channel/cast_message_util.cc", | 48 "api/cast_channel/cast_message_util.cc", |
48 "api/cast_channel/cast_message_util.h", | 49 "api/cast_channel/cast_message_util.h", |
49 "api/cast_channel/cast_socket.cc", | 50 "api/cast_channel/cast_socket.cc", |
50 "api/cast_channel/cast_socket.h", | 51 "api/cast_channel/cast_socket.h", |
51 "api/cast_channel/logger.cc", | 52 "api/cast_channel/logger.cc", |
52 "api/cast_channel/logger.h", | 53 "api/cast_channel/logger.h", |
53 "api/cast_channel/logger_util.cc", | 54 "api/cast_channel/logger_util.cc", |
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
209 "extension_web_contents_observer.h", | 210 "extension_web_contents_observer.h", |
210 "extensions_browser_client.cc", | 211 "extensions_browser_client.cc", |
211 "extensions_browser_client.h", | 212 "extensions_browser_client.h", |
212 "external_provider_interface.h", | 213 "external_provider_interface.h", |
213 "file_highlighter.cc", | 214 "file_highlighter.cc", |
214 "file_highlighter.h", | 215 "file_highlighter.h", |
215 "file_reader.cc", | 216 "file_reader.cc", |
216 "file_reader.h", | 217 "file_reader.h", |
217 "granted_file_entry.cc", | 218 "granted_file_entry.cc", |
218 "granted_file_entry.h", | 219 "granted_file_entry.h", |
| 220 "guest_view/guest_view_base.cc", |
| 221 "guest_view/guest_view_base.h", |
| 222 "guest_view/guest_view_constants.cc", |
| 223 "guest_view/guest_view_constants.h", |
| 224 "guest_view/guest_view_manager_factory.h", |
| 225 "guest_view/guest_view_manager.cc", |
| 226 "guest_view/guest_view_manager.h", |
| 227 "guest_view/guest_view.h", |
| 228 "guest_view/app_view/app_view_constants.cc", |
| 229 "guest_view/app_view/app_view_constants.h", |
| 230 "guest_view/app_view/app_view_guest.cc", |
| 231 "guest_view/app_view/app_view_guest.h", |
| 232 "guest_view/app_view/app_view_guest_delegate.cc", |
| 233 "guest_view/app_view/app_view_guest_delegate.h", |
| 234 "guest_view/web_view/web_view_permission_helper_delegate.cc", |
| 235 "guest_view/web_view/web_view_permission_helper_delegate.h", |
| 236 "guest_view/web_view/web_view_guest_delegate.cc", |
| 237 "guest_view/web_view/web_view_guest_delegate.h", |
219 "image_loader.cc", | 238 "image_loader.cc", |
220 "image_loader.h", | 239 "image_loader.h", |
221 "image_loader_factory.cc", | 240 "image_loader_factory.cc", |
222 "image_loader_factory.h", | 241 "image_loader_factory.h", |
223 "image_util.cc", | 242 "image_util.cc", |
224 "image_util.h", | 243 "image_util.h", |
225 "info_map.cc", | 244 "info_map.cc", |
226 "info_map.h", | 245 "info_map.h", |
227 "install_flag.h", | 246 "install_flag.h", |
228 "lazy_background_task_queue.cc", | 247 "lazy_background_task_queue.cc", |
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
290 ] | 309 ] |
291 } | 310 } |
292 } | 311 } |
293 | 312 |
294 if (is_win) { | 313 if (is_win) { |
295 cflags = [ | 314 cflags = [ |
296 "/wd4267", # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 315 "/wd4267", # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
297 ] | 316 ] |
298 } | 317 } |
299 } | 318 } |
OLD | NEW |