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

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

Issue 2415083002: Move Device Sensors client files from Blink to //device/sensors client lib (Closed)
Patch Set: Rebase Created 3 years, 9 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/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 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
230 "//content/app/strings", 230 "//content/app/strings",
231 "//content/gpu", 231 "//content/gpu",
232 "//content/public/common:service_names", 232 "//content/public/common:service_names",
233 "//content/shell/test_runner:test_runner", 233 "//content/shell/test_runner:test_runner",
234 "//content/test:content_test_mojo_bindings", 234 "//content/test:content_test_mojo_bindings",
235 "//content/test:layouttest_support", 235 "//content/test:layouttest_support",
236 "//content/test:test_support", 236 "//content/test:test_support",
237 "//device/bluetooth", 237 "//device/bluetooth",
238 "//device/bluetooth:mocks", 238 "//device/bluetooth:mocks",
239 "//device/geolocation", 239 "//device/geolocation",
240 "//device/sensors/public/cpp:full",
240 "//gin", 241 "//gin",
241 "//gpu", 242 "//gpu",
242 "//ipc", 243 "//ipc",
243 "//media", 244 "//media",
244 "//media/capture", 245 "//media/capture",
245 "//mojo/edk/js", 246 "//mojo/edk/js",
246 "//net", 247 "//net",
247 "//net:net_resources", 248 "//net:net_resources",
248 "//ppapi/features", 249 "//ppapi/features",
249 "//sandbox", 250 "//sandbox",
(...skipping 552 matching lines...) Expand 10 before | Expand all | Expand 10 after
802 data_deps += [ 803 data_deps += [
803 "//breakpad:dump_syms", 804 "//breakpad:dump_syms",
804 "//breakpad:microdump_stackwalk", 805 "//breakpad:microdump_stackwalk",
805 "//breakpad:minidump_dump", 806 "//breakpad:minidump_dump",
806 "//breakpad:minidump_stackwalk", 807 "//breakpad:minidump_stackwalk",
807 "//breakpad:symupload", 808 "//breakpad:symupload",
808 "//tools/android/forwarder2", 809 "//tools/android/forwarder2",
809 ] 810 ]
810 } 811 }
811 } 812 }
OLDNEW
« no previous file with comments | « content/renderer/renderer_blink_platform_impl.cc ('k') | content/shell/renderer/layout_test/blink_test_runner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698