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

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

Issue 2822343002: [Android] Rename package_name in java_cpp_template to package_path. (Closed)
Patch Set: rebase 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 | « build/config/android/rules.gni ('k') | chrome/android/webapk/libs/client/BUILD.gn » ('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("//android_webview/webview_repack_locales_list.gni") 5 import("//android_webview/webview_repack_locales_list.gni")
6 import("//build/config/android/config.gni") 6 import("//build/config/android/config.gni")
7 import("//build/config/android/rules.gni") 7 import("//build/config/android/rules.gni")
8 import("//build/util/process_version.gni") 8 import("//build/util/process_version.gni")
9 import("//chrome/android/chrome_public_apk_tmpl.gni") 9 import("//chrome/android/chrome_public_apk_tmpl.gni")
10 import("//chrome/android/monochrome_android_manifest_jinja_variables.gni") 10 import("//chrome/android/monochrome_android_manifest_jinja_variables.gni")
(...skipping 308 matching lines...) Expand 10 before | Expand all | Expand 10 after
319 proto_path = "java/src/org/chromium/chrome/browser/tabmodel/document" 319 proto_path = "java/src/org/chromium/chrome/browser/tabmodel/document"
320 sources = [ 320 sources = [
321 "$proto_path/document_tab_model_info.proto", 321 "$proto_path/document_tab_model_info.proto",
322 ] 322 ]
323 } 323 }
324 324
325 java_cpp_template("resource_id_javagen") { 325 java_cpp_template("resource_id_javagen") {
326 sources = [ 326 sources = [
327 "java/ResourceId.template", 327 "java/ResourceId.template",
328 ] 328 ]
329 package_name = "org/chromium/chrome/browser" 329 package_path = "org/chromium/chrome/browser"
330 inputs = [ 330 inputs = [
331 "../browser/android/resource_id.h", 331 "../browser/android/resource_id.h",
332 ] 332 ]
333 } 333 }
334 334
335 junit_binary("chrome_junit_tests") { 335 junit_binary("chrome_junit_tests") {
336 # From java_sources.gni. 336 # From java_sources.gni.
337 java_files = chrome_junit_test_java_sources 337 java_files = chrome_junit_test_java_sources
338 deps = [ 338 deps = [
339 ":app_hooks_java", 339 ":app_hooks_java",
(...skipping 589 matching lines...) Expand 10 before | Expand all | Expand 10 after
929 apk_name = "ChromeSyncShellTest" 929 apk_name = "ChromeSyncShellTest"
930 apk_under_test = ":chrome_sync_shell_apk" 930 apk_under_test = ":chrome_sync_shell_apk"
931 android_manifest = chrome_sync_shell_test_apk_manifest 931 android_manifest = chrome_sync_shell_test_apk_manifest
932 android_manifest_dep = ":chrome_sync_shell_test_apk_manifest" 932 android_manifest_dep = ":chrome_sync_shell_test_apk_manifest"
933 deps = [ 933 deps = [
934 ":chrome_sync_shell_test_apk_java", 934 ":chrome_sync_shell_test_apk_java",
935 "//third_party/android_support_test_runner:runner_java", 935 "//third_party/android_support_test_runner:runner_java",
936 ] 936 ]
937 proguard_enabled = !is_java_debug 937 proguard_enabled = !is_java_debug
938 } 938 }
OLDNEW
« no previous file with comments | « build/config/android/rules.gni ('k') | chrome/android/webapk/libs/client/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698