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

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

Issue 2881593002: Reporting: Plumb into RenderFrame via Mojo (Closed)
Patch Set: Fix #includes and DEPS. Created 3 years, 5 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
« no previous file with comments | « no previous file | content/browser/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/buildflag_header.gni") 5 import("//build/buildflag_header.gni")
6 import("//build/config/features.gni") 6 import("//build/config/features.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//gpu/vulkan/features.gni") 8 import("//gpu/vulkan/features.gni")
9 import("//media/media_options.gni") 9 import("//media/media_options.gni")
10 import("//ppapi/features/features.gni") 10 import("//ppapi/features/features.gni")
(...skipping 1031 matching lines...) Expand 10 before | Expand all | Expand 10 after
1042 "mime_registry_impl.cc", 1042 "mime_registry_impl.cc",
1043 "mime_registry_impl.h", 1043 "mime_registry_impl.h",
1044 "net/browser_online_state_observer.cc", 1044 "net/browser_online_state_observer.cc",
1045 "net/browser_online_state_observer.h", 1045 "net/browser_online_state_observer.h",
1046 "net/network_errors_listing_ui.cc", 1046 "net/network_errors_listing_ui.cc",
1047 "net/network_errors_listing_ui.h", 1047 "net/network_errors_listing_ui.h",
1048 "net/network_quality_observer_impl.cc", 1048 "net/network_quality_observer_impl.cc",
1049 "net/network_quality_observer_impl.h", 1049 "net/network_quality_observer_impl.h",
1050 "net/quota_policy_cookie_store.cc", 1050 "net/quota_policy_cookie_store.cc",
1051 "net/quota_policy_cookie_store.h", 1051 "net/quota_policy_cookie_store.h",
1052 "net/reporting_service_proxy.cc",
1053 "net/reporting_service_proxy.h",
1052 "net/view_blob_internals_job_factory.cc", 1054 "net/view_blob_internals_job_factory.cc",
1053 "net/view_blob_internals_job_factory.h", 1055 "net/view_blob_internals_job_factory.h",
1054 "net/view_http_cache_job_factory.cc", 1056 "net/view_http_cache_job_factory.cc",
1055 "net/view_http_cache_job_factory.h", 1057 "net/view_http_cache_job_factory.h",
1056 "notification_service_impl.cc", 1058 "notification_service_impl.cc",
1057 "notification_service_impl.h", 1059 "notification_service_impl.h",
1058 "notifications/blink_notification_service_impl.cc", 1060 "notifications/blink_notification_service_impl.cc",
1059 "notifications/blink_notification_service_impl.h", 1061 "notifications/blink_notification_service_impl.h",
1060 "notifications/notification_database.cc", 1062 "notifications/notification_database.cc",
1061 "notifications/notification_database.h", 1063 "notifications/notification_database.h",
(...skipping 573 matching lines...) Expand 10 before | Expand all | Expand 10 after
1635 "webrtc/webrtc_internals.h", 1637 "webrtc/webrtc_internals.h",
1636 "webrtc/webrtc_internals_message_handler.cc", 1638 "webrtc/webrtc_internals_message_handler.cc",
1637 "webrtc/webrtc_internals_message_handler.h", 1639 "webrtc/webrtc_internals_message_handler.h",
1638 "webrtc/webrtc_internals_ui.cc", 1640 "webrtc/webrtc_internals_ui.cc",
1639 "webrtc/webrtc_internals_ui.h", 1641 "webrtc/webrtc_internals_ui.h",
1640 "webrtc/webrtc_internals_ui_observer.h", 1642 "webrtc/webrtc_internals_ui_observer.h",
1641 ] 1643 ]
1642 1644
1643 deps += [ 1645 deps += [
1644 "//jingle:jingle_glue", 1646 "//jingle:jingle_glue",
1645 "//third_party/webrtc/rtc_base:rtc_base",
1646 "//third_party/webrtc/media:rtc_media_base", 1647 "//third_party/webrtc/media:rtc_media_base",
1647 "//third_party/webrtc/modules/desktop_capture:primitives", 1648 "//third_party/webrtc/modules/desktop_capture:primitives",
1649 "//third_party/webrtc/rtc_base:rtc_base",
1648 "//third_party/webrtc_overrides:init_webrtc", 1650 "//third_party/webrtc_overrides:init_webrtc",
1649 ] 1651 ]
1650 } 1652 }
1651 1653
1652 # Desktop screen capture implementations, conditionally built depending on 1654 # Desktop screen capture implementations, conditionally built depending on
1653 # the available implementations for each platform. 1655 # the available implementations for each platform.
1654 if (is_linux || is_mac || is_win) { 1656 if (is_linux || is_mac || is_win) {
1655 defines += [ "ENABLE_SCREEN_CAPTURE=1" ] 1657 defines += [ "ENABLE_SCREEN_CAPTURE=1" ]
1656 sources += [ 1658 sources += [
1657 "media/capture/cursor_renderer.cc", 1659 "media/capture/cursor_renderer.cc",
(...skipping 503 matching lines...) Expand 10 before | Expand all | Expand 10 after
2161 if (!is_component_build) { 2163 if (!is_component_build) {
2162 public_deps = [ 2164 public_deps = [
2163 ":browser", 2165 ":browser",
2164 ] 2166 ]
2165 } else { 2167 } else {
2166 public_deps = [ 2168 public_deps = [
2167 "//third_party/leveldatabase", 2169 "//third_party/leveldatabase",
2168 ] 2170 ]
2169 } 2171 }
2170 } 2172 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698