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

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

Issue 1708543002: [webnfc] Implement push() method in blink nfc module. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@onionsoup_webnfc
Patch Set: Rebased. Created 4 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
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/compiler/compiler.gni") 6 import("//build/config/compiler/compiler.gni")
7 import("//build/config/crypto.gni") 7 import("//build/config/crypto.gni")
8 import("//build/config/features.gni") 8 import("//build/config/features.gni")
9 import("//build/config/ui.gni") 9 import("//build/config/ui.gni")
10 import("//build_overrides/v8.gni") 10 import("//build_overrides/v8.gni")
(...skipping 433 matching lines...) Expand 10 before | Expand all | Expand 10 after
444 "//content/public/browser", 444 "//content/public/browser",
445 "//content/public/child", 445 "//content/public/child",
446 "//content/public/common", 446 "//content/public/common",
447 "//content/public/renderer", 447 "//content/public/renderer",
448 "//content/renderer:for_content_tests", 448 "//content/renderer:for_content_tests",
449 "//content/shell:content_shell_lib", 449 "//content/shell:content_shell_lib",
450 "//content/shell:pak", 450 "//content/shell:pak",
451 "//content/test:test_support", 451 "//content/test:test_support",
452 "//device/battery", 452 "//device/battery",
453 "//device/battery:mojo_bindings", 453 "//device/battery:mojo_bindings",
454 "//device/nfc:mojo_bindings",
454 "//device/vibration:mojo_bindings", 455 "//device/vibration:mojo_bindings",
455 "//gin", 456 "//gin",
456 "//gpu", 457 "//gpu",
457 "//ipc:test_support", 458 "//ipc:test_support",
458 "//media", 459 "//media",
459 "//media:test_support", 460 "//media:test_support",
460 "//media/audio:test_support", 461 "//media/audio:test_support",
461 "//media/base:test_support", 462 "//media/base:test_support",
462 "//mojo/edk/system", 463 "//mojo/edk/system",
463 "//mojo/edk/test:test_support", 464 "//mojo/edk/test:test_support",
(...skipping 430 matching lines...) Expand 10 before | Expand all | Expand 10 after
894 "//testing/gtest", 895 "//testing/gtest",
895 "//testing/perf", 896 "//testing/perf",
896 "//ui/gfx", 897 "//ui/gfx",
897 "//ui/gfx/geometry", 898 "//ui/gfx/geometry",
898 ] 899 ]
899 900
900 if (is_android) { 901 if (is_android) {
901 deps += [ "//testing/android/native_test:native_test_native_code" ] 902 deps += [ "//testing/android/native_test:native_test_native_code" ]
902 } 903 }
903 } 904 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698