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

Side by Side Diff: content/shell/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/public/common/common_param_traits_macros.h ('k') | extensions/common/BUILD.gn » ('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/sanitizers/sanitizers.gni") 6 import("//build/config/sanitizers/sanitizers.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//build/config/win/console_app.gni") 8 import("//build/config/win/console_app.gni")
9 import("//build/config/win/manifest.gni") 9 import("//build/config/win/manifest.gni")
10 import("//media/media_options.gni") 10 import("//media/media_options.gni")
(...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after
242 "//third_party/WebKit/public:image_resources", 242 "//third_party/WebKit/public:image_resources",
243 "//third_party/WebKit/public:resources", 243 "//third_party/WebKit/public:resources",
244 "//third_party/WebKit/public:test_support", 244 "//third_party/WebKit/public:test_support",
245 "//third_party/icu", 245 "//third_party/icu",
246 "//ui/base", 246 "//ui/base",
247 "//ui/base/ime", 247 "//ui/base/ime",
248 "//ui/events:events_base", 248 "//ui/events:events_base",
249 "//ui/gfx", 249 "//ui/gfx",
250 "//ui/gfx/geometry", 250 "//ui/gfx/geometry",
251 "//ui/gfx/ipc", 251 "//ui/gfx/ipc",
252 "//ui/gfx/ipc/geometry",
252 "//ui/gfx/ipc/skia", 253 "//ui/gfx/ipc/skia",
253 "//ui/gl", 254 "//ui/gl",
254 "//url", 255 "//url",
255 "//v8", 256 "//v8",
256 ] 257 ]
257 if (enable_plugins) { 258 if (enable_plugins) {
258 deps += [ 259 deps += [
259 "//content/ppapi_plugin", 260 "//content/ppapi_plugin",
260 "//ppapi:blink_deprecated_test_plugin", 261 "//ppapi:blink_deprecated_test_plugin",
261 "//ppapi:blink_test_plugin", 262 "//ppapi:blink_test_plugin",
(...skipping 273 matching lines...) Expand 10 before | Expand all | Expand 10 after
535 ] 536 ]
536 info_plist = "app/helper-Info.plist" 537 info_plist = "app/helper-Info.plist"
537 } 538 }
538 } 539 }
539 540
540 mojom("mojo_bindings") { 541 mojom("mojo_bindings") {
541 sources = [ 542 sources = [
542 "common/layout_test/layout_test_bluetooth_fake_adapter_setter.mojom", 543 "common/layout_test/layout_test_bluetooth_fake_adapter_setter.mojom",
543 ] 544 ]
544 } 545 }
OLDNEW
« no previous file with comments | « content/public/common/common_param_traits_macros.h ('k') | extensions/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698