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

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

Issue 1230933002: Patch 3.1: Refactored spellcheck_message_filter to be generic (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@platform_flag
Patch Set: Updated gn build variable to match gyp side Created 5 years, 5 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/crypto.gni") 6 import("//build/config/crypto.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//chrome/chrome_tests.gni") 9 import("//chrome/chrome_tests.gni")
10 import("//chrome/test/base/js2gtest.gni") 10 import("//chrome/test/base/js2gtest.gni")
(...skipping 822 matching lines...) Expand 10 before | Expand all | Expand 10 after
833 deps += [ 833 deps += [
834 #'app_mode_app_support', TODO(GYP) 834 #'app_mode_app_support', TODO(GYP)
835 "//chrome", 835 "//chrome",
836 836
837 #'../components/components.gyp:breakpad_stubs', TODO(GYP) 837 #'../components/components.gyp:breakpad_stubs', TODO(GYP)
838 "//third_party/ocmock", 838 "//third_party/ocmock",
839 ] 839 ]
840 sources += [ 840 sources += [
841 "../browser/media_galleries/fileapi/iphoto_data_provider_browsertest.cc" , 841 "../browser/media_galleries/fileapi/iphoto_data_provider_browsertest.cc" ,
842 "../browser/renderer_host/chrome_render_widget_host_view_mac_history_swi per_browsertest.mm", 842 "../browser/renderer_host/chrome_render_widget_host_view_mac_history_swi per_browsertest.mm",
843 "../browser/spellchecker/spellcheck_message_filter_mac_browsertest.cc", 843 "../browser/spellchecker/spellcheck_message_filter_platform_mac_browsert est.cc",
844 ] 844 ]
845 sources -= [ 845 sources -= [
846 # TODO(groby): This test depends on hunspell and we cannot run it on 846 # TODO(groby): This test depends on hunspell and we cannot run it on
847 # Mac, which does not use hunspell by default. 847 # Mac, which does not use hunspell by default.
848 "../browser/spellchecker/spellcheck_service_browsertest.cc", 848 "../browser/spellchecker/spellcheck_service_browsertest.cc",
849 849
850 # TODO(rouslan): This test depends on the custom dictionary UI, 850 # TODO(rouslan): This test depends on the custom dictionary UI,
851 # which is disabled on Mac. 851 # which is disabled on Mac.
852 # TODO(GYP): This should be added somewhere first ... 852 # TODO(GYP): This should be added somewhere first ...
853 # "../browser/ui/webui/options/edit_dictionary_browsertest.js", 853 # "../browser/ui/webui/options/edit_dictionary_browsertest.js",
(...skipping 26 matching lines...) Expand all
880 ] 880 ]
881 deps += [ "//components/wifi:test_support" ] 881 deps += [ "//components/wifi:test_support" ]
882 } 882 }
883 if (!is_posix || is_chromeos) { 883 if (!is_posix || is_chromeos) {
884 sources -= [ "../common/time_format_browsertest.cc" ] 884 sources -= [ "../common/time_format_browsertest.cc" ]
885 } 885 }
886 if (is_android) { 886 if (is_android) {
887 sources -= [ 887 sources -= [
888 "../browser/policy/cloud/component_cloud_policy_browsertest.cc", 888 "../browser/policy/cloud/component_cloud_policy_browsertest.cc",
889 "../browser/prefs/pref_hash_browsertest.cc", 889 "../browser/prefs/pref_hash_browsertest.cc",
890 "../renderer/spellchecker/spellcheck_provider_hunspell_unittest.cc",
890 ] 891 ]
891 } 892 }
892 if (is_chromeos) { 893 if (is_chromeos) {
893 sources += [ 894 sources += [
894 "../browser/extensions/api/networking_private/networking_private_apitest .cc", 895 "../browser/extensions/api/networking_private/networking_private_apitest .cc",
895 "../browser/extensions/api/networking_private/networking_private_chromeo s_apitest.cc", 896 "../browser/extensions/api/networking_private/networking_private_chromeo s_apitest.cc",
896 ] 897 ]
897 } 898 }
898 if (!is_android && !is_ios) { 899 if (!is_android && !is_ios) {
899 sources += 900 sources +=
(...skipping 860 matching lines...) Expand 10 before | Expand all | Expand 10 after
1760 "//third_party/mojo/src/mojo/edk/system", 1761 "//third_party/mojo/src/mojo/edk/system",
1761 ] 1762 ]
1762 1763
1763 if (!is_android && use_ash) { 1764 if (!is_android && use_ash) {
1764 sources += rebase_path( 1765 sources += rebase_path(
1765 chrome_tests_unit_gypi_values.chrome_test_support_unit_ash_sources, 1766 chrome_tests_unit_gypi_values.chrome_test_support_unit_ash_sources,
1766 ".", 1767 ".",
1767 "//chrome") 1768 "//chrome")
1768 } 1769 }
1769 } 1770 }
OLDNEW
« no previous file with comments | « chrome/renderer/spellchecker/spellcheck_provider_test.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698