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

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

Issue 1824993004: Separate gfx_ipc into skia-dependent and non-skia-dependent parts (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address nits from tsepez@ 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 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/skia",
204 "//ui/gl", 205 "//ui/gl",
205 "//ui/shell_dialogs", 206 "//ui/shell_dialogs",
206 "//url", 207 "//url",
207 "//url/ipc:url_ipc", 208 "//url/ipc:url_ipc",
208 ] 209 ]
209 210
210 defines = [] 211 defines = []
211 include_dirs = [] 212 include_dirs = []
212 libs = [] 213 libs = []
213 ldflags = [] 214 ldflags = []
(...skipping 348 matching lines...) Expand 10 before | Expand all | Expand 10 after
562 "//components/leveldb/public/interfaces", 563 "//components/leveldb/public/interfaces",
563 "//components/mus/public/interfaces", 564 "//components/mus/public/interfaces",
564 "//content/public/common:mojo_bindings", 565 "//content/public/common:mojo_bindings",
565 "//mojo/shell/public/interfaces", 566 "//mojo/shell/public/interfaces",
566 "//skia/public/interfaces", 567 "//skia/public/interfaces",
567 "//third_party/WebKit/public:mojo_bindings", 568 "//third_party/WebKit/public:mojo_bindings",
568 "//ui/mojo/geometry:interfaces", 569 "//ui/mojo/geometry:interfaces",
569 "//url/mojo:url_mojom_origin", 570 "//url/mojo:url_mojom_origin",
570 ] 571 ]
571 } 572 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698