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

Side by Side Diff: content/public/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 | « content/content_tests.gypi ('k') | content/public/common/common_param_traits_macros.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/buildflag_header.gni") 5 import("//build/buildflag_header.gni")
6 import("//build/config/chromecast_build.gni") 6 import("//build/config/chromecast_build.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//content/common/common.gni") 8 import("//content/common/common.gni")
9 import("//mojo/public/tools/bindings/mojom.gni") 9 import("//mojo/public/tools/bindings/mojom.gni")
10 import("//third_party/webrtc/build/webrtc.gni") 10 import("//third_party/webrtc/build/webrtc.gni")
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 "//ppapi/c", 108 "//ppapi/c",
109 "//services/shell/public/cpp", 109 "//services/shell/public/cpp",
110 "//skia", 110 "//skia",
111 "//storage/common", 111 "//storage/common",
112 "//third_party/WebKit/public:blink_headers", 112 "//third_party/WebKit/public:blink_headers",
113 "//third_party/icu", 113 "//third_party/icu",
114 "//ui/accessibility", 114 "//ui/accessibility",
115 "//ui/base", 115 "//ui/base",
116 "//ui/gfx", 116 "//ui/gfx",
117 "//ui/gfx/ipc", 117 "//ui/gfx/ipc",
118 "//ui/gfx/ipc/geometry",
118 "//ui/gfx/ipc/skia", 119 "//ui/gfx/ipc/skia",
119 "//ui/surface", 120 "//ui/surface",
120 ] 121 ]
121 122
122 # //content/common needs to include public headers. 123 # //content/common needs to include public headers.
123 allow_circular_includes_from = [ "//content/common" ] 124 allow_circular_includes_from = [ "//content/common" ]
124 125
125 if (!enable_plugins) { 126 if (!enable_plugins) {
126 sources -= [ 127 sources -= [
127 "pepper_plugin_info.cc", 128 "pepper_plugin_info.cc",
(...skipping 25 matching lines...) Expand all
153 source_set("feature_h264_with_openh264_ffmpeg") { 154 source_set("feature_h264_with_openh264_ffmpeg") {
154 deps = [ 155 deps = [
155 ":features", 156 ":features",
156 "//base", 157 "//base",
157 ] 158 ]
158 sources = [ 159 sources = [
159 "feature_h264_with_openh264_ffmpeg.cc", 160 "feature_h264_with_openh264_ffmpeg.cc",
160 "feature_h264_with_openh264_ffmpeg.h", 161 "feature_h264_with_openh264_ffmpeg.h",
161 ] 162 ]
162 } 163 }
OLDNEW
« no previous file with comments | « content/content_tests.gypi ('k') | content/public/common/common_param_traits_macros.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698