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

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

Issue 2345143002: Move language pak files to assets. (Closed)
Patch Set: Move resource initialization back to ChromeApplication Created 4 years, 2 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 4948 matching lines...) Expand 10 before | Expand all | Expand 10 after
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" ]
4969 } 4970 }
4970 } 4971 }
4971 4972
4972 if (is_chromeos) { 4973 if (is_chromeos) {
4973 service_manifest("mash_browser_tests_manifest") { 4974 service_manifest("mash_browser_tests_manifest") {
4974 type = "exe" 4975 type = "exe"
4975 name = "mash_browser_tests" 4976 name = "mash_browser_tests"
4976 4977
4977 source = "base/mash_browser_tests_manifest.json" 4978 source = "base/mash_browser_tests_manifest.json"
4978 deps = [ 4979 deps = [
(...skipping 18 matching lines...) Expand all
4997 "touch_hud", 4998 "touch_hud",
4998 "ui", 4999 "ui",
4999 ] 5000 ]
5000 5001
5001 if (is_linux && !is_android) { 5002 if (is_linux && !is_android) {
5002 deps += [ "//components/font_service:manifest" ] 5003 deps += [ "//components/font_service:manifest" ]
5003 packaged_services += [ "font_service" ] 5004 packaged_services += [ "font_service" ]
5004 } 5005 }
5005 } 5006 }
5006 } 5007 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698