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

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

Issue 2945763003: Move process_version_rc_template.gni to build/util (Closed)
Patch Set: Created 3 years, 6 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 | « chrome/BUILD.gn ('k') | chrome/chrome_watcher/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("//build/config/android/config.gni") 5 import("//build/config/android/config.gni")
6 import("//build/config/android/rules.gni") 6 import("//build/config/android/rules.gni")
7 import("//build/util/process_version.gni") 7 import("//build/util/process_version.gni")
8 import("//build/util/process_version_rc_template.gni")
8 import("//chrome/android/chrome_public_apk_tmpl.gni") 9 import("//chrome/android/chrome_public_apk_tmpl.gni")
9 import("//chrome/android/monochrome_android_manifest_jinja_variables.gni") 10 import("//chrome/android/monochrome_android_manifest_jinja_variables.gni")
10 import("//chrome/chrome_paks.gni") 11 import("//chrome/chrome_paks.gni")
11 import("//chrome/common/features.gni") 12 import("//chrome/common/features.gni")
12 import("//chrome/process_version_rc_template.gni") # For branding_file_path.
13 import("//device/vr/features/features.gni") 13 import("//device/vr/features/features.gni")
14 import("//testing/test.gni") 14 import("//testing/test.gni")
15 import("//third_party/icu/config.gni") 15 import("//third_party/icu/config.gni")
16 import("//third_party/protobuf/proto_library.gni") 16 import("//third_party/protobuf/proto_library.gni")
17 import("//tools/resources/generate_resource_whitelist.gni") 17 import("//tools/resources/generate_resource_whitelist.gni")
18 import("channel.gni") 18 import("channel.gni")
19 import("java_sources.gni") 19 import("java_sources.gni")
20 20
21 manifest_package = "org.chromium.chrome" 21 manifest_package = "org.chromium.chrome"
22 22
(...skipping 983 matching lines...) Expand 10 before | Expand all | Expand 10 after
1006 apk_name = "ChromeSyncShellTest" 1006 apk_name = "ChromeSyncShellTest"
1007 apk_under_test = ":chrome_sync_shell_apk" 1007 apk_under_test = ":chrome_sync_shell_apk"
1008 android_manifest = chrome_sync_shell_test_apk_manifest 1008 android_manifest = chrome_sync_shell_test_apk_manifest
1009 android_manifest_dep = ":chrome_sync_shell_test_apk_manifest" 1009 android_manifest_dep = ":chrome_sync_shell_test_apk_manifest"
1010 deps = [ 1010 deps = [
1011 ":chrome_sync_shell_test_apk_java", 1011 ":chrome_sync_shell_test_apk_java",
1012 "//third_party/android_support_test_runner:runner_java", 1012 "//third_party/android_support_test_runner:runner_java",
1013 ] 1013 ]
1014 proguard_enabled = !is_java_debug 1014 proguard_enabled = !is_java_debug
1015 } 1015 }
OLDNEW
« no previous file with comments | « chrome/BUILD.gn ('k') | chrome/chrome_watcher/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698