| 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 965 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 976 ['use_aura==1 or OS=="mac"', { | 976 ['use_aura==1 or OS=="mac"', { |
| 977 'sources': [ | 977 'sources': [ |
| 978 'browser/compositor/test/no_transport_image_transport_factory.cc', | 978 'browser/compositor/test/no_transport_image_transport_factory.cc', |
| 979 'browser/compositor/test/no_transport_image_transport_factory.h', | 979 'browser/compositor/test/no_transport_image_transport_factory.h', |
| 980 ], | 980 ], |
| 981 'dependencies': [ | 981 'dependencies': [ |
| 982 '../ui/compositor/compositor.gyp:compositor', | 982 '../ui/compositor/compositor.gyp:compositor', |
| 983 '../third_party/libvpx/libvpx.gyp:libvpx', | 983 '../third_party/libvpx/libvpx.gyp:libvpx', |
| 984 ], | 984 ], |
| 985 }], | 985 }], |
| 986 ['OS=="mac"', { | |
| 987 'dependencies': [ | |
| 988 '../ui/accelerated_widget_mac/accelerated_widget_mac.gyp:accelerated
_widget_mac', | |
| 989 ], | |
| 990 }], | |
| 991 ['OS=="android"', { | 986 ['OS=="android"', { |
| 992 'dependencies': [ | 987 'dependencies': [ |
| 993 '../ui/android/ui_android.gyp:ui_android', | 988 '../ui/android/ui_android.gyp:ui_android', |
| 994 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs', | 989 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs', |
| 995 'content.gyp:content_shell_assets_copy', | 990 'content.gyp:content_shell_assets_copy', |
| 996 ], | 991 ], |
| 997 }], | 992 }], |
| 998 ['v8_use_external_startup_data==1', { | 993 ['v8_use_external_startup_data==1', { |
| 999 'dependencies': [ | 994 'dependencies': [ |
| 1000 '../gin/gin.gyp:gin', | 995 '../gin/gin.gyp:gin', |
| (...skipping 924 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1925 'content_unittests_apk.isolate', | 1920 'content_unittests_apk.isolate', |
| 1926 ], | 1921 ], |
| 1927 }, | 1922 }, |
| 1928 ], | 1923 ], |
| 1929 }, | 1924 }, |
| 1930 ], | 1925 ], |
| 1931 ], | 1926 ], |
| 1932 }], | 1927 }], |
| 1933 ], | 1928 ], |
| 1934 } | 1929 } |
| OLD | NEW |