| 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 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 56 # | 56 # |
| 57 # GN version: //third_party/WebKit/public:blink_minimal | 57 # GN version: //third_party/WebKit/public:blink_minimal |
| 58 'target_name': 'blink_minimal', | 58 'target_name': 'blink_minimal', |
| 59 'type': 'none', | 59 'type': 'none', |
| 60 'dependencies': [ | 60 'dependencies': [ |
| 61 '../Source/platform/blink_platform.gyp:blink_common', | 61 '../Source/platform/blink_platform.gyp:blink_common', |
| 62 ], | 62 ], |
| 63 'export_dependent_settings': [ | 63 'export_dependent_settings': [ |
| 64 '../Source/platform/blink_platform.gyp:blink_common', | 64 '../Source/platform/blink_platform.gyp:blink_common', |
| 65 ], | 65 ], |
| 66 'direct_dependent_settings': { |
| 67 'defines': [ |
| 68 '<@(public_feature_defines)', |
| 69 ], |
| 70 }, |
| 66 }, | 71 }, |
| 67 { | 72 { |
| 68 # GN version: //third_party/WebKit/public:test_support | 73 # GN version: //third_party/WebKit/public:test_support |
| 69 'target_name': 'blink_test_support', | 74 'target_name': 'blink_test_support', |
| 70 'type': 'none', | 75 'type': 'none', |
| 71 'dependencies': [ | 76 'dependencies': [ |
| 72 '../Source/web/web.gyp:blink_web_test_support', | 77 '../Source/web/web.gyp:blink_web_test_support', |
| 73 ], | 78 ], |
| 74 'export_dependent_settings': [ | 79 'export_dependent_settings': [ |
| 75 '../Source/web/web.gyp:blink_web_test_support', | 80 '../Source/web/web.gyp:blink_web_test_support', |
| 76 ], | 81 ], |
| 77 }, | 82 }, |
| 78 ], | 83 ], |
| 79 } | 84 } |
| OLD | NEW |