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

Side by Side Diff: media/gpu/BUILD.gn

Issue 2924573002: [NotForReview] Convert accelerated JPEG Decoder IPC to Mojo
Patch Set: . Created 3 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
« no previous file with comments | « content/gpu/gpu_child_thread.cc ('k') | media/gpu/ipc/DEPS » ('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 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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("//media/gpu/args.gni") 7 import("//media/gpu/args.gni")
8 import("//media/media_options.gni") 8 import("//media/media_options.gni")
9 import("//testing/test.gni") 9 import("//testing/test.gni")
10 10
(...skipping 541 matching lines...) Expand 10 before | Expand all | Expand 10 after
552 } 552 }
553 553
554 test("video_decode_accelerator_service_unittest") { 554 test("video_decode_accelerator_service_unittest") {
555 sources = [ 555 sources = [
556 "ipc/service/gpu_jpeg_decode_accelerator_unittest.cc", 556 "ipc/service/gpu_jpeg_decode_accelerator_unittest.cc",
557 ] 557 ]
558 558
559 deps = [ 559 deps = [
560 ":gpu", 560 ":gpu",
561 "//base", 561 "//base",
562 "//base/test:run_all_unittests",
563 "//base/test:test_support", 562 "//base/test:test_support",
564 "//gpu:test_support", 563 "//gpu:test_support",
565 "//media/gpu/ipc/common", 564 "//media/gpu/ipc/common",
566 "//media/gpu/ipc/service", 565 "//media/gpu/ipc/service",
567 "//testing/gmock", 566 "//media/test:run_all_unittests",
567 "//services/service_manager/public/cpp",
568 "//testing/gtest", 568 "//testing/gtest",
569 "//ui/gfx:test_support", 569 "//ui/gfx:test_support",
570 "//ui/gfx/geometry", 570 "//ui/gfx/geometry",
571 ] 571 ]
572 } 572 }
OLDNEW
« no previous file with comments | « content/gpu/gpu_child_thread.cc ('k') | media/gpu/ipc/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698