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 20 matching lines...) Expand all Loading... |
31 { | 31 { |
32 'includes': [ | 32 'includes': [ |
33 'core.gypi', | 33 'core.gypi', |
34 '../bindings/scripts/scripts.gypi', | 34 '../bindings/scripts/scripts.gypi', |
35 '../build/features.gypi', | 35 '../build/features.gypi', |
36 '../build/scripts/scripts.gypi', | 36 '../build/scripts/scripts.gypi', |
37 ], | 37 ], |
38 | 38 |
39 'targets': [ | 39 'targets': [ |
40 { | 40 { |
41 # GN version: //third_party/WebCore/Source/core:core_event_interfaces | 41 # GN version: //third_party/WebKit/Source/core:core_event_interfaces |
42 'target_name': 'core_event_interfaces', | 42 'target_name': 'core_event_interfaces', |
43 'type': 'none', | 43 'type': 'none', |
44 'actions': [ | 44 'actions': [ |
45 { | 45 { |
46 'action_name': 'make_core_event_interfaces', | 46 'action_name': 'make_core_event_interfaces', |
47 'variables': { | 47 'variables': { |
48 'event_idl_files': [ | 48 'event_idl_files': [ |
49 '<@(core_event_idl_files)', | 49 '<@(core_event_idl_files)', |
50 ], | 50 ], |
51 'event_idl_files_list': | 51 'event_idl_files_list': |
(...skipping 767 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
819 '../build/scripts/rule_bison.py', | 819 '../build/scripts/rule_bison.py', |
820 '<(RULE_INPUT_PATH)', | 820 '<(RULE_INPUT_PATH)', |
821 '<(blink_core_output_dir)', | 821 '<(blink_core_output_dir)', |
822 '<(bison_exe)', | 822 '<(bison_exe)', |
823 ], | 823 ], |
824 }, | 824 }, |
825 ], | 825 ], |
826 }, | 826 }, |
827 ], | 827 ], |
828 } | 828 } |
OLD | NEW |