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

Unified Diff: extensions/browser/api/document_scan/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 | « extensions/browser/BUILD.gn ('k') | extensions/renderer/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/api/document_scan/BUILD.gn
diff --git a/extensions/browser/api/document_scan/BUILD.gn b/extensions/browser/api/document_scan/BUILD.gn
index 9112924785d5d8eeac3552a29b994398ed8a66fd..8688bd3f8d09e113689787e41761b54f6acec16c 100644
--- a/extensions/browser/api/document_scan/BUILD.gn
+++ b/extensions/browser/api/document_scan/BUILD.gn
@@ -9,6 +9,7 @@ source_set("document_scan") {
"document_scan_interface.cc",
"document_scan_interface.h",
"document_scan_interface_chromeos.cc",
+ "document_scan_interface_chromeos.h",
]
if (!is_chromeos) {
« no previous file with comments | « extensions/browser/BUILD.gn ('k') | extensions/renderer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698