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

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

Issue 2874623004: [vr] Introduce VrTabHelper (Closed)
Patch Set: . Created 3 years, 7 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
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/chromecast_build.gni") 5 import("//build/config/chromecast_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 570 matching lines...) Expand 10 before | Expand all | Expand 10 after
581 "//components/version_ui", 581 "//components/version_ui",
582 "//components/web_cache/browser", 582 "//components/web_cache/browser",
583 "//components/web_resource", 583 "//components/web_resource",
584 "//components/zoom", 584 "//components/zoom",
585 "//content/app/resources", 585 "//content/app/resources",
586 "//content/public/common", 586 "//content/public/common",
587 "//crypto", 587 "//crypto",
588 "//device/base", 588 "//device/base",
589 "//device/bluetooth/public/interfaces:experimental_interfaces", 589 "//device/bluetooth/public/interfaces:experimental_interfaces",
590 "//device/usb", 590 "//device/usb",
591 "//device/vr/features",
591 "//extensions/features", 592 "//extensions/features",
592 "//media", 593 "//media",
593 "//net:net", 594 "//net:net",
594 "//ppapi/features", 595 "//ppapi/features",
595 "//printing/features", 596 "//printing/features",
596 "//rlz/features", 597 "//rlz/features",
597 "//services/service_manager/runner/common", 598 "//services/service_manager/runner/common",
598 "//skia", 599 "//skia",
599 "//storage/browser", 600 "//storage/browser",
600 "//storage/common", 601 "//storage/common",
(...skipping 2988 matching lines...) Expand 10 before | Expand all | Expand 10 after
3589 "test/test_confirm_bubble_model.cc", 3590 "test/test_confirm_bubble_model.cc",
3590 "test/test_confirm_bubble_model.h", 3591 "test/test_confirm_bubble_model.h",
3591 ] 3592 ]
3592 deps += [ "//chrome/test:test_support_ui" ] 3593 deps += [ "//chrome/test:test_support_ui" ]
3593 } 3594 }
3594 3595
3595 if (enable_extensions) { 3596 if (enable_extensions) {
3596 deps += [ "//extensions/browser" ] 3597 deps += [ "//extensions/browser" ]
3597 } 3598 }
3598 } 3599 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698