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

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

Issue 2539543002: RELAND: ImageCapture: move image_capture.mojom from media/mojo/interfaces/ to media/capture/mojo/ (Closed)
Patch Set: https://codereview.chromium.org/2526953002 Created 4 years 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
« no previous file with comments | « content/browser/media/capture/image_capture_impl.h ('k') | media/capture/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/compiler/compiler.gni") 6 import("//build/config/compiler/compiler.gni")
7 import("//build/config/crypto.gni") 7 import("//build/config/crypto.gni")
8 import("//build/config/features.gni") 8 import("//build/config/features.gni")
9 import("//build/config/ui.gni") 9 import("//build/config/ui.gni")
10 import("//media/media_options.gni") 10 import("//media/media_options.gni")
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
231 "//content/public/utility", 231 "//content/public/utility",
232 "//content/renderer:for_content_tests", 232 "//content/renderer:for_content_tests",
233 "//content/shell:pak", 233 "//content/shell:pak",
234 "//content/utility:for_content_tests", 234 "//content/utility:for_content_tests",
235 "//device/base/synchronization", 235 "//device/base/synchronization",
236 "//device/geolocation", 236 "//device/geolocation",
237 "//device/nfc:mojo_bindings", 237 "//device/nfc:mojo_bindings",
238 "//ipc:test_support", 238 "//ipc:test_support",
239 "//media", 239 "//media",
240 "//media/capture", 240 "//media/capture",
241 "//media/mojo/interfaces:image_capture", 241 "//media/capture/mojo:image_capture",
242 "//mojo/edk/system", 242 "//mojo/edk/system",
243 "//mojo/edk/test:test_support", 243 "//mojo/edk/test:test_support",
244 "//net:test_support", 244 "//net:test_support",
245 "//services/service_manager/public/cpp", 245 "//services/service_manager/public/cpp",
246 "//skia", 246 "//skia",
247 "//storage/browser", 247 "//storage/browser",
248 "//storage/common", 248 "//storage/common",
249 "//testing/gmock", 249 "//testing/gmock",
250 "//testing/gtest", 250 "//testing/gtest",
251 "//ui/accessibility:ax_gen", 251 "//ui/accessibility:ax_gen",
(...skipping 1469 matching lines...) Expand 10 before | Expand all | Expand 10 after
1721 if (is_android) { 1721 if (is_android) {
1722 deps += [ "//testing/android/native_test:native_test_native_code" ] 1722 deps += [ "//testing/android/native_test:native_test_native_code" ]
1723 } 1723 }
1724 } 1724 }
1725 1725
1726 group("fuzzers") { 1726 group("fuzzers") {
1727 deps = [ 1727 deps = [
1728 "//content/test/fuzzer", 1728 "//content/test/fuzzer",
1729 ] 1729 ]
1730 } 1730 }
OLDNEW
« no previous file with comments | « content/browser/media/capture/image_capture_impl.h ('k') | media/capture/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698