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

Unified Diff: ui/base/BUILD.gn

Issue 806183002: Fix few targets in UI during GN build on Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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
« ui/aura/BUILD.gn ('K') | « ui/aura/BUILD.gn ('k') | ui/views/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/BUILD.gn
diff --git a/ui/base/BUILD.gn b/ui/base/BUILD.gn
index 5a0e75a00d9cccb6495e64f46bce8637d9a19751..bf13973bca2f04ab6a634432d0c24484714926fe 100644
--- a/ui/base/BUILD.gn
+++ b/ui/base/BUILD.gn
@@ -826,6 +826,10 @@ if (!is_android) {
"win/hwnd_subclass_unittest.cc",
"win/open_file_name_win_unittest.cc",
]
+ sources -= [
+ "dragdrop/os_exchange_data_provider_aurax11_unittest.cc",
tfarina 2014/12/16 13:14:08 Don't we have a filename filter for x11?
Slava Chigrin 2014/12/16 13:32:34 As far as I understand, file name filter for GN is
+ "x/selection_requestor_unittest.cc",
+ ]
ldflags = [
"/DELAYLOAD:d2d1.dll",
« ui/aura/BUILD.gn ('K') | « ui/aura/BUILD.gn ('k') | ui/views/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698