OLD | NEW |
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 4948 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4959 } | 4959 } |
4960 | 4960 |
4961 if (is_android) { | 4961 if (is_android) { |
4962 android_library("unit_tests_java") { | 4962 android_library("unit_tests_java") { |
4963 java_files = [ "android/unit_tests_apk/src/org/chromium/chrome/unit_tests_ap
k/ChromeNativeTestApplication.java" ] | 4963 java_files = [ "android/unit_tests_apk/src/org/chromium/chrome/unit_tests_ap
k/ChromeNativeTestApplication.java" ] |
4964 deps = [ | 4964 deps = [ |
4965 "//base:base_java", | 4965 "//base:base_java", |
4966 "//chrome/android:chrome_java", | 4966 "//chrome/android:chrome_java", |
4967 "//content/public/android:content_java", | 4967 "//content/public/android:content_java", |
4968 ] | 4968 ] |
4969 srcjar_deps = [ "//chrome/android:chrome_locale_pak_srcjar" ] | |
4970 } | 4969 } |
4971 } | 4970 } |
4972 | 4971 |
4973 if (is_chromeos) { | 4972 if (is_chromeos) { |
4974 service_manifest("mash_browser_tests_manifest") { | 4973 service_manifest("mash_browser_tests_manifest") { |
4975 type = "exe" | 4974 type = "exe" |
4976 name = "mash_browser_tests" | 4975 name = "mash_browser_tests" |
4977 | 4976 |
4978 source = "base/mash_browser_tests_manifest.json" | 4977 source = "base/mash_browser_tests_manifest.json" |
4979 deps = [ | 4978 deps = [ |
(...skipping 18 matching lines...) Expand all Loading... |
4998 "touch_hud", | 4997 "touch_hud", |
4999 "ui", | 4998 "ui", |
5000 ] | 4999 ] |
5001 | 5000 |
5002 if (is_linux && !is_android) { | 5001 if (is_linux && !is_android) { |
5003 deps += [ "//components/font_service:manifest" ] | 5002 deps += [ "//components/font_service:manifest" ] |
5004 packaged_services += [ "font_service" ] | 5003 packaged_services += [ "font_service" ] |
5005 } | 5004 } |
5006 } | 5005 } |
5007 } | 5006 } |
OLD | NEW |