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

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

Issue 2717213004: Move SharedBitmapManager implementation out of content/ (Closed)
Patch Set: rebase Created 3 years, 9 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 405 matching lines...) Expand 10 before | Expand all | Expand 10 after
416 "//base:i18n", 416 "//base:i18n",
417 "//cc", 417 "//cc",
418 "//cc/animation", 418 "//cc/animation",
419 "//cc/blink", 419 "//cc/blink",
420 "//cc/ipc", 420 "//cc/ipc",
421 "//cc/paint", 421 "//cc/paint",
422 "//cc/surfaces", 422 "//cc/surfaces",
423 "//cc/surfaces:surface_id", 423 "//cc/surfaces:surface_id",
424 "//cc/surfaces:surfaces", 424 "//cc/surfaces:surfaces",
425 "//components/discardable_memory/client", 425 "//components/discardable_memory/client",
426 "//components/display_compositor/child",
427 "//components/display_compositor/interfaces",
426 "//components/payments/content:payment_app", 428 "//components/payments/content:payment_app",
427 "//components/url_formatter", 429 "//components/url_formatter",
428 "//content:resources", 430 "//content:resources",
429 "//content/child", 431 "//content/child",
430 "//content/common", 432 "//content/common",
431 "//content/gpu:gpu_sources", 433 "//content/gpu:gpu_sources",
432 "//content/public/child:child_sources", 434 "//content/public/child:child_sources",
433 "//content/public/common:common_sources", 435 "//content/public/common:common_sources",
434 "//content/public/common:feature_h264_with_openh264_ffmpeg", 436 "//content/public/common:feature_h264_with_openh264_ffmpeg",
435 "//content/public/common:features", 437 "//content/public/common:features",
(...skipping 507 matching lines...) Expand 10 before | Expand all | Expand 10 after
943 # For the defines in mojo_media_config. 945 # For the defines in mojo_media_config.
944 public_configs = [ "//media/mojo/services:mojo_media_config" ] 946 public_configs = [ "//media/mojo/services:mojo_media_config" ]
945 } 947 }
946 948
947 if (!is_component_build) { 949 if (!is_component_build) {
948 public_deps = [ 950 public_deps = [
949 ":renderer", 951 ":renderer",
950 ] 952 ]
951 } 953 }
952 } 954 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698