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

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

Issue 2751763002: Make USE_EXTERNAL_POPUP_MENU local to content. (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') | content/browser/frame_host/interstitial_page_impl.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/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//gpu/vulkan/features.gni") 7 import("//gpu/vulkan/features.gni")
8 import("//media/media_options.gni") 8 import("//media/media_options.gni")
9 import("//ppapi/features/features.gni") 9 import("//ppapi/features/features.gni")
10 import("//printing/features/features.gni") 10 import("//printing/features/features.gni")
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 "//content/browser/background_sync:background_sync_proto", 56 "//content/browser/background_sync:background_sync_proto",
57 "//content/browser/cache_storage:cache_storage_proto", 57 "//content/browser/cache_storage:cache_storage_proto",
58 "//content/browser/devtools:protocol_sources", 58 "//content/browser/devtools:protocol_sources",
59 "//content/browser/devtools:resources", 59 "//content/browser/devtools:resources",
60 "//content/browser/dom_storage:local_storage_proto", 60 "//content/browser/dom_storage:local_storage_proto",
61 "//content/browser/notifications:notification_proto", 61 "//content/browser/notifications:notification_proto",
62 "//content/browser/payments:payment_app_proto", 62 "//content/browser/payments:payment_app_proto",
63 "//content/browser/service_worker:service_worker_proto", 63 "//content/browser/service_worker:service_worker_proto",
64 "//content/browser/speech/proto", 64 "//content/browser/speech/proto",
65 "//content/common", 65 "//content/common",
66 "//content/common:features",
66 "//content/public/common:common_sources", 67 "//content/public/common:common_sources",
67 "//crypto", 68 "//crypto",
68 "//device/battery", 69 "//device/battery",
69 "//device/battery:mojo_bindings", 70 "//device/battery:mojo_bindings",
70 "//device/bluetooth", 71 "//device/bluetooth",
71 "//device/gamepad", 72 "//device/gamepad",
72 "//device/generic_sensor", 73 "//device/generic_sensor",
73 "//device/geolocation", 74 "//device/geolocation",
74 "//device/geolocation/public/interfaces", 75 "//device/geolocation/public/interfaces",
75 "//device/nfc:mojo_bindings", 76 "//device/nfc:mojo_bindings",
(...skipping 1962 matching lines...) Expand 10 before | Expand all | Expand 10 after
2038 if (!is_component_build) { 2039 if (!is_component_build) {
2039 public_deps = [ 2040 public_deps = [
2040 ":browser", 2041 ":browser",
2041 ] 2042 ]
2042 } else { 2043 } else {
2043 public_deps = [ 2044 public_deps = [
2044 "//third_party/leveldatabase", 2045 "//third_party/leveldatabase",
2045 ] 2046 ]
2046 } 2047 }
2047 } 2048 }
OLDNEW
« no previous file with comments | « build/config/features.gni ('k') | content/browser/frame_host/interstitial_page_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698