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

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

Issue 2240983003: Move |ScopedWebInputEvent| and |WebInputEventTraits| from |content::| to "ui/events/blink" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move |ScopedWebInputEvent| and |WebInputEventTraits| from |content::| to |ui::| Created 4 years, 4 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("//content/common/common.gni") 7 import("//content/common/common.gni")
8 import("//media/media_options.gni") 8 import("//media/media_options.gni")
9 import("//mojo/public/tools/bindings/mojom.gni") 9 import("//mojo/public/tools/bindings/mojom.gni")
10 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") 10 import("//tools/ipc_fuzzer/ipc_fuzzer.gni")
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 "//storage/common", 79 "//storage/common",
80 "//third_party/WebKit/public:blink_minimal", 80 "//third_party/WebKit/public:blink_minimal",
81 "//third_party/boringssl", 81 "//third_party/boringssl",
82 "//third_party/icu", 82 "//third_party/icu",
83 "//third_party/libjingle", 83 "//third_party/libjingle",
84 "//third_party/webrtc/base:rtc_base", 84 "//third_party/webrtc/base:rtc_base",
85 "//ui/accessibility", 85 "//ui/accessibility",
86 "//ui/base", 86 "//ui/base",
87 "//ui/base/ime", 87 "//ui/base/ime",
88 "//ui/display", 88 "//ui/display",
89 "//ui/events/blink",
89 "//ui/events/ipc", 90 "//ui/events/ipc",
90 "//ui/gfx", 91 "//ui/gfx",
91 "//ui/gfx/geometry", 92 "//ui/gfx/geometry",
92 "//ui/gfx/ipc", 93 "//ui/gfx/ipc",
93 "//ui/gfx/ipc/color", 94 "//ui/gfx/ipc/color",
94 "//ui/gfx/ipc/geometry", 95 "//ui/gfx/ipc/geometry",
95 "//ui/gfx/ipc/skia", 96 "//ui/gfx/ipc/skia",
96 "//ui/gl", 97 "//ui/gl",
97 "//ui/shell_dialogs", 98 "//ui/shell_dialogs",
98 "//url", 99 "//url",
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
260 "//url/mojo:url_mojom_gurl", 261 "//url/mojo:url_mojom_gurl",
261 "//url/mojo:url_mojom_origin", 262 "//url/mojo:url_mojom_origin",
262 ] 263 ]
263 264
264 use_new_wrapper_types = false 265 use_new_wrapper_types = false
265 266
266 export_class_attribute = "CONTENT_EXPORT" 267 export_class_attribute = "CONTENT_EXPORT"
267 export_define = "CONTENT_IMPLEMENTATION=1" 268 export_define = "CONTENT_IMPLEMENTATION=1"
268 export_header = "content/common/content_export.h" 269 export_header = "content/common/content_export.h"
269 } 270 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698