Chromium Code Reviews| 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 247 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 258 'shell/resources/missingImage.png', | 258 'shell/resources/missingImage.png', |
| 259 'shell/resources/textAreaResizeCorner.png', | 259 'shell/resources/textAreaResizeCorner.png', |
| 260 ], | 260 ], |
| 261 }], | 261 }], |
| 262 }], | 262 }], |
| 263 ], | 263 ], |
| 264 'dependencies': [ | 264 'dependencies': [ |
| 265 'content.gyp:content_child', | 265 'content.gyp:content_child', |
| 266 'content.gyp:content_common', | 266 'content.gyp:content_common', |
| 267 'content.gyp:content_gpu', | 267 'content.gyp:content_gpu', |
| 268 'content.gyp:content_plugin', | |
|
Yoyo Zhou
2014/08/27 23:27:33
jam: FYI, I think adding this fixes the link error
| |
| 268 'content.gyp:content_ppapi_plugin', | 269 'content.gyp:content_ppapi_plugin', |
| 269 'content.gyp:content_renderer', | 270 'content.gyp:content_renderer', |
| 270 'content.gyp:content_utility', | 271 'content.gyp:content_utility', |
| 271 '../cc/blink/cc_blink.gyp:cc_blink', | 272 '../cc/blink/cc_blink.gyp:cc_blink', |
| 272 '../cc/cc.gyp:cc', | 273 '../cc/cc.gyp:cc', |
| 273 '../cc/cc_tests.gyp:cc_test_support', | 274 '../cc/cc_tests.gyp:cc_test_support', |
| 274 '../media/media.gyp:media', | 275 '../media/media.gyp:media', |
| 275 '../ppapi/ppapi_internal.gyp:ppapi_host', | 276 '../ppapi/ppapi_internal.gyp:ppapi_host', |
| 276 '../ppapi/ppapi_internal.gyp:ppapi_proxy', | 277 '../ppapi/ppapi_internal.gyp:ppapi_proxy', |
| 277 '../ppapi/ppapi_internal.gyp:ppapi_shared', | 278 '../ppapi/ppapi_internal.gyp:ppapi_shared', |
| (...skipping 1600 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1878 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 1879 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
| 1879 }, | 1880 }, |
| 1880 ], | 1881 ], |
| 1881 }], | 1882 }], |
| 1882 ], | 1883 ], |
| 1883 }, | 1884 }, |
| 1884 ], | 1885 ], |
| 1885 }], | 1886 }], |
| 1886 ], | 1887 ], |
| 1887 } | 1888 } |
| OLD | NEW |