OLD | NEW |
1 # | 1 # |
2 # Copyright (C) 2009 Google Inc. All rights reserved. | 2 # Copyright (C) 2009 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 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
72 'inputs': [ | 72 'inputs': [ |
73 # The python script in action below. | 73 # The python script in action below. |
74 'inspector/CodeGeneratorInstrumentation.py', | 74 'inspector/CodeGeneratorInstrumentation.py', |
75 # Input file for the script. | 75 # Input file for the script. |
76 'inspector/InspectorInstrumentation.idl', | 76 'inspector/InspectorInstrumentation.idl', |
77 ], | 77 ], |
78 'outputs': [ | 78 'outputs': [ |
79 '<(blink_core_output_dir)/InspectorConsoleInstrumentationInl.h', | 79 '<(blink_core_output_dir)/InspectorConsoleInstrumentationInl.h', |
80 '<(blink_core_output_dir)/InspectorInstrumentationInl.h', | 80 '<(blink_core_output_dir)/InspectorInstrumentationInl.h', |
81 '<(blink_core_output_dir)/InspectorOverridesInl.h', | 81 '<(blink_core_output_dir)/InspectorOverridesInl.h', |
82 '<(blink_core_output_dir)/InstrumentingAgentsInl.h', | 82 '<(blink_core_output_dir)/InstrumentingAgents.h', |
83 '<(blink_core_output_dir)/InspectorInstrumentationImpl.cpp', | 83 '<(blink_core_output_dir)/InspectorInstrumentationImpl.cpp', |
84 ], | 84 ], |
85 'action': [ | 85 'action': [ |
86 'python', | 86 'python', |
87 'inspector/CodeGeneratorInstrumentation.py', | 87 'inspector/CodeGeneratorInstrumentation.py', |
88 'inspector/InspectorInstrumentation.idl', | 88 'inspector/InspectorInstrumentation.idl', |
89 '--output_dir', '<(blink_core_output_dir)', | 89 '--output_dir', '<(blink_core_output_dir)', |
90 ], | 90 ], |
91 'message': 'Generating Inspector instrumentation code from InspectorIn
strumentation.idl', | 91 'message': 'Generating Inspector instrumentation code from InspectorIn
strumentation.idl', |
92 } | 92 } |
(...skipping 568 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
661 'layout/LayoutThemeAndroid.cpp', | 661 'layout/LayoutThemeAndroid.cpp', |
662 'layout/LayoutThemeAndroid.h', | 662 'layout/LayoutThemeAndroid.h', |
663 ], | 663 ], |
664 }], | 664 }], |
665 ], | 665 ], |
666 }], | 666 }], |
667 ], | 667 ], |
668 }, | 668 }, |
669 ], # targets | 669 ], # targets |
670 } | 670 } |
OLD | NEW |