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 1383 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1394 "//components/webdata_services", | 1394 "//components/webdata_services", |
1395 "//components/zoom", | 1395 "//components/zoom", |
1396 "//content/app/resources", | 1396 "//content/app/resources", |
1397 "//content/public/browser", | 1397 "//content/public/browser", |
1398 "//content/public/common", | 1398 "//content/public/common", |
1399 "//content/public/common:feature_h264_with_openh264_ffmpeg", | 1399 "//content/public/common:feature_h264_with_openh264_ffmpeg", |
1400 "//content/public/common:features", | 1400 "//content/public/common:features", |
1401 "//courgette:courgette_lib", | 1401 "//courgette:courgette_lib", |
1402 "//crypto", | 1402 "//crypto", |
1403 "//crypto:platform", | 1403 "//crypto:platform", |
1404 "//device/bluetooth:mojo", | |
ortuno
2016/09/29 03:01:12
You also need a separate deps for //device/bluetoo
mbrunson
2016/09/29 18:00:09
Done.
| |
1404 "//device/core", | 1405 "//device/core", |
1405 "//device/usb/mojo", | 1406 "//device/usb/mojo", |
1406 "//device/usb/public/interfaces", | 1407 "//device/usb/public/interfaces", |
1407 "//google_apis", | 1408 "//google_apis", |
1408 "//gpu/config", | 1409 "//gpu/config", |
1409 "//media", | 1410 "//media", |
1410 "//media/midi", | 1411 "//media/midi", |
1411 "//mojo/common", | 1412 "//mojo/common", |
1412 "//mojo/edk/system", | 1413 "//mojo/edk/system", |
1413 "//mojo/public/cpp/bindings", | 1414 "//mojo/public/cpp/bindings", |
(...skipping 2837 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
4251 # linking all of the test support. | 4252 # linking all of the test support. |
4252 static_library("pepper_cdm_test_constants") { | 4253 static_library("pepper_cdm_test_constants") { |
4253 testonly = true | 4254 testonly = true |
4254 visibility = [ "//chrome/*" ] | 4255 visibility = [ "//chrome/*" ] |
4255 sources = [ | 4256 sources = [ |
4256 "media/pepper_cdm_test_constants.cc", | 4257 "media/pepper_cdm_test_constants.cc", |
4257 "media/pepper_cdm_test_constants.h", | 4258 "media/pepper_cdm_test_constants.h", |
4258 ] | 4259 ] |
4259 } | 4260 } |
4260 } | 4261 } |
OLD | NEW |