| 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 1401 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1412 '../ppapi/ppapi_internal.gyp:ppapi_ipc', | 1412 '../ppapi/ppapi_internal.gyp:ppapi_ipc', |
| 1413 '../ppapi/ppapi_internal.gyp:ppapi_proxy', | 1413 '../ppapi/ppapi_internal.gyp:ppapi_proxy', |
| 1414 '../ppapi/ppapi_internal.gyp:ppapi_shared', | 1414 '../ppapi/ppapi_internal.gyp:ppapi_shared', |
| 1415 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', | 1415 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', |
| 1416 '../services/shell/shell_public.gyp:shell_public', | 1416 '../services/shell/shell_public.gyp:shell_public', |
| 1417 '../testing/gmock.gyp:gmock', | 1417 '../testing/gmock.gyp:gmock', |
| 1418 '../testing/gtest.gyp:gtest', | 1418 '../testing/gtest.gyp:gtest', |
| 1419 '../third_party/WebKit/public/blink.gyp:blink', | 1419 '../third_party/WebKit/public/blink.gyp:blink', |
| 1420 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 1420 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
| 1421 '../third_party/mesa/mesa.gyp:osmesa', | 1421 '../third_party/mesa/mesa.gyp:osmesa', |
| 1422 '../third_party/re2/re2.gyp:re2', |
| 1422 '../third_party/zlib/zlib.gyp:zlib', | 1423 '../third_party/zlib/zlib.gyp:zlib', |
| 1423 '../ui/accessibility/accessibility.gyp:accessibility', | 1424 '../ui/accessibility/accessibility.gyp:accessibility', |
| 1424 '../ui/base/ui_base.gyp:ui_base', | 1425 '../ui/base/ui_base.gyp:ui_base', |
| 1425 '../ui/gfx/gfx.gyp:gfx', | 1426 '../ui/gfx/gfx.gyp:gfx', |
| 1426 '../ui/gfx/gfx.gyp:gfx_geometry', | 1427 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 1427 '../ui/gl/gl.gyp:gl', | 1428 '../ui/gl/gl.gyp:gl', |
| 1428 '../ui/gl/gl.gyp:gl_test_support', | 1429 '../ui/gl/gl.gyp:gl_test_support', |
| 1429 '../ui/resources/ui_resources.gyp:ui_resources', | 1430 '../ui/resources/ui_resources.gyp:ui_resources', |
| 1430 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs', | 1431 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs', |
| 1431 '../ui/snapshot/snapshot.gyp:snapshot', | 1432 '../ui/snapshot/snapshot.gyp:snapshot', |
| (...skipping 498 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1930 'content_unittests_apk.isolate', | 1931 'content_unittests_apk.isolate', |
| 1931 ], | 1932 ], |
| 1932 }, | 1933 }, |
| 1933 ], | 1934 ], |
| 1934 }, | 1935 }, |
| 1935 ], | 1936 ], |
| 1936 ], | 1937 ], |
| 1937 }], | 1938 }], |
| 1938 ], | 1939 ], |
| 1939 } | 1940 } |
| OLD | NEW |