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

Unified Diff: third_party/libaddressinput/libaddressinput_unittests.gypi

Issue 1695663005: [Testing] Version 2: Run libaddressinput_unittests on bots Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Initial 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
Index: third_party/libaddressinput/libaddressinput_unittests.gypi
diff --git a/third_party/libaddressinput/libaddressinput_unittests.gypi b/third_party/libaddressinput/libaddressinput_unittests.gypi
new file mode 100644
index 0000000000000000000000000000000000000000..2334eb30fc621ed80add637f31dd415579e8664a
--- /dev/null
+++ b/third_party/libaddressinput/libaddressinput_unittests.gypi
@@ -0,0 +1,29 @@
+# Copyright 2016 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+{
+ 'type': '<(gtest_target_type)',
+ 'sources': [
+ '<@(libaddressinput_test_files)',
+ 'chromium/addressinput_util_unittest.cc',
+ 'chromium/chrome_address_validator_unittest.cc',
+ 'chromium/chrome_metadata_source_unittest.cc',
+ 'chromium/chrome_storage_impl_unittest.cc',
+ 'chromium/fallback_data_store_unittest.cc',
+ 'chromium/storage_test_runner.cc',
+ 'chromium/string_compare_unittest.cc',
+ 'chromium/trie_unittest.cc',
+ ],
+ 'include_dirs': [
+ '../../',
+ 'src/cpp/src/',
+ ],
+ 'dependencies': [
+ '../../base/base.gyp:run_all_unittests',
+ '../../components/prefs/prefs.gyp:prefs',
+ '../../net/net.gyp:net_test_support',
+ '../../testing/gtest.gyp:gtest',
+ 'libaddressinput',
+ 'libaddressinput_util',
+ ],
+}
« no previous file with comments | « third_party/libaddressinput/libaddressinput.gyp ('k') | third_party/libaddressinput/libaddressinput_unittests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698