| 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 269 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 280 'content.gyp:content_common', | 280 'content.gyp:content_common', |
| 281 'content.gyp:content_gpu', | 281 'content.gyp:content_gpu', |
| 282 'content.gyp:content_plugin', | 282 'content.gyp:content_plugin', |
| 283 'content.gyp:content_ppapi_plugin', | 283 'content.gyp:content_ppapi_plugin', |
| 284 'content.gyp:content_renderer', | 284 'content.gyp:content_renderer', |
| 285 'content.gyp:content_utility', | 285 'content.gyp:content_utility', |
| 286 'content_shell_and_tests.gyp:content_shell_pak', | 286 'content_shell_and_tests.gyp:content_shell_pak', |
| 287 '../cc/blink/cc_blink.gyp:cc_blink', | 287 '../cc/blink/cc_blink.gyp:cc_blink', |
| 288 '../cc/cc.gyp:cc', | 288 '../cc/cc.gyp:cc', |
| 289 '../cc/cc_tests.gyp:cc_test_support', | 289 '../cc/cc_tests.gyp:cc_test_support', |
| 290 '../gpu/blink/gpu_blink.gyp:gpu_blink', |
| 290 '../ipc/mojo/ipc_mojo.gyp:*', | 291 '../ipc/mojo/ipc_mojo.gyp:*', |
| 291 '../media/blink/media_blink.gyp:media_blink', | 292 '../media/blink/media_blink.gyp:media_blink', |
| 292 '../media/media.gyp:media', | 293 '../media/media.gyp:media', |
| 293 '../ppapi/ppapi_internal.gyp:ppapi_host', | 294 '../ppapi/ppapi_internal.gyp:ppapi_host', |
| 294 '../ppapi/ppapi_internal.gyp:ppapi_proxy', | 295 '../ppapi/ppapi_internal.gyp:ppapi_proxy', |
| 295 '../ppapi/ppapi_internal.gyp:ppapi_shared', | 296 '../ppapi/ppapi_internal.gyp:ppapi_shared', |
| 296 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', | 297 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', |
| 297 '../storage/storage_browser.gyp:storage', | 298 '../storage/storage_browser.gyp:storage', |
| 298 '../storage/storage_common.gyp:storage_common', | 299 '../storage/storage_common.gyp:storage_common', |
| 299 '../third_party/WebKit/public/blink.gyp:blink', | 300 '../third_party/WebKit/public/blink.gyp:blink', |
| (...skipping 1772 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2072 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 2073 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
| 2073 }, | 2074 }, |
| 2074 ], | 2075 ], |
| 2075 }], | 2076 }], |
| 2076 ], | 2077 ], |
| 2077 }, | 2078 }, |
| 2078 ], | 2079 ], |
| 2079 }], | 2080 }], |
| 2080 ], | 2081 ], |
| 2081 } | 2082 } |
| OLD | NEW |