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

Unified Diff: chrome/chrome_tests.gypi

Issue 67283007: Build liblouis_nacl using gyp. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Don't copy build artifacts to final location (defered to the cl that lands all of chromevox). Created 7 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
« no previous file with comments | « chrome/browser_tests.isolate ('k') | chrome/test/data/chromeos/liblouis_nacl/manifest.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index bb4a9616d3e66abdee6895de337d50acd704f8a8..1f4b93195e263f1e6e1b8140eecc77c81603d92d 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -1667,7 +1667,17 @@
'test/data/nacl/nacl_test_data.gyp:*',
'../ppapi/native_client/native_client.gyp:nacl_irt',
'../ppapi/ppapi_untrusted.gyp:ppapi_nacl_tests',
- '../ppapi/tests/extensions/extensions.gyp:ppapi_tests_extensions_socket'
+ '../ppapi/tests/extensions/extensions.gyp:ppapi_tests_extensions_socket',
+ ],
+ 'conditions': [
+ ['OS=="linux"', {
M-A Ruel 2014/01/30 15:27:22 Are you sure the embedded conditions are right. It
+ 'sources': [
+ '../third_party/liblouis/nacl_wrapper/liblouis_wrapper_browsertest.cc',
+ ],
+ 'dependencies': [
+ '../third_party/liblouis/liblouis_untrusted.gyp:liblouis_test_data',
+ ],
+ }],
],
}],
['OS=="win" or OS=="linux"', {
« no previous file with comments | « chrome/browser_tests.isolate ('k') | chrome/test/data/chromeos/liblouis_nacl/manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698