| OLD | NEW |
| 1 # | 1 # |
| 2 # Copyright (C) 2012 Google Inc. All rights reserved. | 2 # Copyright (C) 2012 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 26 matching lines...) Expand all Loading... |
| 37 '../TestWebKitAPI.gypi', | 37 '../TestWebKitAPI.gypi', |
| 38 '../../../Source/WebKit/chromium/features.gypi', | 38 '../../../Source/WebKit/chromium/features.gypi', |
| 39 ], | 39 ], |
| 40 'targets': [ | 40 'targets': [ |
| 41 { | 41 { |
| 42 'target_name': 'TestWebKitAPI', | 42 'target_name': 'TestWebKitAPI', |
| 43 'type': 'executable', | 43 'type': 'executable', |
| 44 'dependencies': [ | 44 'dependencies': [ |
| 45 '<(source_dir)/WebCore/WebCore.gyp/WebCore.gyp:webcore', | 45 '<(source_dir)/WebCore/WebCore.gyp/WebCore.gyp:webcore', |
| 46 '<(source_dir)/WebKit/chromium/WebKit.gyp:webkit', | 46 '<(source_dir)/WebKit/chromium/WebKit.gyp:webkit', |
| 47 '<(source_dir)/WTF/WTF.gyp/WTF.gyp:wtf', | 47 '<(source_dir)/wtf/wtf.gyp:wtf', |
| 48 '<(DEPTH)/build/temp_gyp/googleurl.gyp:googleurl', | 48 '<(DEPTH)/build/temp_gyp/googleurl.gyp:googleurl', |
| 49 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', | 49 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', |
| 50 '<(DEPTH)/base/base.gyp:test_support_base', | 50 '<(DEPTH)/base/base.gyp:test_support_base', |
| 51 '<(DEPTH)/testing/gtest.gyp:gtest', | 51 '<(DEPTH)/testing/gtest.gyp:gtest', |
| 52 '<(DEPTH)/testing/gmock.gyp:gmock', | 52 '<(DEPTH)/testing/gmock.gyp:gmock', |
| 53 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_support', | 53 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_support', |
| 54 ], | 54 ], |
| 55 'include_dirs': [ | 55 'include_dirs': [ |
| 56 '<(tools_dir)/TestWebKitAPI', | 56 '<(tools_dir)/TestWebKitAPI', |
| 57 # Needed by tests/RunAllTests.cpp, as well as ChromiumCurrentTim
e.cpp and | 57 # Needed by tests/RunAllTests.cpp, as well as ChromiumCurrentTim
e.cpp and |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 99 ], | 99 ], |
| 100 'variables': { | 100 'variables': { |
| 101 'test_suite_name': 'TestWebKitAPI', | 101 'test_suite_name': 'TestWebKitAPI', |
| 102 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)T
estWebKitAPI<(SHARED_LIB_SUFFIX)', | 102 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)T
estWebKitAPI<(SHARED_LIB_SUFFIX)', |
| 103 }, | 103 }, |
| 104 'includes': [ '../../../../../build/apk_test.gypi' ], | 104 'includes': [ '../../../../../build/apk_test.gypi' ], |
| 105 }], | 105 }], |
| 106 }], | 106 }], |
| 107 ], | 107 ], |
| 108 } | 108 } |
| OLD | NEW |