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 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
69 'dependencies': [ | 69 'dependencies': [ |
70 'blink_platform_test_support', | 70 'blink_platform_test_support', |
71 '../config.gyp:unittest_config', | 71 '../config.gyp:unittest_config', |
72 '../wtf/wtf.gyp:wtf', | 72 '../wtf/wtf.gyp:wtf', |
73 '../wtf/wtf_tests.gyp:wtf_unittest_helpers', | 73 '../wtf/wtf_tests.gyp:wtf_unittest_helpers', |
74 '<(DEPTH)/base/base.gyp:test_support_base', | 74 '<(DEPTH)/base/base.gyp:test_support_base', |
75 '<(DEPTH)/cc/cc.gyp:cc', | 75 '<(DEPTH)/cc/cc.gyp:cc', |
76 '<(DEPTH)/cc/cc_tests.gyp:cc_test_support', | 76 '<(DEPTH)/cc/cc_tests.gyp:cc_test_support', |
77 '<(DEPTH)/cc/blink/cc_blink.gyp:cc_blink', | 77 '<(DEPTH)/cc/blink/cc_blink.gyp:cc_blink', |
78 '<(DEPTH)/mojo/mojo_edk.gyp:mojo_common_test_support', | 78 '<(DEPTH)/mojo/mojo_edk.gyp:mojo_common_test_support', |
| 79 '<(DEPTH)/mojo/mojo_edk_tests.gyp:mojo_public_bindings_for_blink_tests', |
79 '<(DEPTH)/skia/skia.gyp:skia', | 80 '<(DEPTH)/skia/skia.gyp:skia', |
80 '<(DEPTH)/third_party/harfbuzz-ng/harfbuzz.gyp:harfbuzz-ng', | 81 '<(DEPTH)/third_party/harfbuzz-ng/harfbuzz.gyp:harfbuzz-ng', |
81 '<(DEPTH)/ui/gfx/gfx.gyp:gfx', | 82 '<(DEPTH)/ui/gfx/gfx.gyp:gfx', |
82 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry', | 83 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry', |
83 '<(DEPTH)/url/url.gyp:url_lib', | 84 '<(DEPTH)/url/url.gyp:url_lib', |
84 'blink_platform.gyp:blink_platform', | 85 'blink_platform.gyp:blink_platform', |
85 ], | 86 ], |
86 'defines': [ | 87 'defines': [ |
87 'INSIDE_BLINK', | 88 'INSIDE_BLINK', |
88 ], | 89 ], |
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
227 '../../../../build/isolate.gypi', | 228 '../../../../build/isolate.gypi', |
228 ], | 229 ], |
229 'sources': [ | 230 'sources': [ |
230 'blink_platform_unittests.isolate', | 231 'blink_platform_unittests.isolate', |
231 ], | 232 ], |
232 } | 233 } |
233 ], | 234 ], |
234 }], | 235 }], |
235 ], | 236 ], |
236 } | 237 } |
OLD | NEW |