| 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 164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 175 "$bindings_modules_v8_output_dir/V8InternalsPartial.cpp", | 175 "$bindings_modules_v8_output_dir/V8InternalsPartial.cpp", |
| 176 "$bindings_modules_v8_output_dir/V8InternalsPartial.h", | 176 "$bindings_modules_v8_output_dir/V8InternalsPartial.h", |
| 177 "accessibility/testing/InternalsAccessibility.cpp", | 177 "accessibility/testing/InternalsAccessibility.cpp", |
| 178 "accessibility/testing/InternalsAccessibility.h", | 178 "accessibility/testing/InternalsAccessibility.h", |
| 179 "navigatorcontentutils/testing/InternalsNavigatorContentUtils.cpp", | 179 "navigatorcontentutils/testing/InternalsNavigatorContentUtils.cpp", |
| 180 "navigatorcontentutils/testing/InternalsNavigatorContentUtils.h", | 180 "navigatorcontentutils/testing/InternalsNavigatorContentUtils.h", |
| 181 "navigatorcontentutils/testing/NavigatorContentUtilsClientMock.cpp", | 181 "navigatorcontentutils/testing/NavigatorContentUtilsClientMock.cpp", |
| 182 "navigatorcontentutils/testing/NavigatorContentUtilsClientMock.h", | 182 "navigatorcontentutils/testing/NavigatorContentUtilsClientMock.h", |
| 183 "peerconnection/testing/InternalsRTCCertificate.cpp", | 183 "peerconnection/testing/InternalsRTCCertificate.cpp", |
| 184 "peerconnection/testing/InternalsRTCCertificate.h", | 184 "peerconnection/testing/InternalsRTCCertificate.h", |
| 185 "remoteplayback/testing/InternalsRemotePlayback.cpp", |
| 186 "remoteplayback/testing/InternalsRemotePlayback.h", |
| 185 "serviceworkers/testing/InternalsServiceWorker.cpp", | 187 "serviceworkers/testing/InternalsServiceWorker.cpp", |
| 186 "serviceworkers/testing/InternalsServiceWorker.h", | 188 "serviceworkers/testing/InternalsServiceWorker.h", |
| 187 "speech/testing/InternalsSpeechSynthesis.cpp", | 189 "speech/testing/InternalsSpeechSynthesis.cpp", |
| 188 "speech/testing/InternalsSpeechSynthesis.h", | 190 "speech/testing/InternalsSpeechSynthesis.h", |
| 189 "speech/testing/PlatformSpeechSynthesizerMock.cpp", | 191 "speech/testing/PlatformSpeechSynthesizerMock.cpp", |
| 190 "speech/testing/PlatformSpeechSynthesizerMock.h", | 192 "speech/testing/PlatformSpeechSynthesizerMock.h", |
| 191 "vibration/testing/InternalsVibration.cpp", | 193 "vibration/testing/InternalsVibration.cpp", |
| 192 "vibration/testing/InternalsVibration.h", | 194 "vibration/testing/InternalsVibration.h", |
| 193 "webaudio/testing/InternalsWebAudio.cpp", | 195 "webaudio/testing/InternalsWebAudio.cpp", |
| 194 "webaudio/testing/InternalsWebAudio.h", | 196 "webaudio/testing/InternalsWebAudio.h", |
| (...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 292 ":modules_testing", | 294 ":modules_testing", |
| 293 "//components/payments:payment_request_blink", | 295 "//components/payments:payment_request_blink", |
| 294 "//skia", | 296 "//skia", |
| 295 "//testing/gmock", | 297 "//testing/gmock", |
| 296 "//testing/gtest", | 298 "//testing/gtest", |
| 297 "//third_party/WebKit/Source/core", | 299 "//third_party/WebKit/Source/core", |
| 298 "//third_party/WebKit/Source/wtf", | 300 "//third_party/WebKit/Source/wtf", |
| 299 "//v8", | 301 "//v8", |
| 300 ] | 302 ] |
| 301 } | 303 } |
| OLD | NEW |