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

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

Issue 2376403003: Convert RapporRecorder to use mojo. (Closed)
Patch Set: Convert RapporRecorder to use mojo. 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 947 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 3294 matching lines...) Expand 10 before | Expand all | Expand 10 after
4272 # linking all of the test support. 4274 # linking all of the test support.
4273 static_library("pepper_cdm_test_constants") { 4275 static_library("pepper_cdm_test_constants") {
4274 testonly = true 4276 testonly = true
4275 visibility = [ "//chrome/*" ] 4277 visibility = [ "//chrome/*" ]
4276 sources = [ 4278 sources = [
4277 "media/pepper_cdm_test_constants.cc", 4279 "media/pepper_cdm_test_constants.cc",
4278 "media/pepper_cdm_test_constants.h", 4280 "media/pepper_cdm_test_constants.h",
4279 ] 4281 ]
4280 } 4282 }
4281 } 4283 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chrome_content_browser_client.cc » ('j') | chrome/browser/rappor_recorder_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698