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

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

Issue 2865653002: [Device Service] Decouple NFC implementation from //content (Closed)
Patch Set: Response to review + fix for tests that don't actually run on bots 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 1015 matching lines...) Expand 10 before | Expand all | Expand 10 after
1026 "net/browser_online_state_observer.cc", 1026 "net/browser_online_state_observer.cc",
1027 "net/browser_online_state_observer.h", 1027 "net/browser_online_state_observer.h",
1028 "net/network_errors_listing_ui.cc", 1028 "net/network_errors_listing_ui.cc",
1029 "net/network_errors_listing_ui.h", 1029 "net/network_errors_listing_ui.h",
1030 "net/quota_policy_cookie_store.cc", 1030 "net/quota_policy_cookie_store.cc",
1031 "net/quota_policy_cookie_store.h", 1031 "net/quota_policy_cookie_store.h",
1032 "net/view_blob_internals_job_factory.cc", 1032 "net/view_blob_internals_job_factory.cc",
1033 "net/view_blob_internals_job_factory.h", 1033 "net/view_blob_internals_job_factory.h",
1034 "net/view_http_cache_job_factory.cc", 1034 "net/view_http_cache_job_factory.cc",
1035 "net/view_http_cache_job_factory.h", 1035 "net/view_http_cache_job_factory.h",
1036 "nfc/nfc_host.cc",
1037 "nfc/nfc_host.h",
1036 "notification_service_impl.cc", 1038 "notification_service_impl.cc",
1037 "notification_service_impl.h", 1039 "notification_service_impl.h",
1038 "notifications/blink_notification_service_impl.cc", 1040 "notifications/blink_notification_service_impl.cc",
1039 "notifications/blink_notification_service_impl.h", 1041 "notifications/blink_notification_service_impl.h",
1040 "notifications/notification_database.cc", 1042 "notifications/notification_database.cc",
1041 "notifications/notification_database.h", 1043 "notifications/notification_database.h",
1042 "notifications/notification_database_data_conversions.cc", 1044 "notifications/notification_database_data_conversions.cc",
1043 "notifications/notification_database_data_conversions.h", 1045 "notifications/notification_database_data_conversions.h",
1044 "notifications/notification_event_dispatcher_impl.cc", 1046 "notifications/notification_event_dispatcher_impl.cc",
1045 "notifications/notification_event_dispatcher_impl.h", 1047 "notifications/notification_event_dispatcher_impl.h",
(...skipping 1091 matching lines...) Expand 10 before | Expand all | Expand 10 after
2137 if (!is_component_build) { 2139 if (!is_component_build) {
2138 public_deps = [ 2140 public_deps = [
2139 ":browser", 2141 ":browser",
2140 ] 2142 ]
2141 } else { 2143 } else {
2142 public_deps = [ 2144 public_deps = [
2143 "//third_party/leveldatabase", 2145 "//third_party/leveldatabase",
2144 ] 2146 ]
2145 } 2147 }
2146 } 2148 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/android/content_feature_list.cc » ('j') | content/browser/nfc/nfc_host.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698