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

Side by Side Diff: content/content_tests.gypi

Issue 1896883002: Mojo interfaces needed for switching audio rendering stream creation and closing from IPC to Mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 'layouttest_support_content_sources': [ 7 'layouttest_support_content_sources': [
8 'public/test/layouttest_support.h', 8 'public/test/layouttest_support.h',
9 'public/test/nested_message_pump_android.cc', 9 'public/test/nested_message_pump_android.cc',
10 'public/test/nested_message_pump_android.h', 10 'public/test/nested_message_pump_android.h',
(...skipping 1031 matching lines...) Expand 10 before | Expand all | Expand 10 after
1042 '../crypto/crypto.gyp:crypto', 1042 '../crypto/crypto.gyp:crypto',
1043 '../device/battery/battery.gyp:device_battery', 1043 '../device/battery/battery.gyp:device_battery',
1044 '../device/battery/battery.gyp:device_battery_mojo_bindings', 1044 '../device/battery/battery.gyp:device_battery_mojo_bindings',
1045 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 1045 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
1046 '../gin/gin.gyp:gin', 1046 '../gin/gin.gyp:gin',
1047 '../gpu/gpu.gyp:gpu', 1047 '../gpu/gpu.gyp:gpu',
1048 '../gpu/gpu.gyp:gpu_unittest_utils', 1048 '../gpu/gpu.gyp:gpu_unittest_utils',
1049 '../ipc/ipc.gyp:test_support_ipc', 1049 '../ipc/ipc.gyp:test_support_ipc',
1050 '../media/media.gyp:media_test_support', 1050 '../media/media.gyp:media_test_support',
1051 '../media/media.gyp:shared_memory_support', 1051 '../media/media.gyp:shared_memory_support',
1052 '../media/mojo/interfaces/mojo_bindings.gyp:mojo_type_convertor',
1052 '../mojo/mojo_edk.gyp:mojo_common_test_support', 1053 '../mojo/mojo_edk.gyp:mojo_common_test_support',
1053 '../mojo/mojo_public.gyp:mojo_cpp_bindings', 1054 '../mojo/mojo_public.gyp:mojo_cpp_bindings',
1054 '../net/net.gyp:net_extras', 1055 '../net/net.gyp:net_extras',
1055 '../net/net.gyp:net_test_support', 1056 '../net/net.gyp:net_test_support',
1056 '../skia/skia.gyp:skia', 1057 '../skia/skia.gyp:skia',
1057 '../sql/sql.gyp:sql', 1058 '../sql/sql.gyp:sql',
1058 '../sql/sql.gyp:test_support_sql', 1059 '../sql/sql.gyp:test_support_sql',
1059 '../storage/storage_browser.gyp:storage', 1060 '../storage/storage_browser.gyp:storage',
1060 '../storage/storage_common.gyp:storage_common', 1061 '../storage/storage_common.gyp:storage_common',
1061 '../testing/gmock.gyp:gmock', 1062 '../testing/gmock.gyp:gmock',
(...skipping 850 matching lines...) Expand 10 before | Expand all | Expand 10 after
1912 'content_unittests_apk.isolate', 1913 'content_unittests_apk.isolate',
1913 ], 1914 ],
1914 }, 1915 },
1915 ], 1916 ],
1916 }, 1917 },
1917 ], 1918 ],
1918 ], 1919 ],
1919 }], 1920 }],
1920 ], 1921 ],
1921 } 1922 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698