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 444 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
455 "//chrome/app_shim", | 455 "//chrome/app_shim", |
456 "//chrome/browser/apps/app_shim", | 456 "//chrome/browser/apps/app_shim", |
457 ] | 457 ] |
458 } | 458 } |
459 if (enable_extensions) { | 459 if (enable_extensions) { |
460 public_deps += [ "//chrome/browser/extensions" ] | 460 public_deps += [ "//chrome/browser/extensions" ] |
461 deps += [ | 461 deps += [ |
462 "//chrome/browser/sync_file_system/drive_backend:sync_file_system_drive_pr
oto", | 462 "//chrome/browser/sync_file_system/drive_backend:sync_file_system_drive_pr
oto", |
463 "//chrome/common/extensions/api", | 463 "//chrome/common/extensions/api", |
464 "//chrome/common/extensions/api:api_registration", | 464 "//chrome/common/extensions/api:api_registration", |
| 465 "//chrome/common/extensions/api:extensions_features", |
465 "//components/drive:drive", | 466 "//components/drive:drive", |
466 "//components/proximity_auth/ble", | 467 "//components/proximity_auth/ble", |
467 "//components/proximity_auth/cryptauth", | 468 "//components/proximity_auth/cryptauth", |
468 "//extensions/components/javascript_dialog_extensions_client", | 469 "//extensions/components/javascript_dialog_extensions_client", |
469 "//media/cast:net", | 470 "//media/cast:net", |
470 ] | 471 ] |
471 sources += rebase_path(gypi_values.chrome_browser_extensions_sources, | 472 sources += rebase_path(gypi_values.chrome_browser_extensions_sources, |
472 ".", | 473 ".", |
473 "//chrome") | 474 "//chrome") |
474 } | 475 } |
(...skipping 897 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1372 # linking all of the test support. | 1373 # linking all of the test support. |
1373 static_library("pepper_cdm_test_constants") { | 1374 static_library("pepper_cdm_test_constants") { |
1374 testonly = true | 1375 testonly = true |
1375 visibility = [ "//chrome/*" ] | 1376 visibility = [ "//chrome/*" ] |
1376 sources = [ | 1377 sources = [ |
1377 "media/pepper_cdm_test_constants.cc", | 1378 "media/pepper_cdm_test_constants.cc", |
1378 "media/pepper_cdm_test_constants.h", | 1379 "media/pepper_cdm_test_constants.h", |
1379 ] | 1380 ] |
1380 } | 1381 } |
1381 } | 1382 } |
OLD | NEW |