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

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

Issue 2839753007: Android: Remove unused clipboard unittests (Closed)
Patch Set: Created 3 years, 8 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 | « no previous file | ui/base/clipboard/clipboard_android_unittest.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 378 matching lines...) Expand 10 before | Expand all | Expand 10 after
389 "../browser/ui/search/instant_extended_interactive_uitest.cc", 389 "../browser/ui/search/instant_extended_interactive_uitest.cc",
390 "../browser/ui/search/instant_extended_manual_interactive_uitest.cc", 390 "../browser/ui/search/instant_extended_manual_interactive_uitest.cc",
391 "../browser/ui/search/instant_test_utils.cc", 391 "../browser/ui/search/instant_test_utils.cc",
392 "../browser/ui/search/instant_test_utils.h", 392 "../browser/ui/search/instant_test_utils.h",
393 "../browser/ui/search/local_ntp_browsertest.cc", 393 "../browser/ui/search/local_ntp_browsertest.cc",
394 "../browser/ui/startup/startup_browser_creator_interactive_uitest.cc", 394 "../browser/ui/startup/startup_browser_creator_interactive_uitest.cc",
395 "../browser/ui/translate/translate_bubble_test_utils.h", 395 "../browser/ui/translate/translate_bubble_test_utils.h",
396 "../browser/ui/views/accessibility/navigation_accessibility_uitest_win.cc" , 396 "../browser/ui/views/accessibility/navigation_accessibility_uitest_win.cc" ,
397 "../browser/ui/webui/options/language_dictionary_interactive_uitest.cc", 397 "../browser/ui/webui/options/language_dictionary_interactive_uitest.cc",
398 "../browser/ui/webui/options/language_options_interactive_uitest.cc", 398 "../browser/ui/webui/options/language_options_interactive_uitest.cc",
399 "//ui/base/clipboard/clipboard_android_unittest.cc",
400 "//ui/base/clipboard/clipboard_unittest.cc", 399 "//ui/base/clipboard/clipboard_unittest.cc",
401 "base/always_on_top_window_killer_win.cc", 400 "base/always_on_top_window_killer_win.cc",
402 "base/always_on_top_window_killer_win.h", 401 "base/always_on_top_window_killer_win.h",
403 "base/interactive_test_utils.cc", 402 "base/interactive_test_utils.cc",
404 "base/interactive_test_utils.h", 403 "base/interactive_test_utils.h",
405 "base/interactive_test_utils_aura.cc", 404 "base/interactive_test_utils_aura.cc",
406 "base/interactive_test_utils_aura.h", 405 "base/interactive_test_utils_aura.h",
407 "base/interactive_test_utils_common_views.cc", 406 "base/interactive_test_utils_common_views.cc",
408 "base/interactive_test_utils_mac.mm", 407 "base/interactive_test_utils_mac.mm",
409 "base/interactive_test_utils_win.cc", 408 "base/interactive_test_utils_win.cc",
(...skipping 4809 matching lines...) Expand 10 before | Expand all | Expand 10 after
5219 } 5218 }
5220 5219
5221 if (is_win) { 5220 if (is_win) {
5222 loadable_module("conflicts_dll") { 5221 loadable_module("conflicts_dll") {
5223 testonly = true 5222 testonly = true
5224 sources = [ 5223 sources = [
5225 "conflicts/conflicts_dll.cc", 5224 "conflicts/conflicts_dll.cc",
5226 ] 5225 ]
5227 } 5226 }
5228 } 5227 }
OLDNEW
« no previous file with comments | « no previous file | ui/base/clipboard/clipboard_android_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698