| 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 1217 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1228 '../skia/skia.gyp:skia', | 1228 '../skia/skia.gyp:skia', |
| 1229 '../testing/gtest.gyp:gtest', | 1229 '../testing/gtest.gyp:gtest', |
| 1230 '../testing/perf/perf_test.gyp:*', | 1230 '../testing/perf/perf_test.gyp:*', |
| 1231 '../ui/gfx/gfx.gyp:gfx', | 1231 '../ui/gfx/gfx.gyp:gfx', |
| 1232 '../ui/gfx/gfx.gyp:gfx_geometry', | 1232 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 1233 ], | 1233 ], |
| 1234 'include_dirs': [ | 1234 'include_dirs': [ |
| 1235 '..', | 1235 '..', |
| 1236 ], | 1236 ], |
| 1237 'sources': [ | 1237 'sources': [ |
| 1238 'browser/net/sqlite_persistent_cookie_store_perftest.cc', |
| 1238 'browser/renderer_host/input/input_router_impl_perftest.cc', | 1239 'browser/renderer_host/input/input_router_impl_perftest.cc', |
| 1239 'common/cc_messages_perftest.cc', | 1240 'common/cc_messages_perftest.cc', |
| 1240 'test/run_all_perftests.cc', | 1241 'test/run_all_perftests.cc', |
| 1241 ], | 1242 ], |
| 1242 'conditions': [ | 1243 'conditions': [ |
| 1243 ['OS == "android"', { | 1244 ['OS == "android"', { |
| 1244 'dependencies': [ | 1245 'dependencies': [ |
| 1245 '../testing/android/native_test.gyp:native_test_native_code', | 1246 '../testing/android/native_test.gyp:native_test_native_code', |
| 1246 ], | 1247 ], |
| 1247 }], | 1248 }], |
| (...skipping 891 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2139 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 2140 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
| 2140 }, | 2141 }, |
| 2141 ], | 2142 ], |
| 2142 }], | 2143 }], |
| 2143 ], | 2144 ], |
| 2144 }, | 2145 }, |
| 2145 ], | 2146 ], |
| 2146 }], | 2147 }], |
| 2147 ], | 2148 ], |
| 2148 } | 2149 } |
| OLD | NEW |