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

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

Issue 2316553003: mash: Add autoclick app. (Closed)
Patch Set: MouseEvent; if etc. Created 4 years, 3 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/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//media/media_options.gni") 7 import("//media/media_options.gni")
8 import("//third_party/protobuf/proto_library.gni") 8 import("//third_party/protobuf/proto_library.gni")
9 9
10 assert(is_chromeos) 10 assert(is_chromeos)
(...skipping 18 matching lines...) Expand all
29 "//ui/resources", 29 "//ui/resources",
30 "//ui/strings", 30 "//ui/strings",
31 ] 31 ]
32 32
33 deps = [ 33 deps = [
34 # TODO(tbarzic): Cleanup this list. 34 # TODO(tbarzic): Cleanup this list.
35 ":attestation_proto", 35 ":attestation_proto",
36 ":device_policy_proto", 36 ":device_policy_proto",
37 "//ash", 37 "//ash",
38 "//ash:ash_with_content", 38 "//ash:ash_with_content",
39 "//ash/autoclick/mus/public/interfaces",
39 "//ash/public/interfaces", 40 "//ash/public/interfaces",
40 "//ash/public/interfaces", 41 "//ash/public/interfaces",
41 "//build/linux:fontconfig", 42 "//build/linux:fontconfig",
42 "//chrome/browser/devtools", 43 "//chrome/browser/devtools",
43 "//chrome/browser/extensions", 44 "//chrome/browser/extensions",
44 "//chrome/browser/safe_browsing:chunk_proto", 45 "//chrome/browser/safe_browsing:chunk_proto",
45 "//chrome/common", 46 "//chrome/common",
46 "//chrome/common/extensions/api", 47 "//chrome/common/extensions/api",
47 "//chrome/common/extensions/api:api_registration", 48 "//chrome/common/extensions/api:api_registration",
48 "//chrome/common/net", 49 "//chrome/common/net",
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 "//ui/keyboard:mojom", 122 "//ui/keyboard:mojom",
122 "//ui/message_center", 123 "//ui/message_center",
123 "//ui/surface", 124 "//ui/surface",
124 "//ui/views", 125 "//ui/views",
125 "//ui/views/controls/webview", 126 "//ui/views/controls/webview",
126 "//ui/web_dialogs", 127 "//ui/web_dialogs",
127 "//url", 128 "//url",
128 "//v8", 129 "//v8",
129 ] 130 ]
130 131
132 data_deps = [
133 "//ash/autoclick/mus:accessibility_autoclick",
134 ]
135
131 allow_circular_includes_from = [ "//chrome/browser/extensions" ] 136 allow_circular_includes_from = [ "//chrome/browser/extensions" ]
132 137
133 sources = [ 138 sources = [
134 "../supervised_user/chromeos/manager_password_service.cc", 139 "../supervised_user/chromeos/manager_password_service.cc",
135 "../supervised_user/chromeos/manager_password_service.h", 140 "../supervised_user/chromeos/manager_password_service.h",
136 "../supervised_user/chromeos/manager_password_service_factory.cc", 141 "../supervised_user/chromeos/manager_password_service_factory.cc",
137 "../supervised_user/chromeos/manager_password_service_factory.h", 142 "../supervised_user/chromeos/manager_password_service_factory.h",
138 "../supervised_user/chromeos/supervised_user_password_service.cc", 143 "../supervised_user/chromeos/supervised_user_password_service.cc",
139 "../supervised_user/chromeos/supervised_user_password_service.h", 144 "../supervised_user/chromeos/supervised_user_password_service.h",
140 "../supervised_user/chromeos/supervised_user_password_service_factory.cc", 145 "../supervised_user/chromeos/supervised_user_password_service_factory.cc",
(...skipping 1451 matching lines...) Expand 10 before | Expand all | Expand 10 after
1592 "policy/proto/chrome_device_policy.proto", 1597 "policy/proto/chrome_device_policy.proto",
1593 "policy/proto/install_attributes.proto", 1598 "policy/proto/install_attributes.proto",
1594 ] 1599 ]
1595 } 1600 }
1596 1601
1597 proto_library("attestation_proto") { 1602 proto_library("attestation_proto") {
1598 sources = [ 1603 sources = [
1599 "attestation/attestation_key_payload.proto", 1604 "attestation/attestation_key_payload.proto",
1600 ] 1605 ]
1601 } 1606 }
OLDNEW
« no previous file with comments | « chrome/app/mojo/chrome_manifest.json ('k') | chrome/browser/chromeos/accessibility/accessibility_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698