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

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

Issue 2252103002: Introduce ChromeVR to Chrome on Android (behind a build flag) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add comment as suggested by Daniel Created 4 years, 3 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/android/java_sources.gni ('k') | chrome/browser/android/chrome_jni_registrar.cc » ('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/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/crypto.gni") 6 import("//build/config/crypto.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//build/split_static_library.gni") 9 import("//build/split_static_library.gni")
10 import("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 745 matching lines...) Expand 10 before | Expand all | Expand 10 after
756 "//components/data_usage/android", 756 "//components/data_usage/android",
757 "//components/precache/content", 757 "//components/precache/content",
758 "//components/precache/core", 758 "//components/precache/core",
759 "//components/resources:components_resources", 759 "//components/resources:components_resources",
760 "//components/toolbar", 760 "//components/toolbar",
761 "//components/web_contents_delegate_android", 761 "//components/web_contents_delegate_android",
762 "//third_party/smhasher:murmurhash2", 762 "//third_party/smhasher:murmurhash2",
763 ] 763 ]
764 } 764 }
765 765
766 if (enable_vr_shell && android_java_ui) {
767 defines += [ "ENABLE_VR_SHELL" ]
768 deps += [ "android/vr_shell:vr_shell" ]
769 configs += [ "//third_party/gvr-android-sdk:libgvr_config" ]
770 }
771
766 if (is_android) { 772 if (is_android) {
767 deps += [ 773 deps += [
768 "//components/cdm/browser", 774 "//components/cdm/browser",
769 "//components/resources:components_resources", 775 "//components/resources:components_resources",
770 "//third_party/android_opengl/etc1", 776 "//third_party/android_opengl/etc1",
771 "//third_party/android_tools:cpu_features", 777 "//third_party/android_tools:cpu_features",
772 "//third_party/libaddressinput:util", 778 "//third_party/libaddressinput:util",
773 ] 779 ]
774 780
775 deps -= [ 781 deps -= [
(...skipping 588 matching lines...) Expand 10 before | Expand all | Expand 10 after
1364 # linking all of the test support. 1370 # linking all of the test support.
1365 static_library("pepper_cdm_test_constants") { 1371 static_library("pepper_cdm_test_constants") {
1366 testonly = true 1372 testonly = true
1367 visibility = [ "//chrome/*" ] 1373 visibility = [ "//chrome/*" ]
1368 sources = [ 1374 sources = [
1369 "media/pepper_cdm_test_constants.cc", 1375 "media/pepper_cdm_test_constants.cc",
1370 "media/pepper_cdm_test_constants.h", 1376 "media/pepper_cdm_test_constants.h",
1371 ] 1377 ]
1372 } 1378 }
1373 } 1379 }
OLDNEW
« no previous file with comments | « chrome/android/java_sources.gni ('k') | chrome/browser/android/chrome_jni_registrar.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698