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

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

Issue 1925493002: Add manifests to many more gn built exe files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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/installer/test/BUILD.gn ('k') | chrome/tools/convert_dict/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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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/ui.gni") 5 import("//build/config/ui.gni")
6 import("//chrome/chrome_tests.gni") 6 import("//chrome/chrome_tests.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 8
9 # GYP version: chrome/chrome_tests.gypi:automation_client_lib 9 # GYP version: chrome/chrome_tests.gypi:automation_client_lib
10 # (embed_js_in_cpp action) 10 # (embed_js_in_cpp action)
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
180 sources = [ 180 sources = [
181 "server/chromedriver_server.cc", 181 "server/chromedriver_server.cc",
182 ] 182 ]
183 183
184 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 184 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
185 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ] 185 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
186 186
187 deps = [ 187 deps = [
188 ":lib", 188 ":lib",
189 "//build/config/sanitizers:deps", 189 "//build/config/sanitizers:deps",
190 "//build/win:default_exe_manifest",
190 ] 191 ]
191 } 192 }
192 193
193 test("chromedriver_unittests") { 194 test("chromedriver_unittests") {
194 sources = 195 sources =
195 rebase_path(chrome_tests_gypi_values.chrome_driver_unittests_sources, 196 rebase_path(chrome_tests_gypi_values.chrome_driver_unittests_sources,
196 ".", 197 ".",
197 "//chrome") 198 "//chrome")
198 199
199 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 200 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
(...skipping 30 matching lines...) Expand all
230 ":lib", 231 ":lib",
231 "//base", 232 "//base",
232 "//base/test:run_all_unittests", 233 "//base/test:run_all_unittests",
233 "//net", 234 "//net",
234 "//net:http_server", 235 "//net:http_server",
235 "//net:test_support", 236 "//net:test_support",
236 "//testing/gtest", 237 "//testing/gtest",
237 "//url", 238 "//url",
238 ] 239 ]
239 } 240 }
OLDNEW
« no previous file with comments | « chrome/installer/test/BUILD.gn ('k') | chrome/tools/convert_dict/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698