| OLD | NEW |
| 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/features.gni") | 5 import("//build/config/features.gni") |
| 6 import("//build/config/ui.gni") | 6 import("//build/config/ui.gni") |
| 7 | 7 |
| 8 # GYP version: chrome/chrome_tests_unit.gypi:test_support_common | 8 # GYP version: chrome/chrome_tests_unit.gypi:test_support_common |
| 9 source_set("test_support") { | 9 source_set("test_support") { |
| 10 testonly = true | 10 testonly = true |
| (...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 61 "logging/win/log_file_printer.h", | 61 "logging/win/log_file_printer.h", |
| 62 "logging/win/log_file_reader.cc", | 62 "logging/win/log_file_reader.cc", |
| 63 "logging/win/log_file_reader.h", | 63 "logging/win/log_file_reader.h", |
| 64 "logging/win/mof_data_parser.cc", | 64 "logging/win/mof_data_parser.cc", |
| 65 "logging/win/mof_data_parser.h", | 65 "logging/win/mof_data_parser.h", |
| 66 "logging/win/test_log_collector.cc", | 66 "logging/win/test_log_collector.cc", |
| 67 "logging/win/test_log_collector.h", | 67 "logging/win/test_log_collector.h", |
| 68 ] | 68 ] |
| 69 | 69 |
| 70 # New deps should go in the non-iOS section below. | 70 # New deps should go in the non-iOS section below. |
| 71 public_deps = [ |
| 72 "//content/test:test_support", |
| 73 ] |
| 71 deps = [ | 74 deps = [ |
| 72 "//base:prefs_test_support", | 75 "//base:prefs_test_support", |
| 73 "//base/test:test_support", | 76 "//base/test:test_support", |
| 74 "//chrome:resources", | 77 "//chrome:resources", |
| 75 "//chrome:strings", | 78 "//chrome:strings", |
| 76 "//chrome/app:test_support", | 79 "//chrome/app:test_support", |
| 77 #"//chrome/app/theme:theme_resources", | 80 #"//chrome/app/theme:theme_resources", |
| 78 "//chrome/browser:test_support", | 81 "//chrome/browser:test_support", |
| 79 "//chrome/common:test_support", | 82 "//chrome/common:test_support", |
| 80 "//chrome/renderer:test_support", | 83 "//chrome/renderer:test_support", |
| 81 "//components/bookmarks/test", | 84 "//components/bookmarks/test", |
| 82 "//components/component_updater:test_support", | 85 "//components/component_updater:test_support", |
| 83 "//components/gcm_driver:test_support", | 86 "//components/gcm_driver:test_support", |
| 84 "//components/history/core/test:test", | 87 "//components/history/core/test:test", |
| 85 "//components/metrics:test_support", | 88 "//components/metrics:test_support", |
| 86 "//components/omnibox:test_support", | 89 "//components/omnibox:test_support", |
| 87 "//components/ownership", | 90 "//components/ownership", |
| 88 "//components/password_manager/core/browser:test_support", | 91 "//components/password_manager/core/browser:test_support", |
| 89 "//components/pref_registry:test_support", | 92 "//components/pref_registry:test_support", |
| 90 "//components/search_engines:test_support", | 93 "//components/search_engines:test_support", |
| 91 "//components/signin/core/browser:test_support", | 94 "//components/signin/core/browser:test_support", |
| 92 "//components/sync_driver:test_support", | 95 "//components/sync_driver:test_support", |
| 93 "//content/public/app:both", | 96 "//content/public/app:both", |
| 94 "//content/test:test_support", | |
| 95 "//ui/gfx:test_support", | 97 "//ui/gfx:test_support", |
| 96 "//net", | 98 "//net", |
| 97 "//net:test_support", | 99 "//net:test_support", |
| 98 "//skia", | 100 "//skia", |
| 99 "//sql", | 101 "//sql", |
| 100 "//sql:test_support", | 102 "//sql:test_support", |
| 101 "//sync", | 103 "//sync", |
| 102 "//testing/gmock", | 104 "//testing/gmock", |
| 103 "//testing/gtest", | 105 "//testing/gtest", |
| 104 "//third_party/zlib", | 106 "//third_party/zlib", |
| 105 "//ui/message_center:test_support", | 107 "//ui/message_center:test_support", |
| 106 ] | 108 ] |
| 107 | 109 |
| 108 forward_dependent_configs_from = [ | |
| 109 "//content/test:test_support", | |
| 110 ] | |
| 111 | |
| 112 if (!is_ios) { | 110 if (!is_ios) { |
| 113 deps += [ | 111 deps += [ |
| 114 "//chrome/common/extensions/api", | 112 "//chrome/common/extensions/api", |
| 115 "//chrome/plugin", | 113 "//chrome/plugin", |
| 116 "//chrome/renderer", | 114 "//chrome/renderer", |
| 117 "//chrome/utility", | 115 "//chrome/utility", |
| 118 "//content/public/child", | 116 "//content/public/child", |
| 119 "//content/public/common", | 117 "//content/public/common", |
| 120 "//content/public/plugin", | 118 "//content/public/plugin", |
| 121 "//content/public/renderer", | 119 "//content/public/renderer", |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 180 ":test_support", | 178 ":test_support", |
| 181 "//base", | 179 "//base", |
| 182 "//chrome:resources", | 180 "//chrome:resources", |
| 183 "//chrome:strings", | 181 "//chrome:strings", |
| 184 "//chrome/browser", | 182 "//chrome/browser", |
| 185 "//chrome/common", | 183 "//chrome/common", |
| 186 "//mojo/environment:chromium", | 184 "//mojo/environment:chromium", |
| 187 "//mojo/system", | 185 "//mojo/system", |
| 188 ] | 186 ] |
| 189 } | 187 } |
| OLD | NEW |