| 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 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 88 '../wtf/wtf_tests.gyp:wtf_unittest_helpers', | 88 '../wtf/wtf_tests.gyp:wtf_unittest_helpers', |
| 89 'blink_platform.gyp:blink_platform', | 89 'blink_platform.gyp:blink_platform', |
| 90 'blink_platform.gyp:blink_common', | 90 'blink_platform.gyp:blink_common', |
| 91 '<(DEPTH)/skia/skia.gyp:skia', | 91 '<(DEPTH)/skia/skia.gyp:skia', |
| 92 '<(DEPTH)/url/url.gyp:url_lib', | 92 '<(DEPTH)/url/url.gyp:url_lib', |
| 93 ], | 93 ], |
| 94 'defines': [ | 94 'defines': [ |
| 95 'INSIDE_BLINK', | 95 'INSIDE_BLINK', |
| 96 ], | 96 ], |
| 97 'include_dirs': [ | 97 'include_dirs': [ |
| 98 '<(SHARED_INTERMEDIATE_DIR)/blink', | 98 '<(blink_platform_output_dir)', |
| 99 ], | 99 ], |
| 100 'sources': [ | 100 'sources': [ |
| 101 '<@(platform_test_files)', | 101 '<@(platform_test_files)', |
| 102 ], | 102 ], |
| 103 'conditions': [ | 103 'conditions': [ |
| 104 ['os_posix==1 and OS!="mac" and OS!="android" and OS!="ios" and use_allo
cator!="none"', { | 104 ['os_posix==1 and OS!="mac" and OS!="android" and OS!="ios" and use_allo
cator!="none"', { |
| 105 'dependencies': [ | 105 'dependencies': [ |
| 106 '<(DEPTH)/base/base.gyp:base', | 106 '<(DEPTH)/base/base.gyp:base', |
| 107 '<(DEPTH)/base/allocator/allocator.gyp:allocator', | 107 '<(DEPTH)/base/allocator/allocator.gyp:allocator', |
| 108 ] | 108 ] |
| (...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 156 'blink_platform_unittests', | 156 'blink_platform_unittests', |
| 157 ], | 157 ], |
| 158 'variables': { | 158 'variables': { |
| 159 'test_suite_name': 'blink_platform_unittests', | 159 'test_suite_name': 'blink_platform_unittests', |
| 160 }, | 160 }, |
| 161 'includes': [ '../../../../build/apk_test.gypi' ], | 161 'includes': [ '../../../../build/apk_test.gypi' ], |
| 162 }], | 162 }], |
| 163 }], | 163 }], |
| 164 ], | 164 ], |
| 165 } | 165 } |
| OLD | NEW |