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

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

Issue 2502343003: Moved //components/proximity_auth/cryptauth to //components/cryptauth. (Closed)
Patch Set: Fixed proto #includes. Created 4 years, 1 month 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/chromeos/login/easy_unlock/easy_unlock_challenge_wrapper.cc » ('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 1718 matching lines...) Expand 10 before | Expand all | Expand 10 after
1729 "sync_file_system/task_logger.cc", 1729 "sync_file_system/task_logger.cc",
1730 "sync_file_system/task_logger.h", 1730 "sync_file_system/task_logger.h",
1731 ] 1731 ]
1732 public_deps += [ "//chrome/browser/extensions" ] 1732 public_deps += [ "//chrome/browser/extensions" ]
1733 allow_circular_includes_from += [ "//chrome/browser/extensions" ] 1733 allow_circular_includes_from += [ "//chrome/browser/extensions" ]
1734 deps += [ 1734 deps += [
1735 "//chrome/browser/sync_file_system/drive_backend:sync_file_system_drive_pr oto", 1735 "//chrome/browser/sync_file_system/drive_backend:sync_file_system_drive_pr oto",
1736 "//chrome/common/extensions/api", 1736 "//chrome/common/extensions/api",
1737 "//chrome/common/extensions/api:api_registration", 1737 "//chrome/common/extensions/api:api_registration",
1738 "//chrome/common/extensions/api:extensions_features", 1738 "//chrome/common/extensions/api:extensions_features",
1739 "//components/cryptauth",
1739 "//components/drive", 1740 "//components/drive",
1740 "//components/proximity_auth/ble", 1741 "//components/proximity_auth/ble",
1741 "//components/proximity_auth/cryptauth",
1742 "//extensions/components/javascript_dialog_extensions_client", 1742 "//extensions/components/javascript_dialog_extensions_client",
1743 "//media/cast:net", 1743 "//media/cast:net",
1744 ] 1744 ]
1745 } 1745 }
1746 if (enable_background) { 1746 if (enable_background) {
1747 sources += [ 1747 sources += [
1748 "background/background_application_list_model.cc", 1748 "background/background_application_list_model.cc",
1749 "background/background_application_list_model.h", 1749 "background/background_application_list_model.h",
1750 "background/background_contents_service.cc", 1750 "background/background_contents_service.cc",
1751 "background/background_contents_service.h", 1751 "background/background_contents_service.h",
(...skipping 2659 matching lines...) Expand 10 before | Expand all | Expand 10 after
4411 # linking all of the test support. 4411 # linking all of the test support.
4412 static_library("pepper_cdm_test_constants") { 4412 static_library("pepper_cdm_test_constants") {
4413 testonly = true 4413 testonly = true
4414 visibility = [ "//chrome/*" ] 4414 visibility = [ "//chrome/*" ]
4415 sources = [ 4415 sources = [
4416 "media/pepper_cdm_test_constants.cc", 4416 "media/pepper_cdm_test_constants.cc",
4417 "media/pepper_cdm_test_constants.h", 4417 "media/pepper_cdm_test_constants.h",
4418 ] 4418 ]
4419 } 4419 }
4420 } 4420 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/easy_unlock/easy_unlock_challenge_wrapper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698