OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |