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

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

Issue 2694893002: Integrate SMS service with Desktop iOS promotion (Closed)
Patch Set: nits Created 3 years, 10 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/common/pref_names.cc ('k') | tools/metrics/histograms/histograms.xml » ('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 4730 matching lines...) Expand 10 before | Expand all | Expand 10 after
4741 } 4741 }
4742 if (is_win) { 4742 if (is_win) {
4743 if (!is_component_build) { 4743 if (!is_component_build) {
4744 # The PDB gets too large for incremental linking. 4744 # The PDB gets too large for incremental linking.
4745 configs -= [ "//build/config/win:default_incremental_linking" ] 4745 configs -= [ "//build/config/win:default_incremental_linking" ]
4746 configs += 4746 configs +=
4747 [ "//build/config/win:default_large_module_incremental_linking" ] 4747 [ "//build/config/win:default_large_module_incremental_linking" ]
4748 } 4748 }
4749 4749
4750 sources += [ 4750 sources += [
4751 "../browser/ui/desktop_ios_promotion/desktop_ios_promotion_util_unittest.c c",
4751 "../browser/ui/desktop_ios_promotion/sms_service_unittest.cc", 4752 "../browser/ui/desktop_ios_promotion/sms_service_unittest.cc",
4752 "../browser/ui/input_method/input_method_engine_unittest.cc", 4753 "../browser/ui/input_method/input_method_engine_unittest.cc",
4753 "../test/data/resource.rc", 4754 "../test/data/resource.rc",
4754 ] 4755 ]
4755 deps += [ 4756 deps += [
4756 "//chrome:other_version", 4757 "//chrome:other_version",
4757 "//chrome/app:chrome_dll_resources", 4758 "//chrome/app:chrome_dll_resources",
4758 "//chrome/install_static:install_static_util", 4759 "//chrome/install_static:install_static_util",
4759 "//chrome/installer/util:strings", 4760 "//chrome/installer/util:strings",
4760 "//chrome_elf:blacklist_test_dll_1", 4761 "//chrome_elf:blacklist_test_dll_1",
(...skipping 423 matching lines...) Expand 10 before | Expand all | Expand 10 after
5184 } 5185 }
5185 5186
5186 if (is_win) { 5187 if (is_win) {
5187 loadable_module("conflicts_dll") { 5188 loadable_module("conflicts_dll") {
5188 testonly = true 5189 testonly = true
5189 sources = [ 5190 sources = [
5190 "conflicts/conflicts_dll.cc", 5191 "conflicts/conflicts_dll.cc",
5191 ] 5192 ]
5192 } 5193 }
5193 } 5194 }
OLDNEW
« no previous file with comments | « chrome/common/pref_names.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698