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

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

Issue 829803003: Adding Chrome-side WebVR interface (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Missed one cardboard reference Created 5 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/browser/chromeos/login/chrome_restart_request.cc ('k') | content/browser/DEPS » ('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/crypto.gni") 5 import("//build/config/crypto.gni")
6 import("//build/config/features.gni") 6 import("//build/config/features.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//content/browser/browser.gni") 8 import("//content/browser/browser.gni")
9 import("//media/media_options.gni") 9 import("//media/media_options.gni")
10 10
(...skipping 462 matching lines...) Expand 10 before | Expand all | Expand 10 after
473 ] 473 ]
474 } 474 }
475 475
476 if (is_linux && use_openssl) { 476 if (is_linux && use_openssl) {
477 deps += [ "//third_party/boringssl" ] 477 deps += [ "//third_party/boringssl" ]
478 } 478 }
479 479
480 if (enable_media_mojo_renderer) { 480 if (enable_media_mojo_renderer) {
481 deps += [ "//media/mojo/services:renderer_service" ] 481 deps += [ "//media/mojo/services:renderer_service" ]
482 } 482 }
483
484 if (enable_webvr) {
485 sources += [
486 "vr/vr_device.cc",
487 "vr/vr_device.h",
488 "vr/vr_device_manager.cc",
489 "vr/vr_device_manager.h",
490 "vr/vr_device_provider.h",
491 ]
492 }
483 } 493 }
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/login/chrome_restart_request.cc ('k') | content/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698