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

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 compile 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 1768 matching lines...) Expand 10 before | Expand all | Expand 10 after
2062 "//third_party/WebKit/Source:config", 2061 "//third_party/WebKit/Source:config",
2063 "//third_party/WebKit/Source:inside_blink", 2062 "//third_party/WebKit/Source:inside_blink",
2064 ] 2063 ]
2065 2064
2066 deps = [ 2065 deps = [
2067 ":test_support", 2066 ":test_support",
2068 "//testing/gmock", 2067 "//testing/gmock",
2069 "//testing/gtest", 2068 "//testing/gtest",
2070 ] 2069 ]
2071 } 2070 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698