| 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 1052 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1063 '../testing/gmock.gyp:gmock', | 1063 '../testing/gmock.gyp:gmock', |
| 1064 '../testing/gtest.gyp:gtest', | 1064 '../testing/gtest.gyp:gtest', |
| 1065 '../third_party/icu/icu.gyp:icui18n', | 1065 '../third_party/icu/icu.gyp:icui18n', |
| 1066 '../third_party/icu/icu.gyp:icuuc', | 1066 '../third_party/icu/icu.gyp:icuuc', |
| 1067 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 1067 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
| 1068 '../third_party/libjingle/libjingle.gyp:libjingle', | 1068 '../third_party/libjingle/libjingle.gyp:libjingle', |
| 1069 '../third_party/re2/re2.gyp:re2', | 1069 '../third_party/re2/re2.gyp:re2', |
| 1070 '../third_party/WebKit/public/blink.gyp:blink', | 1070 '../third_party/WebKit/public/blink.gyp:blink', |
| 1071 '../ui/accessibility/accessibility.gyp:accessibility', | 1071 '../ui/accessibility/accessibility.gyp:accessibility', |
| 1072 '../ui/base/ui_base.gyp:ui_base', | 1072 '../ui/base/ui_base.gyp:ui_base', |
| 1073 '../ui/display/display.gyp:display_test_support', |
| 1073 '../ui/events/blink/events_blink.gyp:events_blink', | 1074 '../ui/events/blink/events_blink.gyp:events_blink', |
| 1074 '../ui/gfx/gfx.gyp:gfx', | 1075 '../ui/gfx/gfx.gyp:gfx', |
| 1075 '../ui/gfx/gfx.gyp:gfx_geometry', | 1076 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 1076 '../ui/gfx/gfx.gyp:gfx_range', | 1077 '../ui/gfx/gfx.gyp:gfx_range', |
| 1077 '../ui/gfx/ipc/geometry/gfx_ipc_geometry.gyp:gfx_ipc_geometry', | 1078 '../ui/gfx/ipc/geometry/gfx_ipc_geometry.gyp:gfx_ipc_geometry', |
| 1078 '../ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc', | 1079 '../ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc', |
| 1079 '../ui/gfx/ipc/skia/gfx_ipc_skia.gyp:gfx_ipc_skia', | 1080 '../ui/gfx/ipc/skia/gfx_ipc_skia.gyp:gfx_ipc_skia', |
| 1080 '../ui/gl/gl.gyp:gl', | 1081 '../ui/gl/gl.gyp:gl', |
| 1081 '../ui/gl/gl.gyp:gl_test_support', | 1082 '../ui/gl/gl.gyp:gl_test_support', |
| 1082 ], | 1083 ], |
| (...skipping 831 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1914 'content_unittests_apk.isolate', | 1915 'content_unittests_apk.isolate', |
| 1915 ], | 1916 ], |
| 1916 }, | 1917 }, |
| 1917 ], | 1918 ], |
| 1918 }, | 1919 }, |
| 1919 ], | 1920 ], |
| 1920 ], | 1921 ], |
| 1921 }], | 1922 }], |
| 1922 ], | 1923 ], |
| 1923 } | 1924 } |
| OLD | NEW |