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

Side by Side Diff: content/content_tests.gypi

Issue 2005013002: mac: ensure ui::Compositor exists for visible RWHVs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move dcheck Created 4 years, 6 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 967 matching lines...) Expand 10 before | Expand all | Expand 10 after
978 ['use_aura==1 or OS=="mac"', { 978 ['use_aura==1 or OS=="mac"', {
979 'sources': [ 979 'sources': [
980 'browser/compositor/test/no_transport_image_transport_factory.cc', 980 'browser/compositor/test/no_transport_image_transport_factory.cc',
981 'browser/compositor/test/no_transport_image_transport_factory.h', 981 'browser/compositor/test/no_transport_image_transport_factory.h',
982 ], 982 ],
983 'dependencies': [ 983 'dependencies': [
984 '../ui/compositor/compositor.gyp:compositor', 984 '../ui/compositor/compositor.gyp:compositor',
985 '../third_party/libvpx/libvpx.gyp:libvpx', 985 '../third_party/libvpx/libvpx.gyp:libvpx',
986 ], 986 ],
987 }], 987 }],
988 ['OS=="mac"', {
989 'dependencies': [
990 '../ui/accelerated_widget_mac/accelerated_widget_mac.gyp:accelerated _widget_mac',
991 ],
992 }],
988 ['OS=="android"', { 993 ['OS=="android"', {
989 'dependencies': [ 994 'dependencies': [
990 '../ui/android/ui_android.gyp:ui_android', 995 '../ui/android/ui_android.gyp:ui_android',
991 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs', 996 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs',
992 'content.gyp:content_shell_assets_copy', 997 'content.gyp:content_shell_assets_copy',
993 ], 998 ],
994 }], 999 }],
995 ['v8_use_external_startup_data==1', { 1000 ['v8_use_external_startup_data==1', {
996 'dependencies': [ 1001 'dependencies': [
997 '../gin/gin.gyp:gin', 1002 '../gin/gin.gyp:gin',
(...skipping 925 matching lines...) Expand 10 before | Expand all | Expand 10 after
1923 'content_unittests_apk.isolate', 1928 'content_unittests_apk.isolate',
1924 ], 1929 ],
1925 }, 1930 },
1926 ], 1931 ],
1927 }, 1932 },
1928 ], 1933 ],
1929 ], 1934 ],
1930 }], 1935 }],
1931 ], 1936 ],
1932 } 1937 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698