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

Side by Side Diff: third_party/WebKit/Source/platform/BUILD.gn

Issue 2643063002: Refactor Blink's ServiceConnector and add ability to mock in layout tests (Closed)
Patch Set: Fix build Created 3 years, 9 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
OLDNEW
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 262 matching lines...) Expand 10 before | Expand all | Expand 10 after
273 "Prerender.cpp", 273 "Prerender.cpp",
274 "Prerender.h", 274 "Prerender.h",
275 "PrerenderClient.h", 275 "PrerenderClient.h",
276 "ScopedOrientationChangeIndicator.cpp", 276 "ScopedOrientationChangeIndicator.cpp",
277 "ScopedOrientationChangeIndicator.h", 277 "ScopedOrientationChangeIndicator.h",
278 "ScriptForbiddenScope.cpp", 278 "ScriptForbiddenScope.cpp",
279 "ScriptForbiddenScope.h", 279 "ScriptForbiddenScope.h",
280 "SecureTextInput.cpp", 280 "SecureTextInput.cpp",
281 "SecureTextInput.h", 281 "SecureTextInput.h",
282 "SerializedResource.h", 282 "SerializedResource.h",
283 "ServiceConnector.h",
284 "SharedBuffer.cpp", 283 "SharedBuffer.cpp",
285 "SharedBuffer.h", 284 "SharedBuffer.h",
286 "SharedBufferChunkReader.cpp", 285 "SharedBufferChunkReader.cpp",
287 "SharedBufferChunkReader.h", 286 "SharedBufferChunkReader.h",
288 "StorageQuotaCallbacks.h", 287 "StorageQuotaCallbacks.h",
289 "Supplementable.cpp", 288 "Supplementable.cpp",
290 "Supplementable.h", 289 "Supplementable.h",
291 "Theme.cpp", 290 "Theme.cpp",
292 "Theme.h", 291 "Theme.h",
293 "ThemeTypes.h", 292 "ThemeTypes.h",
(...skipping 1793 matching lines...) Expand 10 before | Expand all | Expand 10 after
2087 "//third_party/WebKit/Source:config", 2086 "//third_party/WebKit/Source:config",
2088 "//third_party/WebKit/Source:inside_blink", 2087 "//third_party/WebKit/Source:inside_blink",
2089 ] 2088 ]
2090 2089
2091 deps = [ 2090 deps = [
2092 ":test_support", 2091 ":test_support",
2093 "//testing/gmock", 2092 "//testing/gmock",
2094 "//testing/gtest", 2093 "//testing/gtest",
2095 ] 2094 ]
2096 } 2095 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698