| OLD | NEW |
| 1 # Copyright 2016 The Chromium Authors. All rights reserved. | 1 # Copyright 2016 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 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 'blink_platform_output_dir': '<(SHARED_INTERMEDIATE_DIR)/blink/platform', | 7 'blink_platform_output_dir': '<(SHARED_INTERMEDIATE_DIR)/blink/platform', |
| 8 }, | 8 }, |
| 9 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 170 '../inspector_protocol/ErrorSupport.h', | 170 '../inspector_protocol/ErrorSupport.h', |
| 171 '../inspector_protocol/Maybe.h', | 171 '../inspector_protocol/Maybe.h', |
| 172 '../inspector_protocol/Parser.cpp', | 172 '../inspector_protocol/Parser.cpp', |
| 173 '../inspector_protocol/Parser.h', | 173 '../inspector_protocol/Parser.h', |
| 174 '../inspector_protocol/FrontendChannel.h', | 174 '../inspector_protocol/FrontendChannel.h', |
| 175 '../inspector_protocol/String16.h', | 175 '../inspector_protocol/String16.h', |
| 176 '../inspector_protocol/String16STL.cpp', | 176 '../inspector_protocol/String16STL.cpp', |
| 177 '../inspector_protocol/String16STL.h', | 177 '../inspector_protocol/String16STL.h', |
| 178 '../inspector_protocol/Values.cpp', | 178 '../inspector_protocol/Values.cpp', |
| 179 '../inspector_protocol/Values.h', | 179 '../inspector_protocol/Values.h', |
| 180 '../inspector_protocol/ValueConversions.cpp', | |
| 181 '../inspector_protocol/ValueConversions.h', | 180 '../inspector_protocol/ValueConversions.h', |
| 182 | 181 |
| 183 'Atomics.h', | 182 'Atomics.h', |
| 184 'IgnoreExceptionsScope.h', | 183 'IgnoreExceptionsScope.h', |
| 185 'InjectedScript.cpp', | 184 'InjectedScript.cpp', |
| 186 'InjectedScript.h', | 185 'InjectedScript.h', |
| 187 'InjectedScriptNative.cpp', | 186 'InjectedScriptNative.cpp', |
| 188 'InjectedScriptNative.h', | 187 'InjectedScriptNative.h', |
| 189 'InspectedContext.cpp', | 188 'InspectedContext.cpp', |
| 190 'InspectedContext.h', | 189 'InspectedContext.h', |
| (...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 236 'public/V8Inspector.h', | 235 'public/V8Inspector.h', |
| 237 'public/V8InspectorSession.h', | 236 'public/V8InspectorSession.h', |
| 238 'public/V8StackTrace.h', | 237 'public/V8StackTrace.h', |
| 239 | 238 |
| 240 '<(blink_platform_output_dir)/v8_inspector/DebuggerScript.h', | 239 '<(blink_platform_output_dir)/v8_inspector/DebuggerScript.h', |
| 241 '<(blink_platform_output_dir)/v8_inspector/InjectedScriptSource.h', | 240 '<(blink_platform_output_dir)/v8_inspector/InjectedScriptSource.h', |
| 242 ], | 241 ], |
| 243 }, | 242 }, |
| 244 ], # targets | 243 ], # targets |
| 245 } | 244 } |
| OLD | NEW |