| 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 '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'], |
| 11 'dependencies': [ | 11 'dependencies': [ |
| 12 '../net/net.gyp:net_test_support', | 12 '../net/net.gyp:net_test_support', |
| 13 '../skia/skia.gyp:skia', | 13 '../skia/skia.gyp:skia', |
| 14 '../testing/gmock.gyp:gmock', | 14 '../testing/gmock.gyp:gmock', |
| 15 '../testing/gtest.gyp:gtest', | 15 '../testing/gtest.gyp:gtest', |
| 16 '../ui/events/events.gyp:events', |
| 16 '../ui/ui.gyp:keycode_converter', | 17 '../ui/ui.gyp:keycode_converter', |
| 17 '../ui/ui.gyp:ui', | 18 '../ui/ui.gyp:ui', |
| 18 '../ui/ui.gyp:ui_resources', | 19 '../ui/ui.gyp:ui_resources', |
| 19 '../ui/ui.gyp:ui_test_support', | 20 '../ui/ui.gyp:ui_test_support', |
| 20 '../url/url.gyp:url_lib', | 21 '../url/url.gyp:url_lib', |
| 21 'content_app_both', | 22 'content_app_both', |
| 22 'content_browser', | 23 'content_browser', |
| 23 'content_common', | 24 'content_common', |
| 24 ], | 25 ], |
| 25 'include_dirs': [ | 26 'include_dirs': [ |
| (...skipping 1469 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1495 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 1496 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
| 1496 }, | 1497 }, |
| 1497 ], | 1498 ], |
| 1498 }], | 1499 }], |
| 1499 ], | 1500 ], |
| 1500 }, | 1501 }, |
| 1501 ], | 1502 ], |
| 1502 }], | 1503 }], |
| 1503 ], | 1504 ], |
| 1504 } | 1505 } |
| OLD | NEW |