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

Side by Side Diff: components/domain_reliability/BUILD.gn

Issue 756233002: Add more components unittests to the GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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 unified diff | Download patch
« no previous file with comments | « components/dom_distiller/webui/BUILD.gn ('k') | components/login/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 # Paths to the JSON files are kind of gross. They're stored in the gypi 5 # Paths to the JSON files are kind of gross. They're stored in the gypi
6 # relative to //components, since that's the working directory gyp seems 6 # relative to //components, since that's the working directory gyp seems
7 # to use for all of the components. When we depend on them here, we need 7 # to use for all of the components. When we depend on them here, we need
8 # to remove the leading domain_reliability, since *our* working directory 8 # to remove the leading domain_reliability, since *our* working directory
9 # is one level deeper. When we call bake_in_configs.py, we need to give 9 # is one level deeper. When we call bake_in_configs.py, we need to give
10 # it a properly-rebased path to //components so it can properly join the 10 # it a properly-rebased path to //components so it can properly join the
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 "monitor_unittest.cc", 81 "monitor_unittest.cc",
82 "scheduler_unittest.cc", 82 "scheduler_unittest.cc",
83 "test_util.cc", 83 "test_util.cc",
84 "test_util.h", 84 "test_util.h",
85 "uploader_unittest.cc", 85 "uploader_unittest.cc",
86 "util_unittest.cc", 86 "util_unittest.cc",
87 ] 87 ]
88 88
89 deps = [ 89 deps = [
90 ":domain_reliability", 90 ":domain_reliability",
91 "//base",
92 "//base/test:test_support",
93 "//net:test_support",
91 "//testing/gtest", 94 "//testing/gtest",
92 ] 95 ]
93 } 96 }
OLDNEW
« no previous file with comments | « components/dom_distiller/webui/BUILD.gn ('k') | components/login/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698