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/crypto.gni") | 5 import("//build/config/crypto.gni") |
6 import("//build/config/features.gni") | 6 import("//build/config/features.gni") |
7 import("//build/config/ui.gni") | 7 import("//build/config/ui.gni") |
8 import("//build/module_args/v8.gni") | 8 import("//build/module_args/v8.gni") |
9 import("//testing/test.gni") | 9 import("//testing/test.gni") |
10 | 10 |
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
135 "//content/public/utility", | 135 "//content/public/utility", |
136 "//components/autofill/core/browser:test_support", | 136 "//components/autofill/core/browser:test_support", |
137 "//components/captive_portal:test_support", | 137 "//components/captive_portal:test_support", |
138 "//components/infobars/core", | 138 "//components/infobars/core", |
139 "//components/sessions:test_support", | 139 "//components/sessions:test_support", |
140 "//components/user_manager:test_support", | 140 "//components/user_manager:test_support", |
141 "//components/web_resource:test_support", | 141 "//components/web_resource:test_support", |
142 "//google_apis:test_support", | 142 "//google_apis:test_support", |
143 "//ipc:test_support", | 143 "//ipc:test_support", |
144 "//media:test_support", | 144 "//media:test_support", |
145 "//ppapi:ppapi_shared", | 145 "//ppapi/shared_impl", |
146 "//sql:test_support", | 146 "//sql:test_support", |
147 "//third_party/leveldatabase", | 147 "//third_party/leveldatabase", |
148 "//ui/base", | 148 "//ui/base", |
149 "//ui/events:events_base", | 149 "//ui/events:events_base", |
150 "//ui/gl", | 150 "//ui/gl", |
151 ] | 151 ] |
152 } | 152 } |
153 | 153 |
154 if (enable_extensions) { | 154 if (enable_extensions) { |
155 deps += [ | 155 deps += [ |
(...skipping 996 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1152 "//base/test:test_support_perf", | 1152 "//base/test:test_support_perf", |
1153 "//testing/gtest", | 1153 "//testing/gtest", |
1154 "//testing/perf", | 1154 "//testing/perf", |
1155 "//third_party/widevine/cdm:version_h", | 1155 "//third_party/widevine/cdm:version_h", |
1156 ] | 1156 ] |
1157 | 1157 |
1158 # TODO(GYP) CDM adapter stuff. | 1158 # TODO(GYP) CDM adapter stuff. |
1159 #if (enable_pepper_cdms) { | 1159 #if (enable_pepper_cdms) { |
1160 # deps += [ | 1160 # deps += [ |
1161 # "//media/cdm/ppapi:clearkeycdmadapter", | 1161 # "//media/cdm/ppapi:clearkeycdmadapter", |
1162 # "//ppapi:ppapi_cpp", | 1162 # "//ppapi/cpp", |
1163 # "//third_party/widevine/cdm:adapter", | 1163 # "//third_party/widevine/cdm:adapter", |
1164 # ] | 1164 # ] |
1165 #} | 1165 #} |
1166 } | 1166 } |
1167 | 1167 |
1168 unit_gypi_values = exec_script("//build/gypi_to_gn.py", | 1168 unit_gypi_values = exec_script("//build/gypi_to_gn.py", |
1169 [ rebase_path("../chrome_tests_unit.gypi") ], | 1169 [ rebase_path("../chrome_tests_unit.gypi") ], |
1170 "scope", | 1170 "scope", |
1171 [ "../chrome_tests_unit.gypi" ]) | 1171 [ "../chrome_tests_unit.gypi" ]) |
1172 | 1172 |
(...skipping 498 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1671 } | 1671 } |
1672 if (use_ozone) { | 1672 if (use_ozone) { |
1673 # crbug.com/354036 | 1673 # crbug.com/354036 |
1674 sources -= [ "../browser/chromeos/events/event_rewriter_unittest.cc" ] | 1674 sources -= [ "../browser/chromeos/events/event_rewriter_unittest.cc" ] |
1675 } | 1675 } |
1676 if (!enable_plugin_installation) { | 1676 if (!enable_plugin_installation) { |
1677 sources -= [ "../browser/plugins/plugin_installer_unittest.cc" ] | 1677 sources -= [ "../browser/plugins/plugin_installer_unittest.cc" ] |
1678 } | 1678 } |
1679 } | 1679 } |
1680 } | 1680 } |
OLD | NEW |