Chromium Code Reviews| Index: Source/core/core_generated.gyp |
| diff --git a/Source/core/core_generated.gyp b/Source/core/core_generated.gyp |
| index 2a16559695a808df6835706a7b655f267bf3c51e..b01d82441d117bd6ad328448ff739083006f5b4a 100644 |
| --- a/Source/core/core_generated.gyp |
| +++ b/Source/core/core_generated.gyp |
| @@ -795,6 +795,25 @@ |
| '<(blink_core_output_dir)', |
| ], |
| }, |
| + { |
|
Timothy Loh
2014/11/24 11:02:40
You almost certainly need to edit a GN file somewh
|
| + 'action_name': 'UseCounter', |
| + 'inputs': [ |
| + '<@(scripts_for_in_files)', |
| + '../build/scripts/make_use_counter.py', |
| + '../build/scripts/templates/UseCounterGenerated.h.tmpl', |
| + 'frame/UseCounterGenerated.in', |
| + ], |
| + 'outputs': [ |
| + '<(blink_core_output_dir)/UseCounterGenerated.h', |
| + ], |
| + 'action': [ |
| + 'python', |
| + '../build/scripts/make_use_counter.py', |
| + 'frame/UseCounterGenerated.in', |
| + '--output_dir', |
| + '<(blink_core_output_dir)', |
| + ], |
| + }, |
| ], |
| 'rules': [ |
| { |