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 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
102 'python', | 102 'python', |
103 'scripts/generate_global_constructors.py', | 103 'scripts/generate_global_constructors.py', |
104 '--idl-files-list', | 104 '--idl-files-list', |
105 '<(main_interface_idl_files_list)', | 105 '<(main_interface_idl_files_list)', |
106 '--global-objects-file', | 106 '--global-objects-file', |
107 '<(bindings_output_dir)/GlobalObjects.pickle', | 107 '<(bindings_output_dir)/GlobalObjects.pickle', |
108 '--write-file-only-if-changed', | 108 '--write-file-only-if-changed', |
109 '<(write_file_only_if_changed)', | 109 '<(write_file_only_if_changed)', |
110 '--', | 110 '--', |
111 'Window', | 111 'Window', |
112 '<(blink_output_dir)/WindowConstructors.idl', | 112 '<(core_output_dir)/WindowConstructors.idl', |
113 'SharedWorkerGlobalScope', | 113 'SharedWorkerGlobalScope', |
114 '<(blink_output_dir)/SharedWorkerGlobalScopeConstructors.idl', | 114 '<(core_output_dir)/SharedWorkerGlobalScopeConstructors.idl', |
115 'DedicatedWorkerGlobalScope', | 115 'DedicatedWorkerGlobalScope', |
116 '<(blink_output_dir)/DedicatedWorkerGlobalScopeConstructors.idl', | 116 '<(core_output_dir)/DedicatedWorkerGlobalScopeConstructors.idl', |
117 'ServiceWorkerGlobalScope', | 117 'ServiceWorkerGlobalScope', |
118 '<(blink_output_dir)/ServiceWorkerGlobalScopeConstructors.idl', | 118 '<(modules_output_dir)/ServiceWorkerGlobalScopeConstructors.idl', |
119 ], | 119 ], |
120 'message': 'Generating IDL files for constructors on global objects', | 120 'message': 'Generating IDL files for constructors on global objects', |
121 }] | 121 }] |
122 }, | 122 }, |
123 ################################################################################ | 123 ################################################################################ |
124 { | 124 { |
125 'target_name': 'generated_idls', | 125 'target_name': 'generated_idls', |
126 'type': 'none', | 126 'type': 'none', |
127 'dependencies': [ | 127 'dependencies': [ |
128 '../core/core_generated.gyp:generated_testing_idls', | 128 '../core/core_generated.gyp:generated_testing_idls', |
129 'global_constructors_idls', | 129 'global_constructors_idls', |
130 ], | 130 ], |
131 } | 131 } |
132 ################################################################################ | 132 ################################################################################ |
133 ], # targets | 133 ], # targets |
134 } | 134 } |
OLD | NEW |