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

Side by Side Diff: components/BUILD.gn

Issue 1129643002: Moved media mime type and codec checks to media/base/mime_util.* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase to ToT since patch failed on some trybots 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
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/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 import("//tools/grit/repack.gni") 8 import("//tools/grit/repack.gni")
9 9
10 # Collection of all components. You wouldn't link to this, but this is rather 10 # Collection of all components. You wouldn't link to this, but this is rather
(...skipping 278 matching lines...) Expand 10 before | Expand all | Expand 10 after
289 "//components/update_client:unit_tests", 289 "//components/update_client:unit_tests",
290 "//components/variations:unit_tests", 290 "//components/variations:unit_tests",
291 "//components/web_resource:unit_tests", 291 "//components/web_resource:unit_tests",
292 "//components/webcrypto:unit_tests", 292 "//components/webcrypto:unit_tests",
293 "//components/webdata/common:unit_tests", 293 "//components/webdata/common:unit_tests",
294 294
295 # These are the deps required by the code in this target. 295 # These are the deps required by the code in this target.
296 "//base", 296 "//base",
297 "//base/test:test_support", 297 "//base/test:test_support",
298 "//content/test:test_support", 298 "//content/test:test_support",
299 "//media",
Ryan Sleevi 2015/05/13 23:55:53 You need to update this for iOS
servolk 2015/05/14 00:13:23 Done.
299 "//net", 300 "//net",
300 "//ui/base", 301 "//ui/base",
301 "//ui/resources:ui_test_pak", 302 "//ui/resources:ui_test_pak",
302 ] 303 ]
303 data_deps = [ ":components_tests_pak" ] 304 data_deps = [ ":components_tests_pak" ]
304 305
305 if (!is_android && !is_ios) { 306 if (!is_android && !is_ios) {
306 deps += [ "//components/proximity_auth:unit_tests" ] 307 deps += [ "//components/proximity_auth:unit_tests" ]
307 } 308 }
308 309
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
424 425
425 deps = [ 426 deps = [
426 "//base", 427 "//base",
427 "//base/test:test_support_perf", 428 "//base/test:test_support_perf",
428 "//testing/gtest", 429 "//testing/gtest",
429 "//testing/perf", 430 "//testing/perf",
430 "//content/test:test_support", 431 "//content/test:test_support",
431 "//components/visitedlink/browser", 432 "//components/visitedlink/browser",
432 ] 433 ]
433 } 434 }
OLDNEW
« no previous file with comments | « no previous file | components/html_viewer/web_mime_registry_impl.cc » ('j') | components/mime_util/mime_util.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698