Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(31)

Side by Side Diff: chrome/browser/BUILD.gn

Issue 2357383002: bluetooth: Add device list retrieval for chrome://bluetooth-internals (Closed)
Patch Set: Move dependency to //chrome/browser:resources target Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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",
1408 "//device/core", 1409 "//device/core",
1409 "//device/usb/mojo", 1410 "//device/usb/mojo",
1410 "//device/usb/public/interfaces", 1411 "//device/usb/public/interfaces",
1411 "//google_apis", 1412 "//google_apis",
1412 "//gpu/config", 1413 "//gpu/config",
1413 "//media", 1414 "//media",
1414 "//media/midi", 1415 "//media/midi",
1415 "//mojo/common", 1416 "//mojo/common",
1416 "//mojo/edk/system", 1417 "//mojo/edk/system",
1417 "//mojo/public/cpp/bindings", 1418 "//mojo/public/cpp/bindings",
(...skipping 2531 matching lines...) Expand 10 before | Expand all | Expand 10 after
3949 3950
3950 deps = [ 3951 deps = [
3951 ":chrome_internal_resources_gen", 3952 ":chrome_internal_resources_gen",
3952 3953
3953 # Depend only on the generated mojo bindings since we read the .mojom.js 3954 # Depend only on the generated mojo bindings since we read the .mojom.js
3954 # file, rather than the whole mojo target which will link the C++ bindings. 3955 # file, rather than the whole mojo target which will link the C++ bindings.
3955 "//chrome/browser/ui/webui/engagement:mojo_bindings__generator", 3956 "//chrome/browser/ui/webui/engagement:mojo_bindings__generator",
3956 "//chrome/browser/ui/webui/omnibox:mojo_bindings__generator", 3957 "//chrome/browser/ui/webui/omnibox:mojo_bindings__generator",
3957 "//chrome/browser/ui/webui/plugins:mojo_bindings__generator", 3958 "//chrome/browser/ui/webui/plugins:mojo_bindings__generator",
3958 "//chrome/browser/ui/webui/usb_internals:mojo_bindings__generator", 3959 "//chrome/browser/ui/webui/usb_internals:mojo_bindings__generator",
3960 "//device/bluetooth/public/interfaces:experimental_interfaces__generator",
3959 "//url/mojo:url_mojom_gurl__generator", 3961 "//url/mojo:url_mojom_gurl__generator",
3960 "//url/mojo:url_mojom_origin__generator", 3962 "//url/mojo:url_mojom_origin__generator",
3961 ] 3963 ]
3962 3964
3963 if (safe_browsing_mode > 0) { 3965 if (safe_browsing_mode > 0) {
3964 deps += 3966 deps +=
3965 [ "//chrome/browser/resources/safe_browsing:make_file_types_protobuf" ] 3967 [ "//chrome/browser/resources/safe_browsing:make_file_types_protobuf" ]
3966 } 3968 }
3967 } 3969 }
3968 3970
(...skipping 303 matching lines...) Expand 10 before | Expand all | Expand 10 after
4272 # linking all of the test support. 4274 # linking all of the test support.
4273 static_library("pepper_cdm_test_constants") { 4275 static_library("pepper_cdm_test_constants") {
4274 testonly = true 4276 testonly = true
4275 visibility = [ "//chrome/*" ] 4277 visibility = [ "//chrome/*" ]
4276 sources = [ 4278 sources = [
4277 "media/pepper_cdm_test_constants.cc", 4279 "media/pepper_cdm_test_constants.cc",
4278 "media/pepper_cdm_test_constants.h", 4280 "media/pepper_cdm_test_constants.h",
4279 ] 4281 ]
4280 } 4282 }
4281 } 4283 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/browser_resources.grd » ('j') | chrome/browser/chrome_content_browser_client.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698