| 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 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 78 '../Source/web/web.gyp:blink_web_test_support', | 78 '../Source/web/web.gyp:blink_web_test_support', |
| 79 ], | 79 ], |
| 80 'export_dependent_settings': [ | 80 'export_dependent_settings': [ |
| 81 '../Source/web/web.gyp:blink_web_test_support', | 81 '../Source/web/web.gyp:blink_web_test_support', |
| 82 ], | 82 ], |
| 83 }, | 83 }, |
| 84 { | 84 { |
| 85 'target_name': 'mojo_bindings_mojom', | 85 'target_name': 'mojo_bindings_mojom', |
| 86 'type': 'none', | 86 'type': 'none', |
| 87 'variables': { | 87 'variables': { |
| 88 # TODO(rouslan): The variables 'mojom_generator_wtf_arg' and |
| 89 # 'wtf_dependencies' should be replaced by 'for_blink': 'true'. |
| 90 'mojom_generator_wtf_arg': [ |
| 91 '--for_blink', |
| 92 ], |
| 93 'wtf_dependencies': [ |
| 94 '../../../mojo/mojo_public.gyp:mojo_cpp_bindings_wtf_support', |
| 95 '../Source/wtf/wtf.gyp:wtf', |
| 96 ], |
| 88 'mojom_files': [ | 97 'mojom_files': [ |
| 89 'platform/modules/bluetooth/web_bluetooth.mojom', | 98 'platform/modules/bluetooth/web_bluetooth.mojom', |
| 99 'platform/modules/payments/payment_request.mojom', |
| 90 ], | 100 ], |
| 91 }, | 101 }, |
| 92 'includes': [ | 102 'includes': [ |
| 93 '../../../mojo/mojom_bindings_generator_explicit.gypi', | 103 '../../../mojo/mojom_bindings_generator_explicit.gypi', |
| 94 ], | 104 ], |
| 95 }, | 105 }, |
| 96 { | 106 { |
| 97 'target_name': 'mojo_bindings', | 107 'target_name': 'mojo_bindings', |
| 98 'type': 'static_library', | 108 'type': 'static_library', |
| 99 'dependencies': [ | 109 'dependencies': [ |
| 100 'mojo_bindings_mojom', | 110 'mojo_bindings_mojom', |
| 101 '../../../mojo/mojo_public.gyp:mojo_cpp_bindings', | 111 '../../../mojo/mojo_public.gyp:mojo_cpp_bindings', |
| 102 ], | 112 ], |
| 103 }, | 113 }, |
| 104 ], | 114 ], |
| 105 } | 115 } |
| OLD | NEW |