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

Unified Diff: ui/shell_dialogs/shell_dialogs.gyp

Issue 1759113002: Make shell_dialogs_unittests link correctly on Non-Windows gyp builds. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/shell_dialogs/shell_dialogs.gyp
diff --git a/ui/shell_dialogs/shell_dialogs.gyp b/ui/shell_dialogs/shell_dialogs.gyp
index 2329f8fa19e4a03339146c26b2f853d6dab29fae..3250612e52079e90d8a3926c2355c7a88fe74a8a 100644
--- a/ui/shell_dialogs/shell_dialogs.gyp
+++ b/ui/shell_dialogs/shell_dialogs.gyp
@@ -83,12 +83,12 @@
'dependencies': [
'../../base/base.gyp:base',
'../../base/base.gyp:test_support_base',
- '../../base/base.gyp:run_all_unittests',
'../../testing/gtest.gyp:gtest',
'shell_dialogs',
],
'sources': [
# Note: file list duplicated in GN build.
+ '../../base/test/run_all_unittests.cc',
karandeepb 2016/03/04 04:08:27 It seems that targets without any sources cause li
Nico 2016/03/04 07:33:21 It is true that a target without any sources can c
karandeepb 2016/03/06 06:10:23 I have pasted the failing link line on the linked
'select_file_dialog_win_unittest.cc',
],
},
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698