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

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

Issue 2745943002: Remove enable_webvr from build/config, and move it to the buildflag_header system. (Closed)
Patch Set: rebase Created 3 years, 9 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/features.gni ('k') | chrome/browser/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")
11 import("//chrome/chrome_paks.gni") 11 import("//chrome/chrome_paks.gni")
12 import("//chrome/common/features.gni") 12 import("//chrome/common/features.gni")
13 import("//chrome/process_version_rc_template.gni") # For branding_file_path. 13 import("//chrome/process_version_rc_template.gni") # For branding_file_path.
14 import("//device/vr/features.gni")
14 import("//testing/test.gni") 15 import("//testing/test.gni")
15 import("//third_party/icu/config.gni") 16 import("//third_party/icu/config.gni")
16 import("//third_party/protobuf/proto_library.gni") 17 import("//third_party/protobuf/proto_library.gni")
17 import("//tools/resources/generate_resource_whitelist.gni") 18 import("//tools/resources/generate_resource_whitelist.gni")
18 import("channel.gni") 19 import("channel.gni")
19 import("java_sources.gni") 20 import("java_sources.gni")
20 21
21 manifest_package = "org.chromium.chrome" 22 manifest_package = "org.chromium.chrome"
22 23
23 chrome_public_jinja_variables = default_chrome_public_jinja_variables + 24 chrome_public_jinja_variables = default_chrome_public_jinja_variables +
(...skipping 839 matching lines...) Expand 10 before | Expand all | Expand 10 after
863 apk_name = "ChromeSyncShellTest" 864 apk_name = "ChromeSyncShellTest"
864 apk_under_test = ":chrome_sync_shell_apk" 865 apk_under_test = ":chrome_sync_shell_apk"
865 android_manifest = chrome_sync_shell_test_apk_manifest 866 android_manifest = chrome_sync_shell_test_apk_manifest
866 android_manifest_dep = ":chrome_sync_shell_test_apk_manifest" 867 android_manifest_dep = ":chrome_sync_shell_test_apk_manifest"
867 deps = [ 868 deps = [
868 ":chrome_sync_shell_test_apk_java", 869 ":chrome_sync_shell_test_apk_java",
869 "//third_party/android_support_test_runner:runner_java", 870 "//third_party/android_support_test_runner:runner_java",
870 ] 871 ]
871 proguard_enabled = !is_java_debug 872 proguard_enabled = !is_java_debug
872 } 873 }
OLDNEW
« no previous file with comments | « build/config/features.gni ('k') | chrome/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698