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

Unified Diff: chrome/test/BUILD.gn

Issue 2784393003: Add missing header files to GN files (2 of N) (Closed)
Patch Set: manual fixes 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 | « chrome/browser/ui/BUILD.gn ('k') | components/nacl/renderer/plugin/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index e8a94058a80200bc72c72414c3126c0fae6e193f..6dcbe8ada1135577c89f1efcdc6fb349009c016c 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -1429,6 +1429,7 @@ test("browser_tests") {
"../browser/extensions/api/idltest/idltest_apitest.cc",
"../browser/extensions/api/image_writer_private/image_writer_private_apitest.cc",
"../browser/extensions/api/image_writer_private/test_utils.cc",
+ "../browser/extensions/api/image_writer_private/test_utils.h",
"../browser/extensions/api/inline_install_private/inline_install_private_apitest.cc",
"../browser/extensions/api/input_ime/input_ime_apitest_chromeos.cc",
"../browser/extensions/api/instance_id/instance_id_apitest.cc",
@@ -3915,6 +3916,7 @@ test("unit_tests") {
"../browser/extensions/api/image_writer_private/operation_unittest.cc",
"../browser/extensions/api/image_writer_private/removable_storage_provider_chromeos_unittest.cc",
"../browser/extensions/api/image_writer_private/test_utils.cc",
+ "../browser/extensions/api/image_writer_private/test_utils.h",
"../browser/extensions/api/image_writer_private/write_from_file_operation_unittest.cc",
"../browser/extensions/api/image_writer_private/write_from_url_operation_unittest.cc",
"../browser/extensions/api/management/management_api_unittest.cc",
« no previous file with comments | « chrome/browser/ui/BUILD.gn ('k') | components/nacl/renderer/plugin/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698