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 1387 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1398 "//components/webdata_services", | 1398 "//components/webdata_services", |
1399 "//components/zoom", | 1399 "//components/zoom", |
1400 "//content/app/resources", | 1400 "//content/app/resources", |
1401 "//content/public/browser", | 1401 "//content/public/browser", |
1402 "//content/public/common", | 1402 "//content/public/common", |
1403 "//content/public/common:feature_h264_with_openh264_ffmpeg", | 1403 "//content/public/common:feature_h264_with_openh264_ffmpeg", |
1404 "//content/public/common:features", | 1404 "//content/public/common:features", |
1405 "//courgette:courgette_lib", | 1405 "//courgette:courgette_lib", |
1406 "//crypto", | 1406 "//crypto", |
1407 "//crypto:platform", | 1407 "//crypto:platform", |
1408 "//device/bluetooth:mojo", | |
1409 "//device/core", | 1408 "//device/core", |
1410 "//device/usb/mojo", | 1409 "//device/usb/mojo", |
1411 "//device/usb/public/interfaces", | 1410 "//device/usb/public/interfaces", |
1412 "//google_apis", | 1411 "//google_apis", |
1413 "//gpu/config", | 1412 "//gpu/config", |
1414 "//media", | 1413 "//media", |
1415 "//media/midi", | 1414 "//media/midi", |
1416 "//mojo/common", | 1415 "//mojo/common", |
1417 "//mojo/edk/system", | 1416 "//mojo/edk/system", |
1418 "//mojo/public/cpp/bindings", | 1417 "//mojo/public/cpp/bindings", |
(...skipping 2531 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3950 | 3949 |
3951 deps = [ | 3950 deps = [ |
3952 ":chrome_internal_resources_gen", | 3951 ":chrome_internal_resources_gen", |
3953 | 3952 |
3954 # Depend only on the generated mojo bindings since we read the .mojom.js | 3953 # Depend only on the generated mojo bindings since we read the .mojom.js |
3955 # file, rather than the whole mojo target which will link the C++ bindings. | 3954 # file, rather than the whole mojo target which will link the C++ bindings. |
3956 "//chrome/browser/ui/webui/engagement:mojo_bindings__generator", | 3955 "//chrome/browser/ui/webui/engagement:mojo_bindings__generator", |
3957 "//chrome/browser/ui/webui/omnibox:mojo_bindings__generator", | 3956 "//chrome/browser/ui/webui/omnibox:mojo_bindings__generator", |
3958 "//chrome/browser/ui/webui/plugins:mojo_bindings__generator", | 3957 "//chrome/browser/ui/webui/plugins:mojo_bindings__generator", |
3959 "//chrome/browser/ui/webui/usb_internals:mojo_bindings__generator", | 3958 "//chrome/browser/ui/webui/usb_internals:mojo_bindings__generator", |
3960 "//device/bluetooth/public/interfaces:experimental_interfaces__generator", | |
3961 "//url/mojo:url_mojom_gurl__generator", | 3959 "//url/mojo:url_mojom_gurl__generator", |
3962 "//url/mojo:url_mojom_origin__generator", | 3960 "//url/mojo:url_mojom_origin__generator", |
3963 ] | 3961 ] |
3964 | 3962 |
3965 if (safe_browsing_mode > 0) { | 3963 if (safe_browsing_mode > 0) { |
3966 deps += | 3964 deps += |
3967 [ "//chrome/browser/resources/safe_browsing:make_file_types_protobuf" ] | 3965 [ "//chrome/browser/resources/safe_browsing:make_file_types_protobuf" ] |
3968 } | 3966 } |
3969 } | 3967 } |
3970 | 3968 |
(...skipping 303 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4274 # linking all of the test support. | 4272 # linking all of the test support. |
4275 static_library("pepper_cdm_test_constants") { | 4273 static_library("pepper_cdm_test_constants") { |
4276 testonly = true | 4274 testonly = true |
4277 visibility = [ "//chrome/*" ] | 4275 visibility = [ "//chrome/*" ] |
4278 sources = [ | 4276 sources = [ |
4279 "media/pepper_cdm_test_constants.cc", | 4277 "media/pepper_cdm_test_constants.cc", |
4280 "media/pepper_cdm_test_constants.h", | 4278 "media/pepper_cdm_test_constants.h", |
4281 ] | 4279 ] |
4282 } | 4280 } |
4283 } | 4281 } |
OLD | NEW |