| 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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 49 ], | 49 ], |
| 50 'perl_and_python_idl_files': [ | 50 'perl_and_python_idl_files': [ |
| 51 '<@(deprecated_perl_idl_files)', | 51 '<@(deprecated_perl_idl_files)', |
| 52 '<@(python_idl_files)', | 52 '<@(python_idl_files)', |
| 53 ], | 53 ], |
| 54 'webcore_test_support_idl_files': [ | 54 'webcore_test_support_idl_files': [ |
| 55 '<@(deprecated_perl_webcore_test_support_idl_files)', | 55 '<@(deprecated_perl_webcore_test_support_idl_files)', |
| 56 '<@(python_webcore_test_support_idl_files)', | 56 '<@(python_webcore_test_support_idl_files)', |
| 57 ], | 57 ], |
| 58 'code_generator_template_files': [ | 58 'code_generator_template_files': [ |
| 59 'templates/attributes.cpp', |
| 59 'templates/callback_interface.cpp', | 60 'templates/callback_interface.cpp', |
| 60 'templates/callback_interface.h', | 61 'templates/callback_interface.h', |
| 62 'templates/constants.cpp', |
| 61 'templates/interface.cpp', | 63 'templates/interface.cpp', |
| 62 'templates/interface.h', | 64 'templates/interface.h', |
| 63 ], | 65 ], |
| 64 | 66 |
| 65 'bindings_output_dir': '<(SHARED_INTERMEDIATE_DIR)/blink/bindings', | 67 'bindings_output_dir': '<(SHARED_INTERMEDIATE_DIR)/blink/bindings', |
| 66 'generated_global_constructors_idl_files': [ | 68 'generated_global_constructors_idl_files': [ |
| 67 '<(SHARED_INTERMEDIATE_DIR)/blink/WindowConstructors.idl', | 69 '<(SHARED_INTERMEDIATE_DIR)/blink/WindowConstructors.idl', |
| 68 '<(SHARED_INTERMEDIATE_DIR)/blink/WorkerGlobalScopeConstructors.idl', | 70 '<(SHARED_INTERMEDIATE_DIR)/blink/WorkerGlobalScopeConstructors.idl', |
| 69 '<(SHARED_INTERMEDIATE_DIR)/blink/SharedWorkerGlobalScopeConstructors.i
dl', | 71 '<(SHARED_INTERMEDIATE_DIR)/blink/SharedWorkerGlobalScopeConstructors.i
dl', |
| 70 '<(SHARED_INTERMEDIATE_DIR)/blink/DedicatedWorkerGlobalScopeConstructor
s.idl', | 72 '<(SHARED_INTERMEDIATE_DIR)/blink/DedicatedWorkerGlobalScopeConstructor
s.idl', |
| (...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 350 '../core/scripts/action_derivedsourcesallinone.py', | 352 '../core/scripts/action_derivedsourcesallinone.py', |
| 351 '<(SHARED_INTERMEDIATE_DIR)/blink/InterfaceDependencies.txt', | 353 '<(SHARED_INTERMEDIATE_DIR)/blink/InterfaceDependencies.txt', |
| 352 '--', | 354 '--', |
| 353 '<@(derived_sources_aggregate_files)', | 355 '<@(derived_sources_aggregate_files)', |
| 354 ], | 356 ], |
| 355 'message': 'Generating bindings derived sources', | 357 'message': 'Generating bindings derived sources', |
| 356 }], | 358 }], |
| 357 }, | 359 }, |
| 358 ], | 360 ], |
| 359 } | 361 } |
| OLD | NEW |