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/chromecast_build.gni") | 5 import("//build/config/chromecast_build.gni") |
6 import("//build/config/features.gni") | 6 import("//build/config/features.gni") |
7 import("//build/config/ui.gni") | 7 import("//build/config/ui.gni") |
8 import("//build/split_static_library.gni") | 8 import("//build/split_static_library.gni") |
9 import("//media/media_options.gni") | 9 import("//media/media_options.gni") |
10 import("//ppapi/features/features.gni") | 10 import("//ppapi/features/features.gni") |
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
63 "cache_storage/cache_storage_message_filter.cc", | 63 "cache_storage/cache_storage_message_filter.cc", |
64 "cache_storage/cache_storage_message_filter.h", | 64 "cache_storage/cache_storage_message_filter.h", |
65 "cache_storage/webserviceworkercachestorage_impl.cc", | 65 "cache_storage/webserviceworkercachestorage_impl.cc", |
66 "cache_storage/webserviceworkercachestorage_impl.h", | 66 "cache_storage/webserviceworkercachestorage_impl.h", |
67 "categorized_worker_pool.cc", | 67 "categorized_worker_pool.cc", |
68 "categorized_worker_pool.h", | 68 "categorized_worker_pool.h", |
69 "child_frame_compositing_helper.cc", | 69 "child_frame_compositing_helper.cc", |
70 "child_frame_compositing_helper.h", | 70 "child_frame_compositing_helper.h", |
71 "clipboard_utils.cc", | 71 "clipboard_utils.cc", |
72 "clipboard_utils.h", | 72 "clipboard_utils.h", |
| 73 "content_security_policy_util.cc", |
| 74 "content_security_policy_util.h", |
73 "context_menu_params_builder.cc", | 75 "context_menu_params_builder.cc", |
74 "context_menu_params_builder.h", | 76 "context_menu_params_builder.h", |
75 "cursor_utils.cc", | 77 "cursor_utils.cc", |
76 "cursor_utils.h", | 78 "cursor_utils.h", |
77 "device_sensors/device_light_event_pump.cc", | 79 "device_sensors/device_light_event_pump.cc", |
78 "device_sensors/device_light_event_pump.h", | 80 "device_sensors/device_light_event_pump.h", |
79 "device_sensors/device_motion_event_pump.cc", | 81 "device_sensors/device_motion_event_pump.cc", |
80 "device_sensors/device_motion_event_pump.h", | 82 "device_sensors/device_motion_event_pump.h", |
81 "device_sensors/device_orientation_event_pump.cc", | 83 "device_sensors/device_orientation_event_pump.cc", |
82 "device_sensors/device_orientation_event_pump.h", | 84 "device_sensors/device_orientation_event_pump.h", |
(...skipping 850 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
933 # For the defines in mojo_media_config. | 935 # For the defines in mojo_media_config. |
934 public_configs = [ "//media/mojo/services:mojo_media_config" ] | 936 public_configs = [ "//media/mojo/services:mojo_media_config" ] |
935 } | 937 } |
936 | 938 |
937 if (!is_component_build) { | 939 if (!is_component_build) { |
938 public_deps = [ | 940 public_deps = [ |
939 ":renderer", | 941 ":renderer", |
940 ] | 942 ] |
941 } | 943 } |
942 } | 944 } |
OLD | NEW |