Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(542)

Side by Side Diff: chrome/browser/BUILD.gn

Issue 2335133003: PlzNavigate: support the WebRequest API (Closed)
Patch Set: Addressed comments + changes to NavigationHandleImpl following 2364943002 Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chrome_content_browser_client.h » ('j') | content/browser/frame_host/navigation_handle_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698