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

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: Fixes for Reilly's comments. 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 441 matching lines...) Expand 10 before | Expand all | Expand 10 after
452 "//content/public/browser", 452 "//content/public/browser",
453 "//content/public/child", 453 "//content/public/child",
454 "//content/public/common", 454 "//content/public/common",
455 "//content/public/renderer", 455 "//content/public/renderer",
456 "//content/renderer:for_content_tests", 456 "//content/renderer:for_content_tests",
457 "//content/shell:content_shell_lib", 457 "//content/shell:content_shell_lib",
458 "//content/shell:pak", 458 "//content/shell:pak",
459 "//content/test:test_support", 459 "//content/test:test_support",
460 "//device/battery", 460 "//device/battery",
461 "//device/battery:mojo_bindings", 461 "//device/battery:mojo_bindings",
462 "//device/nfc:mojo_bindings",
462 "//device/vibration:mojo_bindings", 463 "//device/vibration:mojo_bindings",
463 "//gin", 464 "//gin",
464 "//gpu", 465 "//gpu",
465 "//ipc:test_support", 466 "//ipc:test_support",
466 "//media", 467 "//media",
467 "//media:test_support", 468 "//media:test_support",
468 "//media/audio:test_support", 469 "//media/audio:test_support",
469 "//media/base:test_support", 470 "//media/base:test_support",
470 "//mojo/edk/system", 471 "//mojo/edk/system",
471 "//mojo/edk/test:test_support", 472 "//mojo/edk/test:test_support",
(...skipping 516 matching lines...) Expand 10 before | Expand all | Expand 10 after
988 "//gpu:test_support", 989 "//gpu:test_support",
989 "//media/base/android", 990 "//media/base/android",
990 "//media/base/android:media_java", 991 "//media/base/android:media_java",
991 "//media/capture/video/android:capture_java", 992 "//media/capture/video/android:capture_java",
992 "//testing/gmock", 993 "//testing/gmock",
993 "//ui/android:ui_java", 994 "//ui/android:ui_java",
994 ] 995 ]
995 } 996 }
996 } 997 }
997 } 998 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698