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

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

Issue 2190793002: make use of the use_gio gn arg (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 | no next file » | 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/chrome_tests.gni") 10 import("//chrome/chrome_tests.gni")
(...skipping 1981 matching lines...) Expand 10 before | Expand all | Expand 10 after
1992 "//chrome") 1992 "//chrome")
1993 } 1993 }
1994 if (!is_android && !is_ios && !is_chromeos) { 1994 if (!is_android && !is_ios && !is_chromeos) {
1995 sources += [ 1995 sources += [
1996 "../browser/net/disk_cache_dir_policy_handler_unittest.cc", 1996 "../browser/net/disk_cache_dir_policy_handler_unittest.cc",
1997 "//chrome/browser/profiles/profile_list_desktop_unittest.cc", 1997 "//chrome/browser/profiles/profile_list_desktop_unittest.cc",
1998 "//chrome/browser/profiles/profile_statistics_unittest.cc", 1998 "//chrome/browser/profiles/profile_statistics_unittest.cc",
1999 "//chrome/browser/ui/startup/default_browser_infobar_delegate_unittest.cc" , 1999 "//chrome/browser/ui/startup/default_browser_infobar_delegate_unittest.cc" ,
2000 ] 2000 ]
2001 } 2001 }
2002 if (use_gio) {
2003 deps += [ "//build/linux/libgio" ]
2004 }
2002 if (!is_chromeos && !use_ozone && is_linux) { 2005 if (!is_chromeos && !use_ozone && is_linux) {
2003 deps += [ 2006 deps += [ "//chrome/browser/ui/libgtk2ui" ]
2004 "//build/linux/libgio",
2005 "//chrome/browser/ui/libgtk2ui",
2006 ]
2007 } 2007 }
2008 2008
2009 if (enable_task_manager) { 2009 if (enable_task_manager) {
2010 sources += rebase_path( 2010 sources += rebase_path(
2011 chrome_tests_unit_gypi_values.chrome_unit_tests_task_manager_sources , 2011 chrome_tests_unit_gypi_values.chrome_unit_tests_task_manager_sources ,
2012 ".", 2012 ".",
2013 "//chrome") 2013 "//chrome")
2014 } 2014 }
2015 if (enable_mdns) { 2015 if (enable_mdns) {
2016 sources += rebase_path( 2016 sources += rebase_path(
(...skipping 456 matching lines...) Expand 10 before | Expand all | Expand 10 after
2473 if (is_android) { 2473 if (is_android) {
2474 android_library("unit_tests_java") { 2474 android_library("unit_tests_java") {
2475 java_files = [ "android/unit_tests_apk/src/org/chromium/chrome/unit_tests_ap k/ChromeNativeTestApplication.java" ] 2475 java_files = [ "android/unit_tests_apk/src/org/chromium/chrome/unit_tests_ap k/ChromeNativeTestApplication.java" ]
2476 deps = [ 2476 deps = [
2477 "//base:base_java", 2477 "//base:base_java",
2478 "//chrome/android:chrome_java", 2478 "//chrome/android:chrome_java",
2479 "//content/public/android:content_java", 2479 "//content/public/android:content_java",
2480 ] 2480 ]
2481 } 2481 }
2482 } 2482 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698