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/chrome_build.gni") | 5 import("//build/config/chrome_build.gni") |
6 import("//build/config/crypto.gni") | 6 import("//build/config/crypto.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("//build/split_static_library.gni") | 9 import("//build/split_static_library.gni") |
10 import("//chrome/common/features.gni") | 10 import("//chrome/common/features.gni") |
(...skipping 951 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
962 "push_messaging/push_messaging_service_impl.cc", | 962 "push_messaging/push_messaging_service_impl.cc", |
963 "push_messaging/push_messaging_service_impl.h", | 963 "push_messaging/push_messaging_service_impl.h", |
964 "push_messaging/push_messaging_service_observer.cc", | 964 "push_messaging/push_messaging_service_observer.cc", |
965 "push_messaging/push_messaging_service_observer.h", | 965 "push_messaging/push_messaging_service_observer.h", |
966 "push_messaging/push_messaging_service_observer_android.cc", | 966 "push_messaging/push_messaging_service_observer_android.cc", |
967 "push_messaging/push_messaging_service_observer_android.h", | 967 "push_messaging/push_messaging_service_observer_android.h", |
968 "renderer_context_menu/context_menu_content_type_factory.cc", | 968 "renderer_context_menu/context_menu_content_type_factory.cc", |
969 "renderer_context_menu/context_menu_content_type_factory.h", | 969 "renderer_context_menu/context_menu_content_type_factory.h", |
970 "renderer_context_menu/context_menu_content_type_panel.cc", | 970 "renderer_context_menu/context_menu_content_type_panel.cc", |
971 "renderer_context_menu/context_menu_content_type_panel.h", | 971 "renderer_context_menu/context_menu_content_type_panel.h", |
| 972 "renderer_host/chrome_navigation_ui_data.cc", |
| 973 "renderer_host/chrome_navigation_ui_data.h", |
972 "renderer_host/chrome_render_message_filter.cc", | 974 "renderer_host/chrome_render_message_filter.cc", |
973 "renderer_host/chrome_render_message_filter.h", | 975 "renderer_host/chrome_render_message_filter.h", |
974 "renderer_host/chrome_render_widget_host_view_mac_delegate.h", | 976 "renderer_host/chrome_render_widget_host_view_mac_delegate.h", |
975 "renderer_host/chrome_render_widget_host_view_mac_delegate.mm", | 977 "renderer_host/chrome_render_widget_host_view_mac_delegate.mm", |
976 "renderer_host/chrome_render_widget_host_view_mac_history_swiper.h", | 978 "renderer_host/chrome_render_widget_host_view_mac_history_swiper.h", |
977 "renderer_host/chrome_render_widget_host_view_mac_history_swiper.mm", | 979 "renderer_host/chrome_render_widget_host_view_mac_history_swiper.mm", |
978 "renderer_preferences_util.cc", | 980 "renderer_preferences_util.cc", |
979 "renderer_preferences_util.h", | 981 "renderer_preferences_util.h", |
980 "resource_delegate_mac.h", | 982 "resource_delegate_mac.h", |
981 "resource_delegate_mac.mm", | 983 "resource_delegate_mac.mm", |
(...skipping 3288 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4270 # linking all of the test support. | 4272 # linking all of the test support. |
4271 static_library("pepper_cdm_test_constants") { | 4273 static_library("pepper_cdm_test_constants") { |
4272 testonly = true | 4274 testonly = true |
4273 visibility = [ "//chrome/*" ] | 4275 visibility = [ "//chrome/*" ] |
4274 sources = [ | 4276 sources = [ |
4275 "media/pepper_cdm_test_constants.cc", | 4277 "media/pepper_cdm_test_constants.cc", |
4276 "media/pepper_cdm_test_constants.h", | 4278 "media/pepper_cdm_test_constants.h", |
4277 ] | 4279 ] |
4278 } | 4280 } |
4279 } | 4281 } |
OLD | NEW |