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

Unified Diff: gpu/BUILD.gn

Issue 2778153002: Add missing header files to GN files (Closed)
Patch Set: manual fix for CrOS 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
Index: gpu/BUILD.gn
diff --git a/gpu/BUILD.gn b/gpu/BUILD.gn
index d726a637fd69b4234ea3c1489c8ddaac69a65ec8..7d100de71be48224b141ab5036a8746ae50a15b6 100644
--- a/gpu/BUILD.gn
+++ b/gpu/BUILD.gn
@@ -370,6 +370,7 @@ test("gpu_unittests") {
test("gpu_perftests") {
sources = [
"perftests/measurements.cc",
+ "perftests/measurements.h",
"perftests/run_all_tests.cc",
"perftests/texture_upload_perftest.cc",
]

Powered by Google App Engine
This is Rietveld 408576698