| OLD | NEW |
| 1 # | 1 # |
| 2 # Copyright (C) 2013 Google Inc. All rights reserved. | 2 # Copyright (C) 2013 Google Inc. All rights reserved. |
| 3 # | 3 # |
| 4 # Redistribution and use in source and binary forms, with or without | 4 # Redistribution and use in source and binary forms, with or without |
| 5 # modification, are permitted provided that the following conditions are | 5 # modification, are permitted provided that the following conditions are |
| 6 # met: | 6 # met: |
| 7 # | 7 # |
| 8 # * Redistributions of source code must retain the above copyright | 8 # * Redistributions of source code must retain the above copyright |
| 9 # notice, this list of conditions and the following disclaimer. | 9 # notice, this list of conditions and the following disclaimer. |
| 10 # * Redistributions in binary form must reproduce the above | 10 # * Redistributions in binary form must reproduce the above |
| (...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 74 ], | 74 ], |
| 75 }, | 75 }, |
| 76 { | 76 { |
| 77 'target_name': 'blink_platform_unittests', | 77 'target_name': 'blink_platform_unittests', |
| 78 'type': 'executable', | 78 'type': 'executable', |
| 79 'dependencies': [ | 79 'dependencies': [ |
| 80 '../config.gyp:unittest_config', | 80 '../config.gyp:unittest_config', |
| 81 '../wtf/wtf.gyp:wtf', | 81 '../wtf/wtf.gyp:wtf', |
| 82 '../wtf/wtf_tests.gyp:wtf_unittest_helpers', | 82 '../wtf/wtf_tests.gyp:wtf_unittest_helpers', |
| 83 '<(DEPTH)/base/base.gyp:test_support_base', | 83 '<(DEPTH)/base/base.gyp:test_support_base', |
| 84 '<(DEPTH)/content/content_shell_and_tests.gyp:test_support_content', |
| 84 '<(DEPTH)/skia/skia.gyp:skia', | 85 '<(DEPTH)/skia/skia.gyp:skia', |
| 85 '<(DEPTH)/third_party/harfbuzz-ng/harfbuzz.gyp:harfbuzz-ng', | 86 '<(DEPTH)/third_party/harfbuzz-ng/harfbuzz.gyp:harfbuzz-ng', |
| 86 '<(DEPTH)/url/url.gyp:url_lib', | 87 '<(DEPTH)/url/url.gyp:url_lib', |
| 87 'blink_platform.gyp:blink_common', | 88 'blink_platform.gyp:blink_common', |
| 88 'blink_platform.gyp:blink_platform', | 89 'blink_platform.gyp:blink_platform', |
| 89 ], | 90 ], |
| 90 'defines': [ | 91 'defines': [ |
| 91 'INSIDE_BLINK', | 92 'INSIDE_BLINK', |
| 92 ], | 93 ], |
| 93 'include_dirs': [ | 94 'include_dirs': [ |
| (...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 167 'blink_platform_unittests', | 168 'blink_platform_unittests', |
| 168 ], | 169 ], |
| 169 'variables': { | 170 'variables': { |
| 170 'test_suite_name': 'blink_platform_unittests', | 171 'test_suite_name': 'blink_platform_unittests', |
| 171 }, | 172 }, |
| 172 'includes': [ '../../../../build/apk_test.gypi' ], | 173 'includes': [ '../../../../build/apk_test.gypi' ], |
| 173 }], | 174 }], |
| 174 }], | 175 }], |
| 175 ], | 176 ], |
| 176 } | 177 } |
| OLD | NEW |