summaryrefslogtreecommitdiff
path: root/chromium/tools/win/chromeexts/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/tools/win/chromeexts/BUILD.gn')
-rw-r--r--chromium/tools/win/chromeexts/BUILD.gn8
1 files changed, 8 insertions, 0 deletions
diff --git a/chromium/tools/win/chromeexts/BUILD.gn b/chromium/tools/win/chromeexts/BUILD.gn
index 1b344ea0286..39d188b2bb8 100644
--- a/chromium/tools/win/chromeexts/BUILD.gn
+++ b/chromium/tools/win/chromeexts/BUILD.gn
@@ -4,7 +4,15 @@
shared_library("chromeexts") {
sources = [
+ "chrome_exts_command.cc",
+ "chrome_exts_command.h",
"chromeexts.cc",
"chromeexts.def",
+ "commands/hwnd_command.cc",
+ "commands/hwnd_command.h",
+ ]
+
+ deps = [
+ "//base",
]
}