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 1279 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1290 '../ui/gfx/gfx.gyp:gfx', | 1290 '../ui/gfx/gfx.gyp:gfx', |
1291 '../ui/gfx/gfx.gyp:gfx_geometry', | 1291 '../ui/gfx/gfx.gyp:gfx_geometry', |
1292 ], | 1292 ], |
1293 'include_dirs': [ | 1293 'include_dirs': [ |
1294 '..', | 1294 '..', |
1295 ], | 1295 ], |
1296 'sources': [ | 1296 'sources': [ |
1297 'browser/renderer_host/input/input_router_impl_perftest.cc', | 1297 'browser/renderer_host/input/input_router_impl_perftest.cc', |
1298 'common/cc_messages_perftest.cc', | 1298 'common/cc_messages_perftest.cc', |
1299 'common/discardable_shared_memory_heap_perftest.cc', | 1299 'common/discardable_shared_memory_heap_perftest.cc', |
| 1300 'common/gpu/client/gpu_memory_buffer_impl_perftest.cc', |
1300 'test/run_all_perftests.cc', | 1301 'test/run_all_perftests.cc', |
1301 ], | 1302 ], |
1302 'conditions': [ | 1303 'conditions': [ |
1303 ['OS == "android"', { | 1304 ['OS == "android"', { |
1304 'dependencies': [ | 1305 'dependencies': [ |
1305 '../testing/android/native_test.gyp:native_test_native_code', | 1306 '../testing/android/native_test.gyp:native_test_native_code', |
1306 ], | 1307 ], |
1307 }], | 1308 }], |
1308 ['OS=="win" and component!="shared_library" and win_use_allocator_sh
im==1', { | 1309 ['OS=="win" and component!="shared_library" and win_use_allocator_sh
im==1', { |
1309 'dependencies': [ | 1310 'dependencies': [ |
(...skipping 760 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2070 ], | 2071 ], |
2071 }, | 2072 }, |
2072 'includes': [ | 2073 'includes': [ |
2073 '../build/host_jar.gypi', | 2074 '../build/host_jar.gypi', |
2074 ], | 2075 ], |
2075 }, | 2076 }, |
2076 ], | 2077 ], |
2077 }], | 2078 }], |
2078 ], | 2079 ], |
2079 } | 2080 } |
OLD | NEW |