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

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

Issue 2901113003: Fix breakages while performance_browser_tests was not running on Mac. (Closed)
Patch Set: Created 3 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 | « PRESUBMIT.py ('k') | chrome/test/perf/mach_ports_performancetest.cc » ('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/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/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 4999 matching lines...) Expand 10 before | Expand all | Expand 10 after
5010 5010
5011 if (is_linux || is_win) { 5011 if (is_linux || is_win) {
5012 data += [ 5012 data += [
5013 "$root_out_dir/chrome_100_percent.pak", 5013 "$root_out_dir/chrome_100_percent.pak",
5014 "$root_out_dir/chrome_200_percent.pak", 5014 "$root_out_dir/chrome_200_percent.pak",
5015 "$root_out_dir/locales/en-US.pak", 5015 "$root_out_dir/locales/en-US.pak",
5016 "$root_out_dir/locales/fr.pak", 5016 "$root_out_dir/locales/fr.pak",
5017 "$root_out_dir/resources.pak", 5017 "$root_out_dir/resources.pak",
5018 ] 5018 ]
5019 } 5019 }
5020 if (is_mac) {
5021 deps += [ "//chrome:chrome_app" ]
5022 }
5020 5023
5021 # This target should not require the Chrome executable to run. 5024 # This target should not require the Chrome executable to run.
5022 assert_no_deps = [ "//chrome" ] 5025 assert_no_deps = [ "//chrome" ]
5023 } 5026 }
5024 } 5027 }
5025 5028
5026 static_library("test_support_unit") { 5029 static_library("test_support_unit") {
5027 testonly = true 5030 testonly = true
5028 sources = [ 5031 sources = [
5029 "base/run_all_unittests.cc", 5032 "base/run_all_unittests.cc",
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
5126 } 5129 }
5127 5130
5128 if (is_win) { 5131 if (is_win) {
5129 loadable_module("conflicts_dll") { 5132 loadable_module("conflicts_dll") {
5130 testonly = true 5133 testonly = true
5131 sources = [ 5134 sources = [
5132 "conflicts/conflicts_dll.cc", 5135 "conflicts/conflicts_dll.cc",
5133 ] 5136 ]
5134 } 5137 }
5135 } 5138 }
OLDNEW
« no previous file with comments | « PRESUBMIT.py ('k') | chrome/test/perf/mach_ports_performancetest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698