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

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

Issue 1085783002: Replace image_messages.h with Mojo service (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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/crypto.gni") 5 import("//build/config/crypto.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("//content/browser/browser.gni") 8 import("//content/browser/browser.gni")
9 import("//media/media_options.gni") 9 import("//media/media_options.gni")
10 10
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 # Non-iOS deps. 99 # Non-iOS deps.
100 deps += [ 100 deps += [
101 "//cc", 101 "//cc",
102 "//cc/surfaces", 102 "//cc/surfaces",
103 "//content/app/resources", 103 "//content/app/resources",
104 "//content/app/strings", 104 "//content/app/strings",
105 "//content/browser/devtools:resources", 105 "//content/browser/devtools:resources",
106 "//content/common:mojo_bindings", 106 "//content/common:mojo_bindings",
107 "//content/public/common:mojo_bindings", 107 "//content/public/common:mojo_bindings",
108 "//device/bluetooth", 108 "//device/bluetooth",
109 "//mojo/common:url_type_converters",
110 "//mojo/converters/geometry",
109 "//net:http_server", 111 "//net:http_server",
112 "//skia/public",
110 "//storage/browser", 113 "//storage/browser",
111 "//storage/common", 114 "//storage/common",
112 "//third_party/WebKit/public:image_resources", 115 "//third_party/WebKit/public:image_resources",
113 "//third_party/WebKit/public:resources", 116 "//third_party/WebKit/public:resources",
114 "//third_party/angle:commit_id", 117 "//third_party/angle:commit_id",
115 "//third_party/icu", 118 "//third_party/icu",
116 "//third_party/leveldatabase", 119 "//third_party/leveldatabase",
117 "//third_party/libyuv", 120 "//third_party/libyuv",
118 "//third_party/mojo/src/mojo/public/cpp/bindings", 121 "//third_party/mojo/src/mojo/public/cpp/bindings",
119 "//third_party/mojo/src/mojo/public/interfaces/application", 122 "//third_party/mojo/src/mojo/public/interfaces/application",
(...skipping 333 matching lines...) Expand 10 before | Expand all | Expand 10 after
453 } 456 }
454 457
455 if (is_linux && use_openssl) { 458 if (is_linux && use_openssl) {
456 deps += [ "//third_party/boringssl" ] 459 deps += [ "//third_party/boringssl" ]
457 } 460 }
458 461
459 if (enable_media_mojo_renderer) { 462 if (enable_media_mojo_renderer) {
460 deps += [ "//media/mojo/services:renderer_service" ] 463 deps += [ "//media/mojo/services:renderer_service" ]
461 } 464 }
462 } 465 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698