| 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 1371 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1382 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', | 1382 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', |
| 1383 '../testing/gmock.gyp:gmock', | 1383 '../testing/gmock.gyp:gmock', |
| 1384 '../testing/gtest.gyp:gtest', | 1384 '../testing/gtest.gyp:gtest', |
| 1385 '../third_party/WebKit/public/blink.gyp:blink', | 1385 '../third_party/WebKit/public/blink.gyp:blink', |
| 1386 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 1386 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
| 1387 '../third_party/mesa/mesa.gyp:osmesa', | 1387 '../third_party/mesa/mesa.gyp:osmesa', |
| 1388 '../third_party/mojo/mojo_edk.gyp:mojo_common_test_support', | 1388 '../third_party/mojo/mojo_edk.gyp:mojo_common_test_support', |
| 1389 '../third_party/mojo/mojo_edk.gyp:mojo_system_impl', | 1389 '../third_party/mojo/mojo_edk.gyp:mojo_system_impl', |
| 1390 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', | 1390 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', |
| 1391 '../third_party/mojo/mojo_public.gyp:mojo_js_bindings', | 1391 '../third_party/mojo/mojo_public.gyp:mojo_js_bindings', |
| 1392 '../third_party/zlib/zlib.gyp:zlib', |
| 1392 '../ui/accessibility/accessibility.gyp:accessibility', | 1393 '../ui/accessibility/accessibility.gyp:accessibility', |
| 1393 '../ui/base/ui_base.gyp:ui_base', | 1394 '../ui/base/ui_base.gyp:ui_base', |
| 1394 '../ui/gfx/gfx.gyp:gfx', | 1395 '../ui/gfx/gfx.gyp:gfx', |
| 1395 '../ui/gfx/gfx.gyp:gfx_geometry', | 1396 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 1396 '../ui/gl/gl.gyp:gl', | 1397 '../ui/gl/gl.gyp:gl', |
| 1397 '../ui/resources/ui_resources.gyp:ui_resources', | 1398 '../ui/resources/ui_resources.gyp:ui_resources', |
| 1398 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs', | 1399 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs', |
| 1399 '../ui/snapshot/snapshot.gyp:snapshot', | 1400 '../ui/snapshot/snapshot.gyp:snapshot', |
| 1400 '../ui/accessibility/accessibility.gyp:ax_gen', | 1401 '../ui/accessibility/accessibility.gyp:ax_gen', |
| 1401 ], | 1402 ], |
| (...skipping 783 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2185 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 2186 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
| 2186 }, | 2187 }, |
| 2187 ], | 2188 ], |
| 2188 }], | 2189 }], |
| 2189 ], | 2190 ], |
| 2190 }, | 2191 }, |
| 2191 ], | 2192 ], |
| 2192 }], | 2193 }], |
| 2193 ], | 2194 ], |
| 2194 } | 2195 } |
| OLD | NEW |