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

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

Issue 1538923004: [win] Change Chrome Watcher configuration API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix outdated comment. Created 4 years, 11 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 2103 matching lines...) Expand 10 before | Expand all | Expand 10 after
2114 } 2114 }
2115 } 2115 }
2116 2116
2117 if (is_win || (is_linux && !is_chromeos)) { 2117 if (is_win || (is_linux && !is_chromeos)) {
2118 # TODO(GYP): Figure out which of these work and are needed on other 2118 # TODO(GYP): Figure out which of these work and are needed on other
2119 # platforms. 2119 # platforms.
2120 test("chrome_app_unittests") { 2120 test("chrome_app_unittests") {
2121 sources = [ 2121 sources = [
2122 "../app/chrome_watcher_client_unittest_win.cc", 2122 "../app/chrome_watcher_client_unittest_win.cc",
2123 "../app/chrome_watcher_client_win.cc", 2123 "../app/chrome_watcher_client_win.cc",
2124 "../app/chrome_watcher_command_line_unittest_win.cc",
2125 "../app/chrome_watcher_command_line_win.cc", 2124 "../app/chrome_watcher_command_line_win.cc",
2125 "../app/chrome_watcher_command_line_win_unittest.cc",
2126 "../app/delay_load_hook_unittest_win.cc", 2126 "../app/delay_load_hook_unittest_win.cc",
2127 "../app/delay_load_hook_win.cc", 2127 "../app/delay_load_hook_win.cc",
2128 "../app/delay_load_hook_win.h", 2128 "../app/delay_load_hook_win.h",
2129 "../app/resources/resources_unittest.cc", 2129 "../app/resources/resources_unittest.cc",
2130 "../app/signature_validator_win.cc", 2130 "../app/signature_validator_win.cc",
2131 "../app/signature_validator_win.h", 2131 "../app/signature_validator_win.h",
2132 "../app/signature_validator_win_unittest.cc", 2132 "../app/signature_validator_win_unittest.cc",
2133 "../common/crash_keys.cc", 2133 "../common/crash_keys.cc",
2134 "../common/crash_keys.h", 2134 "../common/crash_keys.h",
2135 ] 2135 ]
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
2232 if (is_android) { 2232 if (is_android) {
2233 android_library("unit_tests_java") { 2233 android_library("unit_tests_java") {
2234 DEPRECATED_java_in_dir = "//chrome/test/android/unit_tests_apk/src" 2234 DEPRECATED_java_in_dir = "//chrome/test/android/unit_tests_apk/src"
2235 deps = [ 2235 deps = [
2236 "//base:base_java", 2236 "//base:base_java",
2237 "//chrome/android:chrome_java", 2237 "//chrome/android:chrome_java",
2238 "//content/public/android:content_java", 2238 "//content/public/android:content_java",
2239 ] 2239 ]
2240 } 2240 }
2241 } 2241 }
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