| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 import("//build/config/features.gni") | 5 import("//build/config/features.gni") |
| 6 import("//build/config/ui.gni") | 6 import("//build/config/ui.gni") |
| 7 import("//testing/libfuzzer/fuzzer_test.gni") | 7 import("//testing/libfuzzer/fuzzer_test.gni") |
| 8 import("//testing/test.gni") | 8 import("//testing/test.gni") |
| 9 import("//third_party/WebKit/public/public_features.gni") | 9 import("//third_party/WebKit/public/public_features.gni") |
| 10 import("//third_party/WebKit/Source/build/scripts/scripts.gni") | 10 import("//third_party/WebKit/Source/build/scripts/scripts.gni") |
| (...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 126 get_label_info(":character_data_generator($host_toolchain)", | 126 get_label_info(":character_data_generator($host_toolchain)", |
| 127 "root_out_dir") + "/character_data_generator", | 127 "root_out_dir") + "/character_data_generator", |
| 128 root_build_dir) | 128 root_build_dir) |
| 129 args = [ | 129 args = [ |
| 130 generator, | 130 generator, |
| 131 rebase_path(output_file, root_build_dir), | 131 rebase_path(output_file, root_build_dir), |
| 132 ] | 132 ] |
| 133 } | 133 } |
| 134 | 134 |
| 135 action("instrumentation_probes") { | 135 action("instrumentation_probes") { |
| 136 script = "instrumentation/InstrumentingProbesCodeGenerator.py" | 136 script = "probe/InstrumentingProbesCodeGenerator.py" |
| 137 | 137 |
| 138 input_file = "instrumentation/PlatformInstrumentation.idl" | 138 input_file = "probe/PlatformProbes.pidl" |
| 139 inputs = [ | 139 inputs = [ |
| 140 input_file, | 140 input_file, |
| 141 "instrumentation/InstrumentingProbesImpl_cpp.template", | 141 "probe/templates/InstrumentingProbesImpl.cpp.tmpl", |
| 142 "instrumentation/InstrumentingProbesImpl_h.template", | 142 "probe/templates/InstrumentingProbesInl.h.tmpl", |
| 143 "instrumentation/InstrumentingAgents_h.template", | 143 "probe/templates/ProbeSink.h.tmpl", |
| 144 ] | 144 ] |
| 145 | 145 |
| 146 outputs = [ | 146 outputs = [ |
| 147 "$blink_platform_output_dir/PlatformInstrumentationAgents.h", | 147 "$blink_platform_output_dir/PlatformProbeSink.h", |
| 148 "$blink_platform_output_dir/PlatformInstrumentationInl.h", | 148 "$blink_platform_output_dir/PlatformProbesInl.h", |
| 149 "$blink_platform_output_dir/PlatformInstrumentationImpl.cpp", | 149 "$blink_platform_output_dir/PlatformProbesImpl.cpp", |
| 150 ] | 150 ] |
| 151 | 151 |
| 152 args = [ | 152 args = [ |
| 153 rebase_path(inputs[0], root_build_dir), | 153 rebase_path(inputs[0], root_build_dir), |
| 154 "--output_dir", | 154 "--output_dir", |
| 155 rebase_path(blink_platform_output_dir, root_build_dir), | 155 rebase_path(blink_platform_output_dir, root_build_dir), |
| 156 ] | 156 ] |
| 157 } | 157 } |
| 158 | 158 |
| 159 executable("character_data_generator") { | 159 executable("character_data_generator") { |
| (...skipping 926 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1086 "image-encoders/ImageEncoderUtils.h", | 1086 "image-encoders/ImageEncoderUtils.h", |
| 1087 "image-encoders/JPEGImageEncoder.cpp", | 1087 "image-encoders/JPEGImageEncoder.cpp", |
| 1088 "image-encoders/JPEGImageEncoder.h", | 1088 "image-encoders/JPEGImageEncoder.h", |
| 1089 "image-encoders/PNGImageEncoder.cpp", | 1089 "image-encoders/PNGImageEncoder.cpp", |
| 1090 "image-encoders/PNGImageEncoder.h", | 1090 "image-encoders/PNGImageEncoder.h", |
| 1091 "image-encoders/RGBAtoRGB.h", | 1091 "image-encoders/RGBAtoRGB.h", |
| 1092 "image-encoders/WEBPImageEncoder.cpp", | 1092 "image-encoders/WEBPImageEncoder.cpp", |
| 1093 "image-encoders/WEBPImageEncoder.h", | 1093 "image-encoders/WEBPImageEncoder.h", |
| 1094 "instrumentation/PlatformInstrumentation.cpp", | 1094 "instrumentation/PlatformInstrumentation.cpp", |
| 1095 "instrumentation/PlatformInstrumentation.h", | 1095 "instrumentation/PlatformInstrumentation.h", |
| 1096 "instrumentation/PlatformTraceEventsAgent.cpp", | |
| 1097 "instrumentation/PlatformTraceEventsAgent.h", | |
| 1098 "instrumentation/tracing/MemoryCacheDumpProvider.cpp", | 1096 "instrumentation/tracing/MemoryCacheDumpProvider.cpp", |
| 1099 "instrumentation/tracing/MemoryCacheDumpProvider.h", | 1097 "instrumentation/tracing/MemoryCacheDumpProvider.h", |
| 1100 "instrumentation/tracing/TraceEvent.h", | 1098 "instrumentation/tracing/TraceEvent.h", |
| 1101 "instrumentation/tracing/TracedValue.cpp", | 1099 "instrumentation/tracing/TracedValue.cpp", |
| 1102 "instrumentation/tracing/TracedValue.h", | 1100 "instrumentation/tracing/TracedValue.h", |
| 1103 "instrumentation/tracing/web_memory_allocator_dump.cc", | 1101 "instrumentation/tracing/web_memory_allocator_dump.cc", |
| 1104 "instrumentation/tracing/web_memory_allocator_dump.h", | 1102 "instrumentation/tracing/web_memory_allocator_dump.h", |
| 1105 "instrumentation/tracing/web_process_memory_dump.cc", | 1103 "instrumentation/tracing/web_process_memory_dump.cc", |
| 1106 "instrumentation/tracing/web_process_memory_dump.h", | 1104 "instrumentation/tracing/web_process_memory_dump.h", |
| 1107 "json/JSONParser.cpp", | 1105 "json/JSONParser.cpp", |
| (...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1183 "peerconnection/RTCAnswerOptionsPlatform.h", | 1181 "peerconnection/RTCAnswerOptionsPlatform.h", |
| 1184 "peerconnection/RTCOfferOptionsPlatform.h", | 1182 "peerconnection/RTCOfferOptionsPlatform.h", |
| 1185 "peerconnection/RTCSessionDescriptionRequest.h", | 1183 "peerconnection/RTCSessionDescriptionRequest.h", |
| 1186 "peerconnection/RTCStatsRequest.h", | 1184 "peerconnection/RTCStatsRequest.h", |
| 1187 "peerconnection/RTCStatsResponseBase.h", | 1185 "peerconnection/RTCStatsResponseBase.h", |
| 1188 "peerconnection/RTCVoidRequest.h", | 1186 "peerconnection/RTCVoidRequest.h", |
| 1189 "plugins/PluginData.cpp", | 1187 "plugins/PluginData.cpp", |
| 1190 "plugins/PluginData.h", | 1188 "plugins/PluginData.h", |
| 1191 "plugins/PluginListBuilder.cpp", | 1189 "plugins/PluginListBuilder.cpp", |
| 1192 "plugins/PluginListBuilder.h", | 1190 "plugins/PluginListBuilder.h", |
| 1191 "probe/PlatformProbes.cpp", |
| 1192 "probe/PlatformProbes.h", |
| 1193 "probe/PlatformTraceEventsAgent.cpp", |
| 1194 "probe/PlatformTraceEventsAgent.h", |
| 1193 "scheduler/base/cancelable_closure_holder.cc", | 1195 "scheduler/base/cancelable_closure_holder.cc", |
| 1194 "scheduler/base/cancelable_closure_holder.h", | 1196 "scheduler/base/cancelable_closure_holder.h", |
| 1195 "scheduler/base/enqueue_order.cc", | 1197 "scheduler/base/enqueue_order.cc", |
| 1196 "scheduler/base/enqueue_order.h", | 1198 "scheduler/base/enqueue_order.h", |
| 1197 "scheduler/base/intrusive_heap.h", | 1199 "scheduler/base/intrusive_heap.h", |
| 1198 "scheduler/base/lazy_now.cc", | 1200 "scheduler/base/lazy_now.cc", |
| 1199 "scheduler/base/lazy_now.h", | 1201 "scheduler/base/lazy_now.h", |
| 1200 "scheduler/base/moveable_auto_lock.h", | 1202 "scheduler/base/moveable_auto_lock.h", |
| 1201 "scheduler/base/pollable_thread_safe_flag.cc", | 1203 "scheduler/base/pollable_thread_safe_flag.cc", |
| 1202 "scheduler/base/pollable_thread_safe_flag.h", | 1204 "scheduler/base/pollable_thread_safe_flag.h", |
| (...skipping 943 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2146 "//third_party/WebKit/Source:config", | 2148 "//third_party/WebKit/Source:config", |
| 2147 "//third_party/WebKit/Source:inside_blink", | 2149 "//third_party/WebKit/Source:inside_blink", |
| 2148 ] | 2150 ] |
| 2149 | 2151 |
| 2150 deps = [ | 2152 deps = [ |
| 2151 ":test_support", | 2153 ":test_support", |
| 2152 "//testing/gmock", | 2154 "//testing/gmock", |
| 2153 "//testing/gtest", | 2155 "//testing/gtest", |
| 2154 ] | 2156 ] |
| 2155 } | 2157 } |
| OLD | NEW |