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

Side by Side Diff: components/guest_view/browser/BUILD.gn

Issue 2874833002: Don't compile code for desktop zoom or GuestViews on mobile platforms. (Closed)
Patch Set: Rebase. 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
« no previous file with comments | « components/BUILD.gn ('k') | components/guest_view/renderer/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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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("//extensions/features/features.gni")
6
7 assert(enable_extensions)
8
5 static_library("browser") { 9 static_library("browser") {
6 output_name = "guest_view_browser" 10 output_name = "guest_view_browser"
7 sources = [ 11 sources = [
8 "//components/guest_view/browser/guest_view.h", 12 "//components/guest_view/browser/guest_view.h",
9 "//components/guest_view/browser/guest_view_base.cc", 13 "//components/guest_view/browser/guest_view_base.cc",
10 "//components/guest_view/browser/guest_view_base.h", 14 "//components/guest_view/browser/guest_view_base.h",
11 "//components/guest_view/browser/guest_view_event.cc", 15 "//components/guest_view/browser/guest_view_event.cc",
12 "//components/guest_view/browser/guest_view_event.h", 16 "//components/guest_view/browser/guest_view_event.h",
13 "//components/guest_view/browser/guest_view_manager.cc", 17 "//components/guest_view/browser/guest_view_manager.cc",
14 "//components/guest_view/browser/guest_view_manager.h", 18 "//components/guest_view/browser/guest_view_manager.h",
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 source_set("unit_tests") { 52 source_set("unit_tests") {
49 testonly = true 53 testonly = true
50 sources = [ 54 sources = [
51 "guest_view_manager_unittest.cc", 55 "guest_view_manager_unittest.cc",
52 ] 56 ]
53 deps = [ 57 deps = [
54 ":test_support", 58 ":test_support",
55 "//testing/gtest", 59 "//testing/gtest",
56 ] 60 ]
57 } 61 }
OLDNEW
« no previous file with comments | « components/BUILD.gn ('k') | components/guest_view/renderer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698