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

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: Fix review comments on set7 Created 5 years, 5 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 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 "//components/scheduler:common", 109 "//components/scheduler:common",
110 "//content/app/resources", 110 "//content/app/resources",
111 "//content/app/strings", 111 "//content/app/strings",
112 "//content/browser/devtools:gen_devtools_protocol_handler", 112 "//content/browser/devtools:gen_devtools_protocol_handler",
113 "//content/browser/devtools:resources", 113 "//content/browser/devtools:resources",
114 "//content/common:mojo_bindings", 114 "//content/common:mojo_bindings",
115 "//content/public/common:mojo_bindings", 115 "//content/public/common:mojo_bindings",
116 "//device/bluetooth", 116 "//device/bluetooth",
117 "//gin", 117 "//gin",
118 "//mojo/application/public/interfaces", 118 "//mojo/application/public/interfaces",
119 "//mojo/common:url_type_converters",
120 "//mojo/converters/geometry",
121 "//skia/public",
119 "//storage/browser", 122 "//storage/browser",
120 "//storage/common", 123 "//storage/common",
121 "//third_party/WebKit/public:image_resources", 124 "//third_party/WebKit/public:image_resources",
122 "//third_party/WebKit/public:resources", 125 "//third_party/WebKit/public:resources",
123 "//third_party/angle:commit_id", 126 "//third_party/angle:commit_id",
124 "//third_party/icu", 127 "//third_party/icu",
125 "//third_party/leveldatabase", 128 "//third_party/leveldatabase",
126 "//third_party/libyuv", 129 "//third_party/libyuv",
127 "//third_party/mojo/src/mojo/public/cpp/bindings", 130 "//third_party/mojo/src/mojo/public/cpp/bindings",
128 "//third_party/mojo/src/mojo/public/js", 131 "//third_party/mojo/src/mojo/public/js",
(...skipping 355 matching lines...) Expand 10 before | Expand all | Expand 10 after
484 if (enable_webvr) { 487 if (enable_webvr) {
485 sources += [ 488 sources += [
486 "vr/vr_device.cc", 489 "vr/vr_device.cc",
487 "vr/vr_device.h", 490 "vr/vr_device.h",
488 "vr/vr_device_manager.cc", 491 "vr/vr_device_manager.cc",
489 "vr/vr_device_manager.h", 492 "vr/vr_device_manager.h",
490 "vr/vr_device_provider.h", 493 "vr/vr_device_provider.h",
491 ] 494 ]
492 } 495 }
493 } 496 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698