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

Side by Side Diff: components/translate/core/browser/BUILD.gn

Issue 1951083002: Add three missing test files to gn builds (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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
« no previous file with comments | « components/safe_json/BUILD.gn ('k') | no next file » | 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 import("//build/config/ui.gni") 5 import("//build/config/ui.gni")
6 6
7 source_set("browser") { 7 source_set("browser") {
8 sources = [ 8 sources = [
9 "language_state.cc", 9 "language_state.cc",
10 "language_state.h", 10 "language_state.h",
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 } 73 }
74 74
75 source_set("unit_tests") { 75 source_set("unit_tests") {
76 testonly = true 76 testonly = true
77 sources = [ 77 sources = [
78 "language_state_unittest.cc", 78 "language_state_unittest.cc",
79 "mock_translate_driver.cc", 79 "mock_translate_driver.cc",
80 "mock_translate_driver.h", 80 "mock_translate_driver.h",
81 "translate_browser_metrics_unittest.cc", 81 "translate_browser_metrics_unittest.cc",
82 "translate_language_list_unittest.cc", 82 "translate_language_list_unittest.cc",
83 "translate_manager_unittest.cc",
83 "translate_prefs_unittest.cc", 84 "translate_prefs_unittest.cc",
84 "translate_script_unittest.cc", 85 "translate_script_unittest.cc",
85 ] 86 ]
86 deps = [ 87 deps = [
87 ":browser", 88 ":browser",
88 "//base", 89 "//base",
89 "//components/pref_registry:test_support", 90 "//components/pref_registry:test_support",
90 "//components/prefs", 91 "//components/prefs",
91 "//components/translate/core/common", 92 "//components/translate/core/common",
92 "//net:test_support", 93 "//net:test_support",
93 "//testing/gtest", 94 "//testing/gtest",
94 ] 95 ]
95 if (!use_aura) { 96 if (!use_aura) {
96 sources += [ "translate_ui_delegate_unittest.cc" ] 97 sources += [ "translate_ui_delegate_unittest.cc" ]
97 deps += [ "//components/infobars/core" ] 98 deps += [ "//components/infobars/core" ]
98 } 99 }
99 } 100 }
OLDNEW
« no previous file with comments | « components/safe_json/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698