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

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

Issue 2894373002: [DeviceService] Move //device/nfc to be part of the internal impl of Device Service (Closed)
Patch Set: Modify code comment Created 3 years, 7 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 | « content/public/android/DEPS ('k') | device/BUILD.gn » ('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/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/chromecast_build.gni") 6 import("//build/config/chromecast_build.gni")
7 import("//build/config/compiler/compiler.gni") 7 import("//build/config/compiler/compiler.gni")
8 import("//build/config/crypto.gni") 8 import("//build/config/crypto.gni")
9 import("//build/config/features.gni") 9 import("//build/config/features.gni")
10 import("//build/config/ui.gni") 10 import("//build/config/ui.gni")
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
257 "//content/public/child", 257 "//content/public/child",
258 "//content/public/common:interfaces", 258 "//content/public/common:interfaces",
259 "//content/public/common:service_names", 259 "//content/public/common:service_names",
260 "//content/public/renderer", 260 "//content/public/renderer",
261 "//content/public/utility", 261 "//content/public/utility",
262 "//content/renderer:for_content_tests", 262 "//content/renderer:for_content_tests",
263 "//content/shell:pak", 263 "//content/shell:pak",
264 "//content/utility:for_content_tests", 264 "//content/utility:for_content_tests",
265 "//device/base/synchronization", 265 "//device/base/synchronization",
266 "//device/geolocation", 266 "//device/geolocation",
267 "//device/nfc:mojo_bindings",
268 "//ipc:test_support", 267 "//ipc:test_support",
269 "//media", 268 "//media",
270 "//media/capture", 269 "//media/capture",
271 "//media/capture/mojo:image_capture", 270 "//media/capture/mojo:image_capture",
272 "//mojo/edk/system", 271 "//mojo/edk/system",
273 "//net:test_support", 272 "//net:test_support",
274 "//services/service_manager/public/cpp", 273 "//services/service_manager/public/cpp",
275 "//skia", 274 "//skia",
276 "//storage/browser", 275 "//storage/browser",
277 "//storage/browser:test_support", 276 "//storage/browser:test_support",
(...skipping 1579 matching lines...) Expand 10 before | Expand all | Expand 10 after
1857 if (is_android) { 1856 if (is_android) {
1858 deps += [ "//testing/android/native_test:native_test_native_code" ] 1857 deps += [ "//testing/android/native_test:native_test_native_code" ]
1859 } 1858 }
1860 } 1859 }
1861 1860
1862 group("fuzzers") { 1861 group("fuzzers") {
1863 deps = [ 1862 deps = [
1864 "//content/test/fuzzer", 1863 "//content/test/fuzzer",
1865 ] 1864 ]
1866 } 1865 }
OLDNEW
« no previous file with comments | « content/public/android/DEPS ('k') | device/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698