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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 # Copyright 2016 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4 {
5 'type': '<(gtest_target_type)',
6 'sources': [
7 '<@(libaddressinput_test_files)',
8 'chromium/addressinput_util_unittest.cc',
9 'chromium/chrome_address_validator_unittest.cc',
10 'chromium/chrome_metadata_source_unittest.cc',
11 'chromium/chrome_storage_impl_unittest.cc',
12 'chromium/fallback_data_store_unittest.cc',
13 'chromium/storage_test_runner.cc',
14 'chromium/string_compare_unittest.cc',
15 'chromium/trie_unittest.cc',
16 ],
17 'include_dirs': [
18 '../../',
19 'src/cpp/src/',
20 ],
21 'dependencies': [
22 '../../base/base.gyp:run_all_unittests',
23 '../../components/prefs/prefs.gyp:prefs',
24 '../../net/net.gyp:net_test_support',
25 '../../testing/gtest.gyp:gtest',
26 'libaddressinput',
27 'libaddressinput_util',
28 ],
29 }
OLDNEW
« 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