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

Unified Diff: third_party/libaddressinput/libaddressinput.gyp

Issue 401883006: Use the correct directory for reading test data in libaddressinput. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 5 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 | tools/valgrind/gtest_exclude/libaddressinput_unittests.gtest-drmemory_win32.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libaddressinput/libaddressinput.gyp
diff --git a/third_party/libaddressinput/libaddressinput.gyp b/third_party/libaddressinput/libaddressinput.gyp
index 1745f5b81b613376c74fc82edf664a0c00251a6e..2ae761a8d18c32778d5f3b34a3939fca8a072608 100644
--- a/third_party/libaddressinput/libaddressinput.gyp
+++ b/third_party/libaddressinput/libaddressinput.gyp
@@ -4,6 +4,7 @@
{
'includes': ['src/cpp/libaddressinput.gypi'],
'variables': {
+ 'libaddressinput_test_data_dir%': 'src/third_party/libaddressinput/src/testdata',
'libaddressinput_util_files': [
'src/cpp/src/address_data.cc',
'src/cpp/src/address_field.cc',
@@ -144,7 +145,7 @@
'chromium/trie_unittest.cc',
],
'defines': [
- 'TEST_DATA_DIR="third_party/libaddressinput/src/testdata"',
+ 'TEST_DATA_DIR="<(libaddressinput_test_data_dir)"',
],
'include_dirs': [
'../../',
« no previous file with comments | « no previous file | tools/valgrind/gtest_exclude/libaddressinput_unittests.gtest-drmemory_win32.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698