| 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 947 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 958 "push_messaging/push_messaging_constants.cc", | 958 "push_messaging/push_messaging_constants.cc", |
| 959 "push_messaging/push_messaging_constants.h", | 959 "push_messaging/push_messaging_constants.h", |
| 960 "push_messaging/push_messaging_service_factory.cc", | 960 "push_messaging/push_messaging_service_factory.cc", |
| 961 "push_messaging/push_messaging_service_factory.h", | 961 "push_messaging/push_messaging_service_factory.h", |
| 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 "rappor_recorder_impl.cc", |
| 969 "rappor_recorder_impl.h", |
| 968 "renderer_context_menu/context_menu_content_type_factory.cc", | 970 "renderer_context_menu/context_menu_content_type_factory.cc", |
| 969 "renderer_context_menu/context_menu_content_type_factory.h", | 971 "renderer_context_menu/context_menu_content_type_factory.h", |
| 970 "renderer_context_menu/context_menu_content_type_panel.cc", | 972 "renderer_context_menu/context_menu_content_type_panel.cc", |
| 971 "renderer_context_menu/context_menu_content_type_panel.h", | 973 "renderer_context_menu/context_menu_content_type_panel.h", |
| 972 "renderer_host/chrome_navigation_ui_data.cc", | 974 "renderer_host/chrome_navigation_ui_data.cc", |
| 973 "renderer_host/chrome_navigation_ui_data.h", | 975 "renderer_host/chrome_navigation_ui_data.h", |
| 974 "renderer_host/chrome_render_message_filter.cc", | 976 "renderer_host/chrome_render_message_filter.cc", |
| 975 "renderer_host/chrome_render_message_filter.h", | 977 "renderer_host/chrome_render_message_filter.h", |
| 976 "renderer_host/chrome_render_widget_host_view_mac_delegate.h", | 978 "renderer_host/chrome_render_widget_host_view_mac_delegate.h", |
| 977 "renderer_host/chrome_render_widget_host_view_mac_delegate.mm", | 979 "renderer_host/chrome_render_widget_host_view_mac_delegate.mm", |
| (...skipping 3299 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4277 # linking all of the test support. | 4279 # linking all of the test support. |
| 4278 static_library("pepper_cdm_test_constants") { | 4280 static_library("pepper_cdm_test_constants") { |
| 4279 testonly = true | 4281 testonly = true |
| 4280 visibility = [ "//chrome/*" ] | 4282 visibility = [ "//chrome/*" ] |
| 4281 sources = [ | 4283 sources = [ |
| 4282 "media/pepper_cdm_test_constants.cc", | 4284 "media/pepper_cdm_test_constants.cc", |
| 4283 "media/pepper_cdm_test_constants.h", | 4285 "media/pepper_cdm_test_constants.h", |
| 4284 ] | 4286 ] |
| 4285 } | 4287 } |
| 4286 } | 4288 } |
| OLD | NEW |