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

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

Issue 2409423002: Move ENABLE_PEPPER_CDMS to a buildflag header. (Closed)
Patch Set: Fix and format Created 4 years, 2 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/renderer/render_frame_impl.cc ('k') | extensions/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/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("//mojo/public/tools/bindings/mojom.gni") 10 import("//mojo/public/tools/bindings/mojom.gni")
(...skipping 1404 matching lines...) Expand 10 before | Expand all | Expand 10 after
1415 "//sql:test_support", 1415 "//sql:test_support",
1416 "//storage/browser", 1416 "//storage/browser",
1417 "//storage/common", 1417 "//storage/common",
1418 "//testing/gmock", 1418 "//testing/gmock",
1419 "//testing/gtest", 1419 "//testing/gtest",
1420 "//third_party/WebKit/public:blink", 1420 "//third_party/WebKit/public:blink",
1421 "//third_party/icu", 1421 "//third_party/icu",
1422 "//third_party/leveldatabase", 1422 "//third_party/leveldatabase",
1423 "//third_party/libjingle", 1423 "//third_party/libjingle",
1424 "//third_party/re2", 1424 "//third_party/re2",
1425 "//third_party/widevine/cdm:version_h", 1425 "//third_party/widevine/cdm:headers",
1426 "//ui/accessibility", 1426 "//ui/accessibility",
1427 "//ui/base:test_support", 1427 "//ui/base:test_support",
1428 "//ui/compositor:test_support", 1428 "//ui/compositor:test_support",
1429 "//ui/display", 1429 "//ui/display",
1430 "//ui/display:test_support", 1430 "//ui/display:test_support",
1431 "//ui/events:gesture_detection", 1431 "//ui/events:gesture_detection",
1432 "//ui/events:test_support", 1432 "//ui/events:test_support",
1433 "//ui/events/blink", 1433 "//ui/events/blink",
1434 "//ui/gfx:test_support", 1434 "//ui/gfx:test_support",
1435 "//ui/gfx/geometry", 1435 "//ui/gfx/geometry",
(...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after
1705 if (is_android) { 1705 if (is_android) {
1706 deps += [ "//testing/android/native_test:native_test_native_code" ] 1706 deps += [ "//testing/android/native_test:native_test_native_code" ]
1707 } 1707 }
1708 } 1708 }
1709 1709
1710 group("fuzzers") { 1710 group("fuzzers") {
1711 deps = [ 1711 deps = [
1712 "//content/test/fuzzer", 1712 "//content/test/fuzzer",
1713 ] 1713 ]
1714 } 1714 }
OLDNEW
« no previous file with comments | « content/renderer/render_frame_impl.cc ('k') | extensions/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698