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

Side by Side Diff: chrome/browser/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 | « no previous file | chrome/browser/extensions/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/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 1941 matching lines...) Expand 10 before | Expand all | Expand 10 after
1952 allow_circular_includes_from += [ 1952 allow_circular_includes_from += [
1953 "//chrome/browser/apps", 1953 "//chrome/browser/apps",
1954 "//chrome/browser/extensions", 1954 "//chrome/browser/extensions",
1955 ] 1955 ]
1956 deps += [ 1956 deps += [
1957 "//chrome/browser/sync_file_system/drive_backend:sync_file_system_drive_pr oto", 1957 "//chrome/browser/sync_file_system/drive_backend:sync_file_system_drive_pr oto",
1958 "//chrome/common/extensions/api", 1958 "//chrome/common/extensions/api",
1959 "//chrome/common/extensions/api:api_registration", 1959 "//chrome/common/extensions/api:api_registration",
1960 "//chrome/common/extensions/api:extensions_features", 1960 "//chrome/common/extensions/api:extensions_features",
1961 "//components/drive", 1961 "//components/drive",
1962 "//components/proximity_auth/ble",
1963 "//extensions/components/javascript_dialog_extensions_client", 1962 "//extensions/components/javascript_dialog_extensions_client",
1964 "//media/cast:net", 1963 "//media/cast:net",
1965 ] 1964 ]
1966 } 1965 }
1967 if (enable_background) { 1966 if (enable_background) {
1968 sources += [ 1967 sources += [
1969 "background/background_application_list_model.cc", 1968 "background/background_application_list_model.cc",
1970 "background/background_application_list_model.h", 1969 "background/background_application_list_model.h",
1971 "background/background_contents_service.cc", 1970 "background/background_contents_service.cc",
1972 "background/background_contents_service.h", 1971 "background/background_contents_service.h",
(...skipping 2714 matching lines...) Expand 10 before | Expand all | Expand 10 after
4687 "media/pepper_cdm_test_constants.cc", 4686 "media/pepper_cdm_test_constants.cc",
4688 "media/pepper_cdm_test_constants.h", 4687 "media/pepper_cdm_test_constants.h",
4689 ] 4688 ]
4690 } 4689 }
4691 } 4690 }
4692 4691
4693 service_manifest("preferences_forwarder_manifest") { 4692 service_manifest("preferences_forwarder_manifest") {
4694 name = "preferences_forwarder" 4693 name = "preferences_forwarder"
4695 source = "prefs/forwarder_manifest.json" 4694 source = "prefs/forwarder_manifest.json"
4696 } 4695 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/extensions/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698