| 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 3276 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4258 # linking all of the test support. | 4260 # linking all of the test support. |
| 4259 static_library("pepper_cdm_test_constants") { | 4261 static_library("pepper_cdm_test_constants") { |
| 4260 testonly = true | 4262 testonly = true |
| 4261 visibility = [ "//chrome/*" ] | 4263 visibility = [ "//chrome/*" ] |
| 4262 sources = [ | 4264 sources = [ |
| 4263 "media/pepper_cdm_test_constants.cc", | 4265 "media/pepper_cdm_test_constants.cc", |
| 4264 "media/pepper_cdm_test_constants.h", | 4266 "media/pepper_cdm_test_constants.h", |
| 4265 ] | 4267 ] |
| 4266 } | 4268 } |
| 4267 } | 4269 } |
| OLD | NEW |