| 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 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 90 'dependencies': [ | 90 'dependencies': [ |
| 91 '../Source/platform/blink_platform_tests.gyp:blink_platform_test
_support', | 91 '../Source/platform/blink_platform_tests.gyp:blink_platform_test
_support', |
| 92 '../Source/web/web.gyp:blink_web_test_support', | 92 '../Source/web/web.gyp:blink_web_test_support', |
| 93 ], | 93 ], |
| 94 'export_dependent_settings': [ | 94 'export_dependent_settings': [ |
| 95 '../Source/platform/blink_platform_tests.gyp:blink_platform_test
_support', | 95 '../Source/platform/blink_platform_tests.gyp:blink_platform_test
_support', |
| 96 '../Source/web/web.gyp:blink_web_test_support', | 96 '../Source/web/web.gyp:blink_web_test_support', |
| 97 ], | 97 ], |
| 98 }, | 98 }, |
| 99 { | 99 { |
| 100 # GN version: //third_party/WebKit/public:mojo_bindings_wtf | 100 # GN version: //third_party/WebKit/public:mojo_bindings_blink |
| 101 # (generated by //third_party/WebKit/public:mojo_bindings) | 101 # (generated by //third_party/WebKit/public:mojo_bindings) |
| 102 'target_name': 'mojo_bindings_blink_mojom', | 102 'target_name': 'mojo_bindings_blink_mojom', |
| 103 'type': 'none', | 103 'type': 'none', |
| 104 'variables': { | 104 'variables': { |
| 105 'mojom_files': [ | 105 'mojom_files': [ |
| 106 '<@(blink_mojo_sources)', | 106 '<@(blink_mojo_sources)', |
| 107 '<@(blink_android_mojo_sources)', | 107 '<@(blink_android_mojo_sources)', |
| 108 ], | 108 ], |
| 109 'mojom_variant': 'wtf', | |
| 110 'for_blink': 'true', | 109 'for_blink': 'true', |
| 111 }, | 110 }, |
| 112 'includes': [ | 111 'includes': [ |
| 113 '../../../mojo/mojom_bindings_generator_explicit.gypi', | 112 '../../../mojo/mojom_bindings_generator_explicit.gypi', |
| 114 ], | 113 ], |
| 115 }, | 114 }, |
| 116 { | 115 { |
| 117 # GN version: //third_party/WebKit/public:mojo_bindings | 116 # GN version: //third_party/WebKit/public:mojo_bindings |
| 118 'target_name': 'mojo_bindings_mojom', | 117 'target_name': 'mojo_bindings_mojom', |
| 119 'type': 'none', | 118 'type': 'none', |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 153 'type': 'static_library', | 152 'type': 'static_library', |
| 154 'dependencies': [ | 153 'dependencies': [ |
| 155 'android_mojo_bindings_mojom', | 154 'android_mojo_bindings_mojom', |
| 156 '../../../mojo/mojo_public.gyp:mojo_bindings_java', | 155 '../../../mojo/mojo_public.gyp:mojo_bindings_java', |
| 157 ], | 156 ], |
| 158 }, | 157 }, |
| 159 ], | 158 ], |
| 160 }], | 159 }], |
| 161 ], | 160 ], |
| 162 } | 161 } |
| OLD | NEW |