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

Unified Diff: chrome/chrome_tests_unit.gypi

Issue 1922563002: Created BUILD.gn for libsecret (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed dropped tests and applied recommendations Created 4 years, 8 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
Index: chrome/chrome_tests_unit.gypi
diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
index 4e3a7cd51996c6f216ba9aebe6e69c7d0697fe23..98082124476907480ff7cd6dbbc341ceed8005a5 100644
--- a/chrome/chrome_tests_unit.gypi
+++ b/chrome/chrome_tests_unit.gypi
@@ -2557,7 +2557,10 @@
['OS=="linux" and chromeos!=1', {
'sources': [
'browser/password_manager/native_backend_libsecret_unittest.cc',
- ],
+ ],
+ 'include_dirs' : [
+ '../third_party/libsecret/'
+ ],
}],
['OS=="linux" and use_aura==1', {
'dependencies': [
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/test/BUILD.gn » ('j') | third_party/libsecret/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698