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

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: Forward declare Range in gfx_param_traits Created 4 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 | « components/printing/common/print_messages.h ('k') | content/content_common.gypi » ('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("//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 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
194 "//third_party/icu", 194 "//third_party/icu",
195 "//third_party/libjingle", 195 "//third_party/libjingle",
196 "//third_party/webrtc/base:rtc_base", 196 "//third_party/webrtc/base:rtc_base",
197 "//ui/accessibility", 197 "//ui/accessibility",
198 "//ui/base", 198 "//ui/base",
199 "//ui/base/ime", 199 "//ui/base/ime",
200 "//ui/events/ipc", 200 "//ui/events/ipc",
201 "//ui/gfx", 201 "//ui/gfx",
202 "//ui/gfx/geometry", 202 "//ui/gfx/geometry",
203 "//ui/gfx/ipc", 203 "//ui/gfx/ipc",
204 "//ui/gfx/ipc/geometry",
204 "//ui/gfx/ipc/skia", 205 "//ui/gfx/ipc/skia",
205 "//ui/gl", 206 "//ui/gl",
206 "//ui/shell_dialogs", 207 "//ui/shell_dialogs",
207 "//url", 208 "//url",
208 "//url/ipc:url_ipc", 209 "//url/ipc:url_ipc",
209 ] 210 ]
210 211
211 defines = [] 212 defines = []
212 include_dirs = [] 213 include_dirs = []
213 libs = [] 214 libs = []
(...skipping 316 matching lines...) Expand 10 before | Expand all | Expand 10 after
530 "//components/leveldb/public/interfaces", 531 "//components/leveldb/public/interfaces",
531 "//components/mus/public/interfaces", 532 "//components/mus/public/interfaces",
532 "//content/public/common:mojo_bindings", 533 "//content/public/common:mojo_bindings",
533 "//services/shell/public/interfaces", 534 "//services/shell/public/interfaces",
534 "//skia/public/interfaces", 535 "//skia/public/interfaces",
535 "//third_party/WebKit/public:mojo_bindings", 536 "//third_party/WebKit/public:mojo_bindings",
536 "//ui/mojo/geometry:interfaces", 537 "//ui/mojo/geometry:interfaces",
537 "//url/mojo:url_mojom_origin", 538 "//url/mojo:url_mojom_origin",
538 ] 539 ]
539 } 540 }
OLDNEW
« no previous file with comments | « components/printing/common/print_messages.h ('k') | content/content_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698