| 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 1715 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1726 "sync_file_system/task_logger.cc", | 1726 "sync_file_system/task_logger.cc", |
| 1727 "sync_file_system/task_logger.h", | 1727 "sync_file_system/task_logger.h", |
| 1728 ] | 1728 ] |
| 1729 public_deps += [ "//chrome/browser/extensions" ] | 1729 public_deps += [ "//chrome/browser/extensions" ] |
| 1730 allow_circular_includes_from += [ "//chrome/browser/extensions" ] | 1730 allow_circular_includes_from += [ "//chrome/browser/extensions" ] |
| 1731 deps += [ | 1731 deps += [ |
| 1732 "//chrome/browser/sync_file_system/drive_backend:sync_file_system_drive_pr
oto", | 1732 "//chrome/browser/sync_file_system/drive_backend:sync_file_system_drive_pr
oto", |
| 1733 "//chrome/common/extensions/api", | 1733 "//chrome/common/extensions/api", |
| 1734 "//chrome/common/extensions/api:api_registration", | 1734 "//chrome/common/extensions/api:api_registration", |
| 1735 "//chrome/common/extensions/api:extensions_features", | 1735 "//chrome/common/extensions/api:extensions_features", |
| 1736 "//components/cryptauth", |
| 1736 "//components/drive", | 1737 "//components/drive", |
| 1737 "//components/proximity_auth/ble", | 1738 "//components/proximity_auth/ble", |
| 1738 "//components/proximity_auth/cryptauth", | |
| 1739 "//extensions/components/javascript_dialog_extensions_client", | 1739 "//extensions/components/javascript_dialog_extensions_client", |
| 1740 "//media/cast:net", | 1740 "//media/cast:net", |
| 1741 ] | 1741 ] |
| 1742 } | 1742 } |
| 1743 if (enable_background) { | 1743 if (enable_background) { |
| 1744 sources += [ | 1744 sources += [ |
| 1745 "background/background_application_list_model.cc", | 1745 "background/background_application_list_model.cc", |
| 1746 "background/background_application_list_model.h", | 1746 "background/background_application_list_model.h", |
| 1747 "background/background_contents_service.cc", | 1747 "background/background_contents_service.cc", |
| 1748 "background/background_contents_service.h", | 1748 "background/background_contents_service.h", |
| (...skipping 2653 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4402 # linking all of the test support. | 4402 # linking all of the test support. |
| 4403 static_library("pepper_cdm_test_constants") { | 4403 static_library("pepper_cdm_test_constants") { |
| 4404 testonly = true | 4404 testonly = true |
| 4405 visibility = [ "//chrome/*" ] | 4405 visibility = [ "//chrome/*" ] |
| 4406 sources = [ | 4406 sources = [ |
| 4407 "media/pepper_cdm_test_constants.cc", | 4407 "media/pepper_cdm_test_constants.cc", |
| 4408 "media/pepper_cdm_test_constants.h", | 4408 "media/pepper_cdm_test_constants.h", |
| 4409 ] | 4409 ] |
| 4410 } | 4410 } |
| 4411 } | 4411 } |
| OLD | NEW |