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

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

Issue 1924613002: Move ui/gfx/geometry ParamTraits to ui/gfx/ipc/geometry (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed ozone Created 4 years, 8 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 if (is_mac) { 10 if (is_mac) {
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after
195 "//third_party/icu", 195 "//third_party/icu",
196 "//third_party/libjingle", 196 "//third_party/libjingle",
197 "//third_party/webrtc/base:rtc_base", 197 "//third_party/webrtc/base:rtc_base",
198 "//ui/accessibility", 198 "//ui/accessibility",
199 "//ui/base", 199 "//ui/base",
200 "//ui/base/ime", 200 "//ui/base/ime",
201 "//ui/events/ipc", 201 "//ui/events/ipc",
202 "//ui/gfx", 202 "//ui/gfx",
203 "//ui/gfx/geometry", 203 "//ui/gfx/geometry",
204 "//ui/gfx/ipc", 204 "//ui/gfx/ipc",
205 "//ui/gfx/ipc/geometry",
205 "//ui/gfx/ipc/skia", 206 "//ui/gfx/ipc/skia",
206 "//ui/gl", 207 "//ui/gl",
207 "//ui/shell_dialogs", 208 "//ui/shell_dialogs",
208 "//url", 209 "//url",
209 "//url/ipc:url_ipc", 210 "//url/ipc:url_ipc",
210 ] 211 ]
211 212
212 defines = [] 213 defines = []
213 include_dirs = [] 214 include_dirs = []
214 libs = [] 215 libs = []
(...skipping 314 matching lines...) Expand 10 before | Expand all | Expand 10 after
529 "//components/leveldb/public/interfaces", 530 "//components/leveldb/public/interfaces",
530 "//components/mus/public/interfaces", 531 "//components/mus/public/interfaces",
531 "//content/public/common:mojo_bindings", 532 "//content/public/common:mojo_bindings",
532 "//services/shell/public/interfaces", 533 "//services/shell/public/interfaces",
533 "//skia/public/interfaces", 534 "//skia/public/interfaces",
534 "//third_party/WebKit/public:mojo_bindings", 535 "//third_party/WebKit/public:mojo_bindings",
535 "//ui/mojo/geometry:interfaces", 536 "//ui/mojo/geometry:interfaces",
536 "//url/mojo:url_mojom_origin", 537 "//url/mojo:url_mojom_origin",
537 ] 538 ]
538 } 539 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698