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

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

Issue 2879033002: Keyboard Lock Host implementation
Patch Set: Missing change to rename CodeToUsbKeycode to CodeStringToUsbKeycode Created 3 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 | « components/keyboard_lock/widget_key_event_filter.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/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 22 matching lines...) Expand all
33 "//base", 33 "//base",
34 "//base:base_static", 34 "//base:base_static",
35 "//base/third_party/dynamic_annotations", 35 "//base/third_party/dynamic_annotations",
36 "//cc", 36 "//cc",
37 "//cc/animation", 37 "//cc/animation",
38 "//cc/paint", 38 "//cc/paint",
39 "//cc/surfaces", 39 "//cc/surfaces",
40 "//components/discardable_memory/common", 40 "//components/discardable_memory/common",
41 "//components/discardable_memory/service", 41 "//components/discardable_memory/service",
42 "//components/filesystem:lib", 42 "//components/filesystem:lib",
43 "//components/keyboard_lock:definition",
43 "//components/leveldb:lib", 44 "//components/leveldb:lib",
44 "//components/link_header_util", 45 "//components/link_header_util",
45 "//components/metrics", 46 "//components/metrics",
46 "//components/metrics:single_sample_metrics", 47 "//components/metrics:single_sample_metrics",
47 "//components/mime_util", 48 "//components/mime_util",
48 "//components/payments/mojom:mojom_payment_app", 49 "//components/payments/mojom:mojom_payment_app",
49 "//components/rappor", 50 "//components/rappor",
50 "//components/tracing", 51 "//components/tracing",
51 "//components/tracing:startup_tracing", 52 "//components/tracing:startup_tracing",
52 "//components/url_formatter", 53 "//components/url_formatter",
(...skipping 2084 matching lines...) Expand 10 before | Expand all | Expand 10 after
2137 if (!is_component_build) { 2138 if (!is_component_build) {
2138 public_deps = [ 2139 public_deps = [
2139 ":browser", 2140 ":browser",
2140 ] 2141 ]
2141 } else { 2142 } else {
2142 public_deps = [ 2143 public_deps = [
2143 "//third_party/leveldatabase", 2144 "//third_party/leveldatabase",
2144 ] 2145 ]
2145 } 2146 }
2146 } 2147 }
OLDNEW
« no previous file with comments | « components/keyboard_lock/widget_key_event_filter.cc ('k') | content/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698