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

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

Issue 2150013003: Add IPC support for gfx::ColorSpace (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: git cl try Created 4 years, 5 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 | « content/browser/renderer_host/render_view_host_impl.cc ('k') | content/common/view_messages.h » ('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 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") 10 import("//tools/ipc_fuzzer/ipc_fuzzer.gni")
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
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/ipc", 89 "//ui/events/ipc",
90 "//ui/gfx", 90 "//ui/gfx",
91 "//ui/gfx/geometry", 91 "//ui/gfx/geometry",
92 "//ui/gfx/ipc", 92 "//ui/gfx/ipc",
93 "//ui/gfx/ipc/color",
93 "//ui/gfx/ipc/geometry", 94 "//ui/gfx/ipc/geometry",
94 "//ui/gfx/ipc/skia", 95 "//ui/gfx/ipc/skia",
95 "//ui/gl", 96 "//ui/gl",
96 "//ui/shell_dialogs", 97 "//ui/shell_dialogs",
97 "//url", 98 "//url",
98 "//url/ipc:url_ipc", 99 "//url/ipc:url_ipc",
99 ] 100 ]
100 101
101 defines = [] 102 defines = []
102 include_dirs = [] 103 include_dirs = []
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
256 "//device/sensors/public/interfaces", 257 "//device/sensors/public/interfaces",
257 "//services/shell/public/interfaces", 258 "//services/shell/public/interfaces",
258 "//services/ui/public/interfaces", 259 "//services/ui/public/interfaces",
259 "//skia/public/interfaces", 260 "//skia/public/interfaces",
260 "//third_party/WebKit/public:mojo_bindings", 261 "//third_party/WebKit/public:mojo_bindings",
261 "//ui/gfx/geometry/mojo", 262 "//ui/gfx/geometry/mojo",
262 "//url/mojo:url_mojom_gurl", 263 "//url/mojo:url_mojom_gurl",
263 "//url/mojo:url_mojom_origin", 264 "//url/mojo:url_mojom_origin",
264 ] 265 ]
265 } 266 }
OLDNEW
« no previous file with comments | « content/browser/renderer_host/render_view_host_impl.cc ('k') | content/common/view_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698