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

Side by Side Diff: media/media.gyp

Issue 824373003: Add browser_tests to the GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More ChromeOS Created 5 years, 11 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/audio/BUILD.gn ('k') | sdch/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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 # Override to dynamically link the cras (ChromeOS audio) library. 8 # Override to dynamically link the cras (ChromeOS audio) library.
9 'use_cras%': 0, 9 'use_cras%': 0,
10 # Option e.g. for Linux distributions to link pulseaudio directly 10 # Option e.g. for Linux distributions to link pulseaudio directly
(...skipping 1397 matching lines...) Expand 10 before | Expand all | Expand 10 after
1408 }, { # media_use_ffmpeg==0 1408 }, { # media_use_ffmpeg==0
1409 'sources!': [ 1409 'sources!': [
1410 'base/demuxer_perftest.cc', 1410 'base/demuxer_perftest.cc',
1411 'test/pipeline_integration_perftest.cc', 1411 'test/pipeline_integration_perftest.cc',
1412 'test/pipeline_integration_test_base.cc', 1412 'test/pipeline_integration_test_base.cc',
1413 ], 1413 ],
1414 }], 1414 }],
1415 ], 1415 ],
1416 }, 1416 },
1417 { 1417 {
1418 # GN version: //media:test_support 1418 # GN versions (it is split apart): //media:test_support,
1419 # //media/base:test_support, and //media/audio:test_support
1419 'target_name': 'media_test_support', 1420 'target_name': 'media_test_support',
1420 'type': 'static_library', 1421 'type': 'static_library',
1421 'dependencies': [ 1422 'dependencies': [
1422 'media', 1423 'media',
1423 'shared_memory_support', 1424 'shared_memory_support',
1424 '../base/base.gyp:base', 1425 '../base/base.gyp:base',
1425 '../skia/skia.gyp:skia', 1426 '../skia/skia.gyp:skia',
1426 '../testing/gmock.gyp:gmock', 1427 '../testing/gmock.gyp:gmock',
1427 '../testing/gtest.gyp:gtest', 1428 '../testing/gtest.gyp:gtest',
1428 ], 1429 ],
(...skipping 461 matching lines...) Expand 10 before | Expand all | Expand 10 after
1890 '../build/isolate.gypi', 1891 '../build/isolate.gypi',
1891 ], 1892 ],
1892 'sources': [ 1893 'sources': [
1893 'media_unittests.isolate', 1894 'media_unittests.isolate',
1894 ], 1895 ],
1895 }, 1896 },
1896 ], 1897 ],
1897 }], 1898 }],
1898 ], 1899 ],
1899 } 1900 }
OLDNEW
« no previous file with comments | « media/audio/BUILD.gn ('k') | sdch/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698