OLD | NEW |
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 Loading... |
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 }], | |
993 ['OS=="android"', { | 988 ['OS=="android"', { |
994 'dependencies': [ | 989 'dependencies': [ |
995 '../ui/android/ui_android.gyp:ui_android', | 990 '../ui/android/ui_android.gyp:ui_android', |
996 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs', | 991 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs', |
997 'content.gyp:content_shell_assets_copy', | 992 'content.gyp:content_shell_assets_copy', |
998 ], | 993 ], |
999 }], | 994 }], |
1000 ['v8_use_external_startup_data==1', { | 995 ['v8_use_external_startup_data==1', { |
1001 'dependencies': [ | 996 'dependencies': [ |
1002 '../gin/gin.gyp:gin', | 997 '../gin/gin.gyp:gin', |
(...skipping 925 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1928 'content_unittests_apk.isolate', | 1923 'content_unittests_apk.isolate', |
1929 ], | 1924 ], |
1930 }, | 1925 }, |
1931 ], | 1926 ], |
1932 }, | 1927 }, |
1933 ], | 1928 ], |
1934 ], | 1929 ], |
1935 }], | 1930 }], |
1936 ], | 1931 ], |
1937 } | 1932 } |
OLD | NEW |