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

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: Ensure in ctor and always in show 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 971 matching lines...) Expand 10 before | Expand all | Expand 10 after
982 ['use_aura==1 or OS=="mac"', { 982 ['use_aura==1 or OS=="mac"', {
983 'sources': [ 983 'sources': [
984 'browser/compositor/test/no_transport_image_transport_factory.cc', 984 'browser/compositor/test/no_transport_image_transport_factory.cc',
985 'browser/compositor/test/no_transport_image_transport_factory.h', 985 'browser/compositor/test/no_transport_image_transport_factory.h',
986 ], 986 ],
987 'dependencies': [ 987 'dependencies': [
988 '../ui/compositor/compositor.gyp:compositor', 988 '../ui/compositor/compositor.gyp:compositor',
989 '../third_party/libvpx/libvpx.gyp:libvpx', 989 '../third_party/libvpx/libvpx.gyp:libvpx',
990 ], 990 ],
991 }], 991 }],
992 ['OS=="mac"', {
993 'dependencies': [
994 '../ui/accelerated_widget_mac/accelerated_widget_mac.gyp:accelerated _widget_mac',
995 ],
996 }],
992 ['OS=="android"', { 997 ['OS=="android"', {
993 'dependencies': [ 998 'dependencies': [
994 '../ui/android/ui_android.gyp:ui_android', 999 '../ui/android/ui_android.gyp:ui_android',
995 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs', 1000 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs',
996 'content.gyp:content_shell_assets_copy', 1001 'content.gyp:content_shell_assets_copy',
997 ], 1002 ],
998 }], 1003 }],
999 ['v8_use_external_startup_data==1', { 1004 ['v8_use_external_startup_data==1', {
1000 'dependencies': [ 1005 'dependencies': [
1001 '../gin/gin.gyp:gin', 1006 '../gin/gin.gyp:gin',
(...skipping 927 matching lines...) Expand 10 before | Expand all | Expand 10 after
1929 'content_unittests_apk.isolate', 1934 'content_unittests_apk.isolate',
1930 ], 1935 ],
1931 }, 1936 },
1932 ], 1937 ],
1933 }, 1938 },
1934 ], 1939 ],
1935 ], 1940 ],
1936 }], 1941 }],
1937 ], 1942 ],
1938 } 1943 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698