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

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, fixes for Reilly's comments. Created 4 years, 6 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 434 matching lines...) Expand 10 before | Expand all | Expand 10 after
445 "//content/public/browser", 445 "//content/public/browser",
446 "//content/public/child", 446 "//content/public/child",
447 "//content/public/common", 447 "//content/public/common",
448 "//content/public/renderer", 448 "//content/public/renderer",
449 "//content/renderer:for_content_tests", 449 "//content/renderer:for_content_tests",
450 "//content/shell:content_shell_lib", 450 "//content/shell:content_shell_lib",
451 "//content/shell:pak", 451 "//content/shell:pak",
452 "//content/test:test_support", 452 "//content/test:test_support",
453 "//device/battery", 453 "//device/battery",
454 "//device/battery:mojo_bindings", 454 "//device/battery:mojo_bindings",
455 "//device/nfc:mojo_bindings",
455 "//device/vibration:mojo_bindings", 456 "//device/vibration:mojo_bindings",
456 "//gin", 457 "//gin",
457 "//gpu", 458 "//gpu",
458 "//ipc:test_support", 459 "//ipc:test_support",
459 "//media", 460 "//media",
460 "//media:test_support", 461 "//media:test_support",
461 "//media/audio:test_support", 462 "//media/audio:test_support",
462 "//media/base:test_support", 463 "//media/base:test_support",
463 "//mojo/edk/system", 464 "//mojo/edk/system",
464 "//mojo/edk/test:test_support", 465 "//mojo/edk/test:test_support",
(...skipping 431 matching lines...) Expand 10 before | Expand all | Expand 10 after
896 "//testing/gtest", 897 "//testing/gtest",
897 "//testing/perf", 898 "//testing/perf",
898 "//ui/gfx", 899 "//ui/gfx",
899 "//ui/gfx/geometry", 900 "//ui/gfx/geometry",
900 ] 901 ]
901 902
902 if (is_android) { 903 if (is_android) {
903 deps += [ "//testing/android/native_test:native_test_native_code" ] 904 deps += [ "//testing/android/native_test:native_test_native_code" ]
904 } 905 }
905 } 906 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698