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

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

Issue 2640983002: Rename paint data structures (Closed)
Patch Set: Re-add ios changes Created 3 years, 10 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/chromecast_build.gni") 5 import("//build/config/chromecast_build.gni")
6 import("//build/config/features.gni") 6 import("//build/config/features.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//build/split_static_library.gni") 8 import("//build/split_static_library.gni")
9 import("//media/media_options.gni") 9 import("//media/media_options.gni")
10 import("//ppapi/features/features.gni") 10 import("//ppapi/features/features.gni")
(...skipping 391 matching lines...) Expand 10 before | Expand all | Expand 10 after
402 ] 402 ]
403 defines = [] 403 defines = []
404 404
405 public_deps = [] 405 public_deps = []
406 deps = [ 406 deps = [
407 "//base:i18n", 407 "//base:i18n",
408 "//cc", 408 "//cc",
409 "//cc/animation", 409 "//cc/animation",
410 "//cc/blink", 410 "//cc/blink",
411 "//cc/ipc", 411 "//cc/ipc",
412 "//cc/paint",
412 "//cc/surfaces", 413 "//cc/surfaces",
413 "//cc/surfaces:surface_id", 414 "//cc/surfaces:surface_id",
414 "//cc/surfaces:surfaces", 415 "//cc/surfaces:surfaces",
415 "//components/discardable_memory/client", 416 "//components/discardable_memory/client",
416 "//components/payments:payment_app", 417 "//components/payments:payment_app",
417 "//components/url_formatter", 418 "//components/url_formatter",
418 "//content:resources", 419 "//content:resources",
419 "//content/child", 420 "//content/child",
420 "//content/common", 421 "//content/common",
421 "//content/gpu:gpu_sources", 422 "//content/gpu:gpu_sources",
(...skipping 509 matching lines...) Expand 10 before | Expand all | Expand 10 after
931 # For the defines in mojo_media_config. 932 # For the defines in mojo_media_config.
932 public_configs = [ "//media/mojo/services:mojo_media_config" ] 933 public_configs = [ "//media/mojo/services:mojo_media_config" ]
933 } 934 }
934 935
935 if (!is_component_build) { 936 if (!is_component_build) {
936 public_deps = [ 937 public_deps = [
937 ":renderer", 938 ":renderer",
938 ] 939 ]
939 } 940 }
940 } 941 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698