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

Side by Side Diff: content/shell/BUILD.gn

Issue 2737343003: bluetooth: Add FakeBluetooth interface (Closed)
Patch Set: move web-bluetooth-test.js Created 3 years, 8 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
« no previous file with comments | « no previous file | content/shell/browser/content_shell_browser_manifest_overlay.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/sanitizers/sanitizers.gni") 6 import("//build/config/sanitizers/sanitizers.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//build/config/win/console_app.gni") 8 import("//build/config/win/console_app.gni")
9 import("//build/config/win/manifest.gni") 9 import("//build/config/win/manifest.gni")
10 import("//media/media_options.gni") 10 import("//media/media_options.gni")
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
231 "//content:resources", 231 "//content:resources",
232 "//content/app/resources", 232 "//content/app/resources",
233 "//content/app/strings", 233 "//content/app/strings",
234 "//content/gpu", 234 "//content/gpu",
235 "//content/public/common:service_names", 235 "//content/public/common:service_names",
236 "//content/shell/test_runner:test_runner", 236 "//content/shell/test_runner:test_runner",
237 "//content/test:content_test_mojo_bindings", 237 "//content/test:content_test_mojo_bindings",
238 "//content/test:layouttest_support", 238 "//content/test:layouttest_support",
239 "//content/test:test_support", 239 "//content/test:test_support",
240 "//device/bluetooth", 240 "//device/bluetooth",
241 "//device/bluetooth:fake_bluetooth",
241 "//device/bluetooth:mocks", 242 "//device/bluetooth:mocks",
242 "//device/geolocation", 243 "//device/geolocation",
243 "//device/sensors/public/cpp:full", 244 "//device/sensors/public/cpp:full",
244 "//gin", 245 "//gin",
245 "//gpu", 246 "//gpu",
246 "//media", 247 "//media",
247 "//media/capture", 248 "//media/capture",
248 "//mojo/edk/js", 249 "//mojo/edk/js",
249 "//net", 250 "//net",
250 "//net:net_resources", 251 "//net:net_resources",
(...skipping 557 matching lines...) Expand 10 before | Expand all | Expand 10 after
808 data_deps += [ 809 data_deps += [
809 "//breakpad:dump_syms", 810 "//breakpad:dump_syms",
810 "//breakpad:microdump_stackwalk", 811 "//breakpad:microdump_stackwalk",
811 "//breakpad:minidump_dump", 812 "//breakpad:minidump_dump",
812 "//breakpad:minidump_stackwalk", 813 "//breakpad:minidump_stackwalk",
813 "//breakpad:symupload", 814 "//breakpad:symupload",
814 "//tools/android/forwarder2", 815 "//tools/android/forwarder2",
815 ] 816 ]
816 } 817 }
817 } 818 }
OLDNEW
« no previous file with comments | « no previous file | content/shell/browser/content_shell_browser_manifest_overlay.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698