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

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

Issue 2843443003: [EasyUnlock] Delete unused BLE code. (Closed)
Patch Set: remove BUILD file 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
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | components/proximity_auth/ble/BUILD.gn » ('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/config/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//chrome/common/features.gni") 7 import("//chrome/common/features.gni")
8 import("//extensions/features/features.gni") 8 import("//extensions/features/features.gni")
9 import("//media/media_options.gni") 9 import("//media/media_options.gni")
10 import("//rlz/features/features.gni") 10 import("//rlz/features/features.gni")
(...skipping 831 matching lines...) Expand 10 before | Expand all | Expand 10 after
842 "//components/navigation_interception", 842 "//components/navigation_interception",
843 "//components/net_log", 843 "//components/net_log",
844 "//components/omnibox/browser", 844 "//components/omnibox/browser",
845 "//components/onc", 845 "//components/onc",
846 "//components/password_manager/core/browser", 846 "//components/password_manager/core/browser",
847 "//components/pdf/browser", 847 "//components/pdf/browser",
848 "//components/policy:generated", 848 "//components/policy:generated",
849 "//components/policy/core/browser", 849 "//components/policy/core/browser",
850 "//components/pref_registry", 850 "//components/pref_registry",
851 "//components/proximity_auth", 851 "//components/proximity_auth",
852 "//components/proximity_auth/ble",
853 "//components/proximity_auth/logging", 852 "//components/proximity_auth/logging",
854 "//components/proxy_config", 853 "//components/proxy_config",
855 "//components/rappor", 854 "//components/rappor",
856 "//components/resources", 855 "//components/resources",
857 "//components/safe_browsing_db:database_manager", 856 "//components/safe_browsing_db:database_manager",
858 "//components/safe_browsing_db:safe_browsing_prefs", 857 "//components/safe_browsing_db:safe_browsing_prefs",
859 "//components/safe_json", 858 "//components/safe_json",
860 "//components/search_engines", 859 "//components/search_engines",
861 "//components/sessions", 860 "//components/sessions",
862 "//components/signin/core/browser", 861 "//components/signin/core/browser",
(...skipping 313 matching lines...) Expand 10 before | Expand all | Expand 10 after
1176 "api/braille_display_private/brlapi_connection.cc", 1175 "api/braille_display_private/brlapi_connection.cc",
1177 "api/braille_display_private/brlapi_connection.h", 1176 "api/braille_display_private/brlapi_connection.h",
1178 "api/braille_display_private/brlapi_keycode_map.cc", 1177 "api/braille_display_private/brlapi_keycode_map.cc",
1179 "api/braille_display_private/brlapi_keycode_map.h", 1178 "api/braille_display_private/brlapi_keycode_map.h",
1180 ] 1179 ]
1181 deps += [ "//build/linux/libbrlapi" ] 1180 deps += [ "//build/linux/libbrlapi" ]
1182 } else { 1181 } else {
1183 sources += [ "api/braille_display_private/braille_controller_stub.cc" ] 1182 sources += [ "api/braille_display_private/braille_controller_stub.cc" ]
1184 } 1183 }
1185 } 1184 }
OLDNEW
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | components/proximity_auth/ble/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698