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

Side by Side Diff: chrome/test/BUILD.gn

Issue 1579433002: Make profile statistics tasks inspectable by tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Renamed ProfileAttributesStorage related functions in profile_statistics.* Created 4 years, 9 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 | « chrome/chrome_tests_unit.gypi ('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/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/compiler/compiler.gni") 6 import("//build/config/compiler/compiler.gni")
7 import("//build/config/crypto.gni") 7 import("//build/config/crypto.gni")
8 import("//build/config/features.gni") 8 import("//build/config/features.gni")
9 import("//build/config/ui.gni") 9 import("//build/config/ui.gni")
10 import("//chrome/chrome_tests.gni") 10 import("//chrome/chrome_tests.gni")
(...skipping 1210 matching lines...) Expand 10 before | Expand all | Expand 10 after
1221 "../renderer/spellchecker/spellcheck_provider_hunspell_unittest.cc", 1221 "../renderer/spellchecker/spellcheck_provider_hunspell_unittest.cc",
1222 "../renderer/spellchecker/spellcheck_unittest.cc", 1222 "../renderer/spellchecker/spellcheck_unittest.cc",
1223 ] 1223 ]
1224 } 1224 }
1225 if (is_chromeos) { 1225 if (is_chromeos) {
1226 sources += [ 1226 sources += [
1227 "../browser/extensions/api/networking_private/networking_private_apitest .cc", 1227 "../browser/extensions/api/networking_private/networking_private_apitest .cc",
1228 "../browser/extensions/api/networking_private/networking_private_chromeo s_apitest.cc", 1228 "../browser/extensions/api/networking_private/networking_private_chromeo s_apitest.cc",
1229 ] 1229 ]
1230 } 1230 }
1231 if (is_android || is_ios || is_chromeos) {
1232 sources -= [ "../browser/profiles/profile_statistics_browsertest.cc" ]
1233 }
1231 if (!is_android && !is_ios) { 1234 if (!is_android && !is_ios) {
1232 sources += 1235 sources +=
1233 [ "../browser/copresence/chrome_whispernet_client_browsertest.cc" ] 1236 [ "../browser/copresence/chrome_whispernet_client_browsertest.cc" ]
1234 deps += [ "//components/copresence" ] 1237 deps += [ "//components/copresence" ]
1235 } 1238 }
1236 if (enable_app_list) { 1239 if (enable_app_list) {
1237 sources += rebase_path( 1240 sources += rebase_path(
1238 chrome_tests_gypi_values.chrome_browser_tests_app_list_sources, 1241 chrome_tests_gypi_values.chrome_browser_tests_app_list_sources,
1239 ".", 1242 ".",
1240 "//chrome") 1243 "//chrome")
(...skipping 508 matching lines...) Expand 10 before | Expand all | Expand 10 after
1749 "//ui/wm", 1752 "//ui/wm",
1750 ] 1753 ]
1751 } 1754 }
1752 if (!is_chromeos && is_linux) { 1755 if (!is_chromeos && is_linux) {
1753 sources += rebase_path( 1756 sources += rebase_path(
1754 chrome_tests_unit_gypi_values.chrome_unit_tests_desktop_linux_source s, 1757 chrome_tests_unit_gypi_values.chrome_unit_tests_desktop_linux_source s,
1755 ".", 1758 ".",
1756 "//chrome") 1759 "//chrome")
1757 } 1760 }
1758 if (!is_android && !is_ios && !is_chromeos) { 1761 if (!is_android && !is_ios && !is_chromeos) {
1759 sources += [ "//chrome/browser/profiles/profile_list_desktop_unittest.cc" ] 1762 sources += [
1763 "//chrome/browser/profiles/profile_list_desktop_unittest.cc",
1764 "//chrome/browser/profiles/profile_statistics_unittest.cc",
1765 ]
1760 } 1766 }
1761 if (!is_chromeos && !use_ozone && is_linux) { 1767 if (!is_chromeos && !use_ozone && is_linux) {
1762 deps += [ 1768 deps += [
1763 "//build/linux:gio", 1769 "//build/linux:gio",
1764 "//chrome/browser/ui/libgtk2ui", 1770 "//chrome/browser/ui/libgtk2ui",
1765 ] 1771 ]
1766 } 1772 }
1767 1773
1768 if (enable_task_manager) { 1774 if (enable_task_manager) {
1769 sources += rebase_path( 1775 sources += rebase_path(
(...skipping 469 matching lines...) Expand 10 before | Expand all | Expand 10 after
2239 if (is_android) { 2245 if (is_android) {
2240 android_library("unit_tests_java") { 2246 android_library("unit_tests_java") {
2241 DEPRECATED_java_in_dir = "//chrome/test/android/unit_tests_apk/src" 2247 DEPRECATED_java_in_dir = "//chrome/test/android/unit_tests_apk/src"
2242 deps = [ 2248 deps = [
2243 "//base:base_java", 2249 "//base:base_java",
2244 "//chrome/android:chrome_java", 2250 "//chrome/android:chrome_java",
2245 "//content/public/android:content_java", 2251 "//content/public/android:content_java",
2246 ] 2252 ]
2247 } 2253 }
2248 } 2254 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698