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

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

Issue 2401333002: Add a blink InterfaceRegistry. (Closed)
Patch Set: Created 4 years, 2 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/Source/build/scripts/scripts.gni") 9 import("//third_party/WebKit/Source/build/scripts/scripts.gni")
10 import("//third_party/WebKit/Source/config.gni") 10 import("//third_party/WebKit/Source/config.gni")
(...skipping 451 matching lines...) Expand 10 before | Expand all | Expand 10 after
462 "clipboard/ClipboardUtilities.h", 462 "clipboard/ClipboardUtilities.h",
463 "clipboard/ClipboardUtilitiesPosix.cpp", 463 "clipboard/ClipboardUtilitiesPosix.cpp",
464 "clipboard/ClipboardUtilitiesWin.cpp", 464 "clipboard/ClipboardUtilitiesWin.cpp",
465 "cpu/mips/CommonMacrosMSA.h", 465 "cpu/mips/CommonMacrosMSA.h",
466 "credentialmanager/PlatformCredential.cpp", 466 "credentialmanager/PlatformCredential.cpp",
467 "credentialmanager/PlatformCredential.h", 467 "credentialmanager/PlatformCredential.h",
468 "credentialmanager/PlatformFederatedCredential.cpp", 468 "credentialmanager/PlatformFederatedCredential.cpp",
469 "credentialmanager/PlatformFederatedCredential.h", 469 "credentialmanager/PlatformFederatedCredential.h",
470 "credentialmanager/PlatformPasswordCredential.cpp", 470 "credentialmanager/PlatformPasswordCredential.cpp",
471 "credentialmanager/PlatformPasswordCredential.h", 471 "credentialmanager/PlatformPasswordCredential.h",
472 "exported/InterfaceRegistry.cpp",
472 "exported/Platform.cpp", 473 "exported/Platform.cpp",
473 "exported/ServiceRegistry.cpp", 474 "exported/ServiceRegistry.cpp",
474 "exported/WebActiveGestureAnimation.cpp", 475 "exported/WebActiveGestureAnimation.cpp",
475 "exported/WebActiveGestureAnimation.h", 476 "exported/WebActiveGestureAnimation.h",
476 "exported/WebAudioBus.cpp", 477 "exported/WebAudioBus.cpp",
477 "exported/WebAudioDevice.cpp", 478 "exported/WebAudioDevice.cpp",
478 "exported/WebBlobData.cpp", 479 "exported/WebBlobData.cpp",
479 "exported/WebCanvasCaptureHandler.cpp", 480 "exported/WebCanvasCaptureHandler.cpp",
480 "exported/WebContentDecryptionModule.cpp", 481 "exported/WebContentDecryptionModule.cpp",
481 "exported/WebContentDecryptionModuleAccess.cpp", 482 "exported/WebContentDecryptionModuleAccess.cpp",
(...skipping 1480 matching lines...) Expand 10 before | Expand all | Expand 10 after
1962 "//third_party/WebKit/Source:inside_blink", 1963 "//third_party/WebKit/Source:inside_blink",
1963 ] 1964 ]
1964 1965
1965 deps = [ 1966 deps = [
1966 ":test_support", 1967 ":test_support",
1967 "//cc/surfaces:surface_id", 1968 "//cc/surfaces:surface_id",
1968 "//testing/gmock", 1969 "//testing/gmock",
1969 "//testing/gtest", 1970 "//testing/gtest",
1970 ] 1971 ]
1971 } 1972 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/frame/LocalFrame.cpp ('k') | third_party/WebKit/Source/platform/exported/InterfaceRegistry.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698