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

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

Issue 2602103003: Remove the _cpp_sources target from mojom. (Closed)
Patch Set: update/undelete comments Created 3 years, 11 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/BUILD.gn ('k') | mojo/public/tools/bindings/mojom.gni » ('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("//media/media_options.gni") 10 import("//media/media_options.gni")
(...skipping 1418 matching lines...) Expand 10 before | Expand all | Expand 10 after
1429 "//gpu/ipc/host", 1429 "//gpu/ipc/host",
1430 "//ipc:test_support", 1430 "//ipc:test_support",
1431 "//media:shared_memory_support", 1431 "//media:shared_memory_support",
1432 "//media:test_support", 1432 "//media:test_support",
1433 "//media/audio:test_support", 1433 "//media/audio:test_support",
1434 "//media/base:test_support", 1434 "//media/base:test_support",
1435 "//media/blink", 1435 "//media/blink",
1436 "//media/capture", 1436 "//media/capture",
1437 "//media/capture/mojo:capture_types", 1437 "//media/capture/mojo:capture_types",
1438 "//media/midi:midi", 1438 "//media/midi:midi",
1439 "//media/midi:mojo_cpp_sources", 1439 "//media/midi:mojo",
1440 "//mojo/edk/test:test_support", 1440 "//mojo/edk/test:test_support",
1441 "//mojo/public/cpp/bindings", 1441 "//mojo/public/cpp/bindings",
1442 "//net:extras", 1442 "//net:extras",
1443 "//net:test_support", 1443 "//net:test_support",
1444 "//ppapi/c", 1444 "//ppapi/c",
1445 "//ppapi/features", 1445 "//ppapi/features",
1446 "//printing", 1446 "//printing",
1447 "//services/file:lib", 1447 "//services/file:lib",
1448 "//services/file/public/interfaces", 1448 "//services/file/public/interfaces",
1449 "//services/service_manager/public/cpp:service_test_support", 1449 "//services/service_manager/public/cpp:service_test_support",
(...skipping 306 matching lines...) Expand 10 before | Expand all | Expand 10 after
1756 if (is_android) { 1756 if (is_android) {
1757 deps += [ "//testing/android/native_test:native_test_native_code" ] 1757 deps += [ "//testing/android/native_test:native_test_native_code" ]
1758 } 1758 }
1759 } 1759 }
1760 1760
1761 group("fuzzers") { 1761 group("fuzzers") {
1762 deps = [ 1762 deps = [
1763 "//content/test/fuzzer", 1763 "//content/test/fuzzer",
1764 ] 1764 ]
1765 } 1765 }
OLDNEW
« no previous file with comments | « content/renderer/BUILD.gn ('k') | mojo/public/tools/bindings/mojom.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698