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

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

Issue 2646823002: D2MIOS: Add plumbing to query verified number and send SMS from growth server. (Closed)
Patch Set: Change to const ref std::string 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
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 3748 matching lines...) Expand 10 before | Expand all | Expand 10 after
3759 if (!is_ios && !is_android) { 3759 if (!is_ios && !is_android) {
3760 sources += [ 3760 sources += [
3761 "../browser/devtools/devtools_ui_bindings_unittest.cc", 3761 "../browser/devtools/devtools_ui_bindings_unittest.cc",
3762 "../browser/download/download_dir_policy_handler_unittest.cc", 3762 "../browser/download/download_dir_policy_handler_unittest.cc",
3763 "../browser/lifetime/keep_alive_registry_unittest.cc", 3763 "../browser/lifetime/keep_alive_registry_unittest.cc",
3764 "../browser/renderer_context_menu/render_view_context_menu_test_util.cc", 3764 "../browser/renderer_context_menu/render_view_context_menu_test_util.cc",
3765 "../browser/renderer_context_menu/render_view_context_menu_test_util.h", 3765 "../browser/renderer_context_menu/render_view_context_menu_test_util.h",
3766 "../browser/ui/autofill/country_combobox_model_unittest.cc", 3766 "../browser/ui/autofill/country_combobox_model_unittest.cc",
3767 "../browser/ui/autofill/save_card_bubble_controller_impl_unittest.cc", 3767 "../browser/ui/autofill/save_card_bubble_controller_impl_unittest.cc",
3768 "../browser/ui/bluetooth/bluetooth_chooser_controller_unittest.cc", 3768 "../browser/ui/bluetooth/bluetooth_chooser_controller_unittest.cc",
3769 "../browser/ui/desktop_ios_promotion/sms_service_unittest.cc",
3769 "../browser/ui/passwords/manage_passwords_ui_controller_unittest.cc", 3770 "../browser/ui/passwords/manage_passwords_ui_controller_unittest.cc",
3770 ] 3771 ]
3771 deps += [ 3772 deps += [
3772 ":unit_tests_js", 3773 ":unit_tests_js",
3773 "//components/bubble:test_support", 3774 "//components/bubble:test_support",
3774 ] 3775 ]
3775 data += [ 3776 data += [
3776 "$root_out_dir/test_data/chrome/browser/resources/google_now/", 3777 "$root_out_dir/test_data/chrome/browser/resources/google_now/",
3777 "$root_out_dir/test_data/chrome/browser/resources/print_preview/", 3778 "$root_out_dir/test_data/chrome/browser/resources/print_preview/",
3778 "$root_out_dir/test_data/chrome/renderer/resources/extensions/", 3779 "$root_out_dir/test_data/chrome/renderer/resources/extensions/",
(...skipping 1370 matching lines...) Expand 10 before | Expand all | Expand 10 after
5149 } 5150 }
5150 5151
5151 if (is_win) { 5152 if (is_win) {
5152 loadable_module("conflicts_dll") { 5153 loadable_module("conflicts_dll") {
5153 testonly = true 5154 testonly = true
5154 sources = [ 5155 sources = [
5155 "conflicts/conflicts_dll.cc", 5156 "conflicts/conflicts_dll.cc",
5156 ] 5157 ]
5157 } 5158 }
5158 } 5159 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/desktop_ios_promotion/sms_service_unittest.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698