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

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

Issue 1142323003: Remove duplicate application cpp files in mojo/application. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 7 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 | « media/mojo/services/mojo_media_application.cc ('k') | mojo/application/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("//media/media_options.gni") 5 import("//media/media_options.gni")
6 6
7 source_set("pipeline_integration_test_base") { 7 source_set("pipeline_integration_test_base") {
8 testonly = true 8 testonly = true
9 9
10 if (media_use_ffmpeg) { 10 if (media_use_ffmpeg) {
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 "//base", 93 "//base",
94 "//base/test:test_support", 94 "//base/test:test_support",
95 "//media", 95 "//media",
96 "//media:test_support", 96 "//media:test_support",
97 "//media/audio:test_support", 97 "//media/audio:test_support",
98 "//media/base:test_support", 98 "//media/base:test_support",
99 "//media/mojo/interfaces", 99 "//media/mojo/interfaces",
100 "//media/mojo/services:media", 100 "//media/mojo/services:media",
101 "//media/mojo/services:renderer_proxy", 101 "//media/mojo/services:renderer_proxy",
102 "//media/mojo/services:renderer_service", 102 "//media/mojo/services:renderer_service",
103 "//mojo/application", 103 "//mojo/application/public/cpp:test_support",
104 "//mojo/application:test_support",
105 "//testing/gtest", 104 "//testing/gtest",
106 "//ui/gfx/geometry", 105 "//ui/gfx/geometry",
107 "//ui/gfx:test_support", 106 "//ui/gfx:test_support",
108 107
109 # TODO(dalecurtis): Required since the gmock header is included in the 108 # TODO(dalecurtis): Required since the gmock header is included in the
110 # header for pipeline_integration_test_base.h. This should be moved int o 109 # header for pipeline_integration_test_base.h. This should be moved int o
111 # the .cc file to avoid the extra dependency here. 110 # the .cc file to avoid the extra dependency here.
112 "//testing/gmock", 111 "//testing/gmock",
113 ] 112 ]
114 } 113 }
115 } 114 }
116 } 115 }
OLDNEW
« no previous file with comments | « media/mojo/services/mojo_media_application.cc ('k') | mojo/application/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698