diff options
author | vchigrin <vchigrin@yandex-team.ru> | 2014-12-15 12:55:13 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-12-15 20:55:45 +0000 |
commit | 52933523b4508941fef952fb3d660df89227516a (patch) | |
tree | eb9ff39e9ccf7d6390b05c174991fc7a6c3d711d /printing | |
parent | a79e4e24a629948ab4ca7ac751539dac1243b594 (diff) | |
download | chromium_src-52933523b4508941fef952fb3d660df89227516a.zip chromium_src-52933523b4508941fef952fb3d660df89227516a.tar.gz chromium_src-52933523b4508941fef952fb3d660df89227516a.tar.bz2 |
Add missed files in Windows GN build for printing.
Review URL: https://codereview.chromium.org/803493003
Cr-Commit-Position: refs/heads/master@{#308413}
Diffstat (limited to 'printing')
-rw-r--r-- | printing/BUILD.gn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/printing/BUILD.gn b/printing/BUILD.gn index 6b6cb1b..d9cabe9 100644 --- a/printing/BUILD.gn +++ b/printing/BUILD.gn @@ -108,6 +108,8 @@ component("printing") { "backend/win_helper.cc", "backend/win_helper.h", "backend/print_backend_win.cc", + "printing_context_system_dialog_win.cc", + "printing_context_system_dialog_win.h", "printing_context_win.cc", "printing_context_win.h", ] |