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

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

Issue 2014013002: Add SkBitmap StructTraits for skia::mojo::Bitmap. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync and rebase. Created 4 years, 6 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/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//content/renderer/renderer.gni") 7 import("//content/renderer/renderer.gni")
8 import("//media/media_options.gni") 8 import("//media/media_options.gni")
9 import("//third_party/webrtc/build/webrtc.gni") 9 import("//third_party/webrtc/build/webrtc.gni")
10 10
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 "//media/midi", 64 "//media/midi",
65 "//mojo/common", 65 "//mojo/common",
66 "//mojo/edk/js", 66 "//mojo/edk/js",
67 "//mojo/public/cpp/bindings", 67 "//mojo/public/cpp/bindings",
68 "//mojo/public/js", 68 "//mojo/public/js",
69 "//net", 69 "//net",
70 "//sandbox", 70 "//sandbox",
71 "//services/shell/public/cpp", 71 "//services/shell/public/cpp",
72 "//services/shell/public/interfaces", 72 "//services/shell/public/interfaces",
73 "//skia", 73 "//skia",
74 "//skia/public",
75 "//storage/common", 74 "//storage/common",
76 "//third_party/WebKit/public:blink", 75 "//third_party/WebKit/public:blink",
77 "//third_party/WebKit/public:mojo_bindings", 76 "//third_party/WebKit/public:mojo_bindings",
78 "//third_party/WebKit/public:mojo_bindings_blink", 77 "//third_party/WebKit/public:mojo_bindings_blink",
79 "//third_party/boringssl", 78 "//third_party/boringssl",
80 "//third_party/icu", 79 "//third_party/icu",
81 "//third_party/libjingle", 80 "//third_party/libjingle",
82 "//third_party/libyuv", 81 "//third_party/libyuv",
83 "//third_party/widevine/cdm:version_h", 82 "//third_party/widevine/cdm:version_h",
84 "//ui/accessibility", 83 "//ui/accessibility",
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
261 # For the defines in mojo_media_config. 260 # For the defines in mojo_media_config.
262 public_configs = [ "//media/mojo/services:mojo_media_config" ] 261 public_configs = [ "//media/mojo/services:mojo_media_config" ]
263 } 262 }
264 263
265 if (!is_component_build) { 264 if (!is_component_build) {
266 public_deps = [ 265 public_deps = [
267 ":renderer", 266 ":renderer",
268 ] 267 ]
269 } 268 }
270 } 269 }
OLDNEW
« no previous file with comments | « content/content_common_mojo_bindings.gyp ('k') | content/renderer/image_downloader/image_downloader_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698