| 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/split_static_library.gni") | 5 import("//build/split_static_library.gni") |
| 6 import("//build/config/chromecast_build.gni") | 6 import("//build/config/chromecast_build.gni") |
| 7 import("//third_party/WebKit/Source/bindings/bindings.gni") | 7 import("//third_party/WebKit/Source/bindings/bindings.gni") |
| 8 import("//third_party/WebKit/Source/bindings/modules/v8/generated.gni") | 8 import("//third_party/WebKit/Source/bindings/modules/v8/generated.gni") |
| 9 import("//third_party/WebKit/Source/bindings/modules/v8/v8.gni") | 9 import("//third_party/WebKit/Source/bindings/modules/v8/v8.gni") |
| 10 import("//third_party/WebKit/Source/build/scripts/scripts.gni") | 10 import("//third_party/WebKit/Source/build/scripts/scripts.gni") |
| (...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 178 "$bindings_modules_v8_output_dir/V8InternalsPartial.cpp", | 178 "$bindings_modules_v8_output_dir/V8InternalsPartial.cpp", |
| 179 "$bindings_modules_v8_output_dir/V8InternalsPartial.h", | 179 "$bindings_modules_v8_output_dir/V8InternalsPartial.h", |
| 180 "$bindings_modules_v8_output_dir/V8WorkerInternalsPartial.cpp", | 180 "$bindings_modules_v8_output_dir/V8WorkerInternalsPartial.cpp", |
| 181 "$bindings_modules_v8_output_dir/V8WorkerInternalsPartial.h", | 181 "$bindings_modules_v8_output_dir/V8WorkerInternalsPartial.h", |
| 182 "accessibility/testing/InternalsAccessibility.cpp", | 182 "accessibility/testing/InternalsAccessibility.cpp", |
| 183 "accessibility/testing/InternalsAccessibility.h", | 183 "accessibility/testing/InternalsAccessibility.h", |
| 184 "fetch/testing/InternalsFetch.cpp", | 184 "fetch/testing/InternalsFetch.cpp", |
| 185 "fetch/testing/InternalsFetch.h", | 185 "fetch/testing/InternalsFetch.h", |
| 186 "fetch/testing/WorkerInternalsFetch.cpp", | 186 "fetch/testing/WorkerInternalsFetch.cpp", |
| 187 "fetch/testing/WorkerInternalsFetch.h", | 187 "fetch/testing/WorkerInternalsFetch.h", |
| 188 "mediastream/testing/InternalsMediaStream.cpp", |
| 189 "mediastream/testing/InternalsMediaStream.h", |
| 188 "navigatorcontentutils/testing/InternalsNavigatorContentUtils.cpp", | 190 "navigatorcontentutils/testing/InternalsNavigatorContentUtils.cpp", |
| 189 "navigatorcontentutils/testing/InternalsNavigatorContentUtils.h", | 191 "navigatorcontentutils/testing/InternalsNavigatorContentUtils.h", |
| 190 "navigatorcontentutils/testing/NavigatorContentUtilsClientMock.cpp", | 192 "navigatorcontentutils/testing/NavigatorContentUtilsClientMock.cpp", |
| 191 "navigatorcontentutils/testing/NavigatorContentUtilsClientMock.h", | 193 "navigatorcontentutils/testing/NavigatorContentUtilsClientMock.h", |
| 192 "peerconnection/testing/InternalsRTCCertificate.cpp", | 194 "peerconnection/testing/InternalsRTCCertificate.cpp", |
| 193 "peerconnection/testing/InternalsRTCCertificate.h", | 195 "peerconnection/testing/InternalsRTCCertificate.h", |
| 194 "serviceworkers/testing/InternalsServiceWorker.cpp", | 196 "serviceworkers/testing/InternalsServiceWorker.cpp", |
| 195 "serviceworkers/testing/InternalsServiceWorker.h", | 197 "serviceworkers/testing/InternalsServiceWorker.h", |
| 196 "speech/testing/InternalsSpeechSynthesis.cpp", | 198 "speech/testing/InternalsSpeechSynthesis.cpp", |
| 197 "speech/testing/InternalsSpeechSynthesis.h", | 199 "speech/testing/InternalsSpeechSynthesis.h", |
| (...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 305 ":modules_testing", | 307 ":modules_testing", |
| 306 "//components/payments:payment_request_blink", | 308 "//components/payments:payment_request_blink", |
| 307 "//skia", | 309 "//skia", |
| 308 "//testing/gmock", | 310 "//testing/gmock", |
| 309 "//testing/gtest", | 311 "//testing/gtest", |
| 310 "//third_party/WebKit/Source/core", | 312 "//third_party/WebKit/Source/core", |
| 311 "//third_party/WebKit/Source/wtf", | 313 "//third_party/WebKit/Source/wtf", |
| 312 "//v8", | 314 "//v8", |
| 313 ] | 315 ] |
| 314 } | 316 } |
| OLD | NEW |