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

Unified Diff: cc/BUILD.gn

Issue 2770693003: Add missing .h files to .gn files that have a .cc file next to it in the gn file already. (Closed)
Patch Set: rebase Created 3 years, 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | cc/blink/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/BUILD.gn
diff --git a/cc/BUILD.gn b/cc/BUILD.gn
index ca386aaf09716d6176e27d4f35ff87b374a4e084..ac4e8b1d318aeb961441543f91413fad75d30c31 100644
--- a/cc/BUILD.gn
+++ b/cc/BUILD.gn
@@ -853,6 +853,7 @@ cc_test("cc_unittests") {
# Setup.
"test/cc_test_suite.cc",
+ "test/cc_test_suite.h",
"test/run_all_unittests.cc",
]
@@ -911,6 +912,7 @@ cc_test("cc_perftests") {
"raster/texture_compressor_perftest.cc",
"surfaces/surface_aggregator_perftest.cc",
"test/cc_test_suite.cc",
+ "test/cc_test_suite.h",
"test/run_all_perftests.cc",
"tiles/software_image_decode_cache_perftest.cc",
"tiles/tile_manager_perftest.cc",
« no previous file with comments | « no previous file | cc/blink/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698