| 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 245 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 256 }], | 256 }], |
| 257 ], | 257 ], |
| 258 'dependencies': [ | 258 'dependencies': [ |
| 259 'content.gyp:content_child', | 259 'content.gyp:content_child', |
| 260 'content.gyp:content_common', | 260 'content.gyp:content_common', |
| 261 'content.gyp:content_gpu', | 261 'content.gyp:content_gpu', |
| 262 'content.gyp:content_plugin', | 262 'content.gyp:content_plugin', |
| 263 'content.gyp:content_ppapi_plugin', | 263 'content.gyp:content_ppapi_plugin', |
| 264 'content.gyp:content_renderer', | 264 'content.gyp:content_renderer', |
| 265 'content.gyp:content_utility', | 265 'content.gyp:content_utility', |
| 266 'content_shell_and_tests.gyp:content_shell_pak', |
| 266 '../cc/blink/cc_blink.gyp:cc_blink', | 267 '../cc/blink/cc_blink.gyp:cc_blink', |
| 267 '../cc/cc.gyp:cc', | 268 '../cc/cc.gyp:cc', |
| 268 '../cc/cc_tests.gyp:cc_test_support', | 269 '../cc/cc_tests.gyp:cc_test_support', |
| 269 '../media/blink/media_blink.gyp:media_blink', | 270 '../media/blink/media_blink.gyp:media_blink', |
| 270 '../media/media.gyp:media', | 271 '../media/media.gyp:media', |
| 271 '../ppapi/ppapi_internal.gyp:ppapi_host', | 272 '../ppapi/ppapi_internal.gyp:ppapi_host', |
| 272 '../ppapi/ppapi_internal.gyp:ppapi_proxy', | 273 '../ppapi/ppapi_internal.gyp:ppapi_proxy', |
| 273 '../ppapi/ppapi_internal.gyp:ppapi_shared', | 274 '../ppapi/ppapi_internal.gyp:ppapi_shared', |
| 274 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', | 275 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', |
| 275 '../storage/storage_browser.gyp:storage', | 276 '../storage/storage_browser.gyp:storage', |
| (...skipping 1607 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1883 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 1884 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
| 1884 }, | 1885 }, |
| 1885 ], | 1886 ], |
| 1886 }], | 1887 }], |
| 1887 ], | 1888 ], |
| 1888 }, | 1889 }, |
| 1889 ], | 1890 ], |
| 1890 }], | 1891 }], |
| 1891 ], | 1892 ], |
| 1892 } | 1893 } |
| OLD | NEW |