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

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

Issue 2132673002: Adding Navigation Throttles to DevTools (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reduce number of delta lines in DevToolsProtocolTest Created 4 years, 5 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 467 matching lines...) Expand 10 before | Expand all | Expand 10 after
478 "//mojo/public/cpp/bindings", 478 "//mojo/public/cpp/bindings",
479 "//mojo/public/js", 479 "//mojo/public/js",
480 "//net:test_support", 480 "//net:test_support",
481 "//services/shell/public/cpp", 481 "//services/shell/public/cpp",
482 "//storage/browser", 482 "//storage/browser",
483 "//testing/gmock", 483 "//testing/gmock",
484 "//testing/gtest", 484 "//testing/gtest",
485 "//third_party/WebKit/public:blink", 485 "//third_party/WebKit/public:blink",
486 "//third_party/leveldatabase", 486 "//third_party/leveldatabase",
487 "//third_party/mesa:osmesa", 487 "//third_party/mesa:osmesa",
488 "//third_party/re2",
488 "//third_party/zlib", 489 "//third_party/zlib",
489 "//ui/accessibility", 490 "//ui/accessibility",
490 "//ui/accessibility:ax_gen", 491 "//ui/accessibility:ax_gen",
491 "//ui/base:test_support", 492 "//ui/base:test_support",
492 "//ui/base/ime", 493 "//ui/base/ime",
493 "//ui/compositor", 494 "//ui/compositor",
494 "//ui/gfx", 495 "//ui/gfx",
495 "//ui/gfx/geometry", 496 "//ui/gfx/geometry",
496 "//ui/gl", 497 "//ui/gl",
497 "//ui/gl:test_support", 498 "//ui/gl:test_support",
(...skipping 425 matching lines...) Expand 10 before | Expand all | Expand 10 after
923 fuzzer_test("renderer_fuzzer") { 924 fuzzer_test("renderer_fuzzer") {
924 sources = [ 925 sources = [
925 "renderer_fuzzer.cc", 926 "renderer_fuzzer.cc",
926 ] 927 ]
927 deps = [ 928 deps = [
928 ":test_support", 929 ":test_support",
929 "//content/shell:content_shell_lib", 930 "//content/shell:content_shell_lib",
930 ] 931 ]
931 dict = "data/fuzzer_dictionaries/renderer_fuzzer.dict" 932 dict = "data/fuzzer_dictionaries/renderer_fuzzer.dict"
932 } 933 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698