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

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

Issue 2865653002: [Device Service] Decouple NFC implementation from //content (Closed)
Patch Set: extra fix Created 3 years, 7 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/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//gpu/vulkan/features.gni") 7 import("//gpu/vulkan/features.gni")
8 import("//media/media_options.gni") 8 import("//media/media_options.gni")
9 import("//ppapi/features/features.gni") 9 import("//ppapi/features/features.gni")
10 import("//printing/features/features.gni") 10 import("//printing/features/features.gni")
(...skipping 1008 matching lines...) Expand 10 before | Expand all | Expand 10 after
1019 "net/browser_online_state_observer.cc", 1019 "net/browser_online_state_observer.cc",
1020 "net/browser_online_state_observer.h", 1020 "net/browser_online_state_observer.h",
1021 "net/network_errors_listing_ui.cc", 1021 "net/network_errors_listing_ui.cc",
1022 "net/network_errors_listing_ui.h", 1022 "net/network_errors_listing_ui.h",
1023 "net/quota_policy_cookie_store.cc", 1023 "net/quota_policy_cookie_store.cc",
1024 "net/quota_policy_cookie_store.h", 1024 "net/quota_policy_cookie_store.h",
1025 "net/view_blob_internals_job_factory.cc", 1025 "net/view_blob_internals_job_factory.cc",
1026 "net/view_blob_internals_job_factory.h", 1026 "net/view_blob_internals_job_factory.h",
1027 "net/view_http_cache_job_factory.cc", 1027 "net/view_http_cache_job_factory.cc",
1028 "net/view_http_cache_job_factory.h", 1028 "net/view_http_cache_job_factory.h",
1029 "nfc/nfc_host.cc",
1030 "nfc/nfc_host.h",
1029 "notification_service_impl.cc", 1031 "notification_service_impl.cc",
1030 "notification_service_impl.h", 1032 "notification_service_impl.h",
1031 "notifications/blink_notification_service_impl.cc", 1033 "notifications/blink_notification_service_impl.cc",
1032 "notifications/blink_notification_service_impl.h", 1034 "notifications/blink_notification_service_impl.h",
1033 "notifications/notification_database.cc", 1035 "notifications/notification_database.cc",
1034 "notifications/notification_database.h", 1036 "notifications/notification_database.h",
1035 "notifications/notification_database_data_conversions.cc", 1037 "notifications/notification_database_data_conversions.cc",
1036 "notifications/notification_database_data_conversions.h", 1038 "notifications/notification_database_data_conversions.h",
1037 "notifications/notification_event_dispatcher_impl.cc", 1039 "notifications/notification_event_dispatcher_impl.cc",
1038 "notifications/notification_event_dispatcher_impl.h", 1040 "notifications/notification_event_dispatcher_impl.h",
(...skipping 1089 matching lines...) Expand 10 before | Expand all | Expand 10 after
2128 if (!is_component_build) { 2130 if (!is_component_build) {
2129 public_deps = [ 2131 public_deps = [
2130 ":browser", 2132 ":browser",
2131 ] 2133 ]
2132 } else { 2134 } else {
2133 public_deps = [ 2135 public_deps = [
2134 "//third_party/leveldatabase", 2136 "//third_party/leveldatabase",
2135 ] 2137 ]
2136 } 2138 }
2137 } 2139 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698