| 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 1519 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1530 '../ui/gfx/gfx.gyp:gfx_test_support', | 1530 '../ui/gfx/gfx.gyp:gfx_test_support', |
| 1531 '../ui/gl/gl.gyp:gl', | 1531 '../ui/gl/gl.gyp:gl', |
| 1532 '../ui/gl/gl.gyp:gl_test_support', | 1532 '../ui/gl/gl.gyp:gl_test_support', |
| 1533 '../v8/tools/gyp/v8.gyp:v8', | 1533 '../v8/tools/gyp/v8.gyp:v8', |
| 1534 ], | 1534 ], |
| 1535 'include_dirs': [ | 1535 'include_dirs': [ |
| 1536 '..', | 1536 '..', |
| 1537 ], | 1537 ], |
| 1538 'sources': [ | 1538 'sources': [ |
| 1539 'browser/compositor/gl_helper_unittest.cc', | 1539 'browser/compositor/gl_helper_unittest.cc', |
| 1540 'browser/compositor/yuv_readback_unittest.cc', |
| 1540 'common/gpu/client/gpu_context_tests.h', | 1541 'common/gpu/client/gpu_context_tests.h', |
| 1541 'common/gpu/client/gpu_in_process_context_tests.cc', | 1542 'common/gpu/client/gpu_in_process_context_tests.cc', |
| 1542 'test/run_all_gl_tests.cc', | 1543 'test/run_all_gl_tests.cc', |
| 1543 ], | 1544 ], |
| 1544 'conditions': [ | 1545 'conditions': [ |
| 1545 ['OS=="android"', { | 1546 ['OS=="android"', { |
| 1546 'dependencies': [ | 1547 'dependencies': [ |
| 1547 '../testing/android/native_test.gyp:native_test_native_code', | 1548 '../testing/android/native_test.gyp:native_test_native_code', |
| 1548 ], | 1549 ], |
| 1549 }, { | 1550 }, { |
| (...skipping 649 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2199 'content_unittests_apk.isolate', | 2200 'content_unittests_apk.isolate', |
| 2200 ], | 2201 ], |
| 2201 }, | 2202 }, |
| 2202 ], | 2203 ], |
| 2203 }, | 2204 }, |
| 2204 ], | 2205 ], |
| 2205 ], | 2206 ], |
| 2206 }], | 2207 }], |
| 2207 ], | 2208 ], |
| 2208 } | 2209 } |
| OLD | NEW |