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

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

Issue 2335133003: PlzNavigate: support the WebRequest API (Closed)
Patch Set: Added missing comment Created 4 years, 3 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 943 matching lines...) Expand 10 before | Expand all | Expand 10 after
954 "push_messaging/push_messaging_service_observer.cc", 954 "push_messaging/push_messaging_service_observer.cc",
955 "push_messaging/push_messaging_service_observer.h", 955 "push_messaging/push_messaging_service_observer.h",
956 "push_messaging/push_messaging_service_observer_android.cc", 956 "push_messaging/push_messaging_service_observer_android.cc",
957 "push_messaging/push_messaging_service_observer_android.h", 957 "push_messaging/push_messaging_service_observer_android.h",
958 "renderer_context_menu/context_menu_content_type_factory.cc", 958 "renderer_context_menu/context_menu_content_type_factory.cc",
959 "renderer_context_menu/context_menu_content_type_factory.h", 959 "renderer_context_menu/context_menu_content_type_factory.h",
960 "renderer_context_menu/context_menu_content_type_panel.cc", 960 "renderer_context_menu/context_menu_content_type_panel.cc",
961 "renderer_context_menu/context_menu_content_type_panel.h", 961 "renderer_context_menu/context_menu_content_type_panel.h",
962 "renderer_host/chrome_navigation_data.cc", 962 "renderer_host/chrome_navigation_data.cc",
963 "renderer_host/chrome_navigation_data.h", 963 "renderer_host/chrome_navigation_data.h",
964 "renderer_host/chrome_navigation_ui_data.cc",
965 "renderer_host/chrome_navigation_ui_data.h",
964 "renderer_host/chrome_render_message_filter.cc", 966 "renderer_host/chrome_render_message_filter.cc",
965 "renderer_host/chrome_render_message_filter.h", 967 "renderer_host/chrome_render_message_filter.h",
966 "renderer_host/chrome_render_widget_host_view_mac_delegate.h", 968 "renderer_host/chrome_render_widget_host_view_mac_delegate.h",
967 "renderer_host/chrome_render_widget_host_view_mac_delegate.mm", 969 "renderer_host/chrome_render_widget_host_view_mac_delegate.mm",
968 "renderer_host/chrome_render_widget_host_view_mac_history_swiper.h", 970 "renderer_host/chrome_render_widget_host_view_mac_history_swiper.h",
969 "renderer_host/chrome_render_widget_host_view_mac_history_swiper.mm", 971 "renderer_host/chrome_render_widget_host_view_mac_history_swiper.mm",
970 "renderer_host/chrome_resource_dispatcher_host_delegate.cc", 972 "renderer_host/chrome_resource_dispatcher_host_delegate.cc",
971 "renderer_host/chrome_resource_dispatcher_host_delegate.h", 973 "renderer_host/chrome_resource_dispatcher_host_delegate.h",
972 "renderer_host/predictor_resource_throttle.cc", 974 "renderer_host/predictor_resource_throttle.cc",
973 "renderer_host/predictor_resource_throttle.h", 975 "renderer_host/predictor_resource_throttle.h",
(...skipping 3275 matching lines...) Expand 10 before | Expand all | Expand 10 after
4249 # linking all of the test support. 4251 # linking all of the test support.
4250 static_library("pepper_cdm_test_constants") { 4252 static_library("pepper_cdm_test_constants") {
4251 testonly = true 4253 testonly = true
4252 visibility = [ "//chrome/*" ] 4254 visibility = [ "//chrome/*" ]
4253 sources = [ 4255 sources = [
4254 "media/pepper_cdm_test_constants.cc", 4256 "media/pepper_cdm_test_constants.cc",
4255 "media/pepper_cdm_test_constants.h", 4257 "media/pepper_cdm_test_constants.h",
4256 ] 4258 ]
4257 } 4259 }
4258 } 4260 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chrome_content_browser_client.h » ('j') | content/browser/frame_host/navigation_handle_impl.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698