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

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

Issue 1243923002: Shorten audio_modem test_support target to just "test_support". (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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 | « no previous file | components/audio_modem/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 import("//build/config/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/crypto.gni") 6 import("//build/config/crypto.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//chrome/chrome_tests.gni") 9 import("//chrome/chrome_tests.gni")
10 import("//chrome/test/base/js2gtest.gni") 10 import("//chrome/test/base/js2gtest.gni")
(...skipping 1180 matching lines...) Expand 10 before | Expand all | Expand 10 after
1191 ] 1191 ]
1192 data_deps = [] 1192 data_deps = []
1193 1193
1194 # TODO(GYP) Windows stuff 1194 # TODO(GYP) Windows stuff
1195 # ['incremental_chrome_dll==1', { 1195 # ['incremental_chrome_dll==1', {
1196 # 'UseLibraryDependencyInputs': "true", 1196 # 'UseLibraryDependencyInputs': "true",
1197 1197
1198 if (!is_ios) { 1198 if (!is_ios) {
1199 deps += [ 1199 deps += [
1200 ":unit_tests_js", 1200 ":unit_tests_js",
1201 "//components/audio_modem:audio_modem_test_support", 1201 "//components/audio_modem:test_support",
1202 "//components/autofill/content/browser/wallet:test_support", 1202 "//components/autofill/content/browser/wallet:test_support",
1203 "//components/autofill/content/renderer:test_support", 1203 "//components/autofill/content/renderer:test_support",
1204 "//components/metrics/proto", 1204 "//components/metrics/proto",
1205 "//components/data_reduction_proxy/core/browser:test_support", 1205 "//components/data_reduction_proxy/core/browser:test_support",
1206 "//components/safe_json:test_support", 1206 "//components/safe_json:test_support",
1207 "//components/webdata_services:test_support", 1207 "//components/webdata_services:test_support",
1208 "//components/strings", 1208 "//components/strings",
1209 "//device/bluetooth:mocks", 1209 "//device/bluetooth:mocks",
1210 "//content/app/resources", 1210 "//content/app/resources",
1211 "//gpu:test_support", 1211 "//gpu:test_support",
(...skipping 552 matching lines...) Expand 10 before | Expand all | Expand 10 after
1764 "//third_party/mojo/src/mojo/edk/system", 1764 "//third_party/mojo/src/mojo/edk/system",
1765 ] 1765 ]
1766 1766
1767 if (!is_android && use_ash) { 1767 if (!is_android && use_ash) {
1768 sources += rebase_path( 1768 sources += rebase_path(
1769 chrome_tests_unit_gypi_values.chrome_test_support_unit_ash_sources, 1769 chrome_tests_unit_gypi_values.chrome_test_support_unit_ash_sources,
1770 ".", 1770 ".",
1771 "//chrome") 1771 "//chrome")
1772 } 1772 }
1773 } 1773 }
OLDNEW
« no previous file with comments | « no previous file | components/audio_modem/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698