| 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 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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)/skia/skia.gyp:skia', | 84 '<(DEPTH)/skia/skia.gyp:skia', |
| 85 '<(DEPTH)/third_party/harfbuzz-ng/harfbuzz.gyp:harfbuzz-ng', |
| 85 '<(DEPTH)/url/url.gyp:url_lib', | 86 '<(DEPTH)/url/url.gyp:url_lib', |
| 86 'blink_platform.gyp:blink_common', | 87 'blink_platform.gyp:blink_common', |
| 87 'blink_platform.gyp:blink_platform', | 88 'blink_platform.gyp:blink_platform', |
| 88 ], | 89 ], |
| 89 'defines': [ | 90 'defines': [ |
| 90 'INSIDE_BLINK', | 91 'INSIDE_BLINK', |
| 91 ], | 92 ], |
| 92 'include_dirs': [ | 93 'include_dirs': [ |
| 93 '<(SHARED_INTERMEDIATE_DIR)/blink', | 94 '<(SHARED_INTERMEDIATE_DIR)/blink', |
| 94 ], | 95 ], |
| (...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 166 'blink_platform_unittests', | 167 'blink_platform_unittests', |
| 167 ], | 168 ], |
| 168 'variables': { | 169 'variables': { |
| 169 'test_suite_name': 'blink_platform_unittests', | 170 'test_suite_name': 'blink_platform_unittests', |
| 170 }, | 171 }, |
| 171 'includes': [ '../../../../build/apk_test.gypi' ], | 172 'includes': [ '../../../../build/apk_test.gypi' ], |
| 172 }], | 173 }], |
| 173 }], | 174 }], |
| 174 ], | 175 ], |
| 175 } | 176 } |
| OLD | NEW |