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

Side by Side Diff: media/media.gyp

Issue 596053004: Move mojo/edk gyp targets in to mojo/edk/mojo_edk.gyp (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mojo_public_gyp
Patch Set: Created 6 years, 2 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 | « ipc/mojo/ipc_mojo.gyp ('k') | media/mojo/services/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 1075 matching lines...) Expand 10 before | Expand all | Expand 10 after
1086 { 1086 {
1087 'target_name': 'media_mojo_lib_unittests', 1087 'target_name': 'media_mojo_lib_unittests',
1088 'type': '<(gtest_target_type)', 1088 'type': '<(gtest_target_type)',
1089 'dependencies': [ 1089 'dependencies': [
1090 'media', 1090 'media',
1091 'media_mojo_bindings', 1091 'media_mojo_bindings',
1092 'media_mojo_lib', 1092 'media_mojo_lib',
1093 '../base/base.gyp:base', 1093 '../base/base.gyp:base',
1094 '../base/base.gyp:test_support_base', 1094 '../base/base.gyp:test_support_base',
1095 '../testing/gtest.gyp:gtest', 1095 '../testing/gtest.gyp:gtest',
1096 '../mojo/edk/mojo_edk.gyp:mojo_run_all_unittests',
1096 '../mojo/mojo_base.gyp:mojo_environment_chromium', 1097 '../mojo/mojo_base.gyp:mojo_environment_chromium',
1097 '../mojo/mojo_base.gyp:mojo_run_all_unittests',
1098 ], 1098 ],
1099 'sources': [ 1099 'sources': [
1100 'mojo/services/media_type_converters_unittest.cc', 1100 'mojo/services/media_type_converters_unittest.cc',
1101 ], 1101 ],
1102 }, 1102 },
1103 { 1103 {
1104 'target_name': 'media_mojo_renderer_apptest', 1104 'target_name': 'media_mojo_renderer_apptest',
1105 'type': 'loadable_module', 1105 'type': 'loadable_module',
1106 'includes': [ 1106 'includes': [
1107 '../mojo/mojo_variables.gypi', 1107 '../mojo/mojo_variables.gypi',
(...skipping 848 matching lines...) Expand 10 before | Expand all | Expand 10 after
1956 '../build/isolate.gypi', 1956 '../build/isolate.gypi',
1957 ], 1957 ],
1958 'sources': [ 1958 'sources': [
1959 'media_unittests.isolate', 1959 'media_unittests.isolate',
1960 ], 1960 ],
1961 }, 1961 },
1962 ], 1962 ],
1963 }], 1963 }],
1964 ], 1964 ],
1965 } 1965 }
OLDNEW
« no previous file with comments | « ipc/mojo/ipc_mojo.gyp ('k') | media/mojo/services/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698