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

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

Issue 2814213002: Refactor Select-to-speak so that mouse events are forwarded to the extension. (Closed)
Patch Set: closure 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 | « no previous file | chrome/browser/chromeos/accessibility/select_to_speak_event_handler.h » ('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("//extensions/features/features.gni") 7 import("//extensions/features/features.gni")
8 import("//media/media_options.gni") 8 import("//media/media_options.gni")
9 import("//printing/features/features.gni") 9 import("//printing/features/features.gni")
10 import("//third_party/protobuf/proto_library.gni") 10 import("//third_party/protobuf/proto_library.gni")
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 "//ui/app_list/presenter:mojom", 118 "//ui/app_list/presenter:mojom",
119 "//ui/arc", 119 "//ui/arc",
120 "//ui/aura", 120 "//ui/aura",
121 "//ui/base", 121 "//ui/base",
122 "//ui/chromeos", 122 "//ui/chromeos",
123 "//ui/chromeos/events", 123 "//ui/chromeos/events",
124 "//ui/compositor", 124 "//ui/compositor",
125 "//ui/display", 125 "//ui/display",
126 "//ui/display/manager", 126 "//ui/display/manager",
127 "//ui/events:dom_keycode_converter", 127 "//ui/events:dom_keycode_converter",
128 "//ui/events/blink",
128 "//ui/events/devices", 129 "//ui/events/devices",
129 "//ui/events/platform", 130 "//ui/events/platform",
130 "//ui/file_manager", 131 "//ui/file_manager",
131 "//ui/keyboard:mojom", 132 "//ui/keyboard:mojom",
132 "//ui/message_center", 133 "//ui/message_center",
133 "//ui/surface", 134 "//ui/surface",
134 "//ui/views", 135 "//ui/views",
135 "//ui/views/controls/webview", 136 "//ui/views/controls/webview",
136 "//ui/web_dialogs", 137 "//ui/web_dialogs",
137 "//url", 138 "//url",
(...skipping 1708 matching lines...) Expand 10 before | Expand all | Expand 10 after
1846 "policy/proto/chrome_device_policy.proto", 1847 "policy/proto/chrome_device_policy.proto",
1847 "policy/proto/install_attributes.proto", 1848 "policy/proto/install_attributes.proto",
1848 ] 1849 ]
1849 } 1850 }
1850 1851
1851 proto_library("attestation_proto") { 1852 proto_library("attestation_proto") {
1852 sources = [ 1853 sources = [
1853 "attestation/attestation_key_payload.proto", 1854 "attestation/attestation_key_payload.proto",
1854 ] 1855 ]
1855 } 1856 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/accessibility/select_to_speak_event_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698