Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(239)

Side by Side Diff: third_party/WebKit/Source/core/core.gyp

Issue 1903953002: [DevTools] Move from InstrumentingAgents to InstrumentingSessions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove-discard-agent
Patch Set: rebased Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « third_party/WebKit/Source/core/BUILD.gn ('k') | third_party/WebKit/Source/core/core.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/BUILD.gn ('k') | third_party/WebKit/Source/core/core.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698