| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 'target_name': 'test_support_content', | 8 'target_name': 'test_support_content', |
| 9 'type': 'static_library', | 9 'type': 'static_library', |
| 10 'defines!': ['CONTENT_IMPLEMENTATION'], | 10 'defines!': ['CONTENT_IMPLEMENTATION'], |
| (...skipping 524 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 535 'content_plugin', | 535 'content_plugin', |
| 536 'content_renderer', | 536 'content_renderer', |
| 537 'content_shell_lib', | 537 'content_shell_lib', |
| 538 'content_shell_pak', | 538 'content_shell_pak', |
| 539 'test_support_content', | 539 'test_support_content', |
| 540 '../base/base.gyp:test_support_base', | 540 '../base/base.gyp:test_support_base', |
| 541 '../ipc/ipc.gyp:test_support_ipc', | 541 '../ipc/ipc.gyp:test_support_ipc', |
| 542 '../net/net.gyp:net_test_support', | 542 '../net/net.gyp:net_test_support', |
| 543 '../ppapi/ppapi_internal.gyp:ppapi_host', | 543 '../ppapi/ppapi_internal.gyp:ppapi_host', |
| 544 '../ppapi/ppapi_internal.gyp:ppapi_proxy', | 544 '../ppapi/ppapi_internal.gyp:ppapi_proxy', |
| 545 '../ppapi/ppapi_internal.gyp:ppapi_ipc', |
| 545 '../ppapi/ppapi_internal.gyp:ppapi_shared', | 546 '../ppapi/ppapi_internal.gyp:ppapi_shared', |
| 546 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', | 547 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', |
| 547 '../skia/skia.gyp:skia', | 548 '../skia/skia.gyp:skia', |
| 548 '../testing/gmock.gyp:gmock', | 549 '../testing/gmock.gyp:gmock', |
| 549 '../testing/gtest.gyp:gtest', | 550 '../testing/gtest.gyp:gtest', |
| 550 '../ui/ui.gyp:ui', | 551 '../ui/ui.gyp:ui', |
| 551 '../webkit/support/webkit_support.gyp:glue', | 552 '../webkit/support/webkit_support.gyp:glue', |
| 552 ], | 553 ], |
| 553 'include_dirs': [ | 554 'include_dirs': [ |
| 554 '..', | 555 '..', |
| (...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 835 '-buildfile', | 836 '-buildfile', |
| 836 '<(DEPTH)/content/shell/android/javatests/content_shell_test_apk
.xml', | 837 '<(DEPTH)/content/shell/android/javatests/content_shell_test_apk
.xml', |
| 837 ] | 838 ] |
| 838 } | 839 } |
| 839 ], | 840 ], |
| 840 }, | 841 }, |
| 841 ], | 842 ], |
| 842 }], | 843 }], |
| 843 ], | 844 ], |
| 844 } | 845 } |
| OLD | NEW |