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

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

Issue 2415083002: Move Device Sensors client files from Blink to //device/sensors client lib (Closed)
Patch Set: Rebase 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 464 matching lines...) Expand 10 before | Expand all | Expand 10 after
475 "exported/WebContentDecryptionModuleSession.cpp", 475 "exported/WebContentDecryptionModuleSession.cpp",
476 "exported/WebContentSettingCallbacks.cpp", 476 "exported/WebContentSettingCallbacks.cpp",
477 "exported/WebCredential.cpp", 477 "exported/WebCredential.cpp",
478 "exported/WebCryptoAlgorithm.cpp", 478 "exported/WebCryptoAlgorithm.cpp",
479 "exported/WebCryptoKey.cpp", 479 "exported/WebCryptoKey.cpp",
480 "exported/WebCryptoKeyAlgorithm.cpp", 480 "exported/WebCryptoKeyAlgorithm.cpp",
481 "exported/WebCryptoResult.cpp", 481 "exported/WebCryptoResult.cpp",
482 "exported/WebCursorInfo.cpp", 482 "exported/WebCursorInfo.cpp",
483 "exported/WebData.cpp", 483 "exported/WebData.cpp",
484 "exported/WebDataConsumerHandle.cpp", 484 "exported/WebDataConsumerHandle.cpp",
485 "exported/WebDeviceMotionData.cpp",
486 "exported/WebDeviceOrientationData.cpp",
487 "exported/WebDragData.cpp", 485 "exported/WebDragData.cpp",
488 "exported/WebEncryptedMediaClient.cpp", 486 "exported/WebEncryptedMediaClient.cpp",
489 "exported/WebEncryptedMediaKeyInformation.cpp", 487 "exported/WebEncryptedMediaKeyInformation.cpp",
490 "exported/WebEncryptedMediaRequest.cpp", 488 "exported/WebEncryptedMediaRequest.cpp",
491 "exported/WebFederatedCredential.cpp", 489 "exported/WebFederatedCredential.cpp",
492 "exported/WebFileSystemCallbacks.cpp", 490 "exported/WebFileSystemCallbacks.cpp",
493 "exported/WebFont.cpp", 491 "exported/WebFont.cpp",
494 "exported/WebFontDescription.cpp", 492 "exported/WebFontDescription.cpp",
495 "exported/WebHTTPBody.cpp", 493 "exported/WebHTTPBody.cpp",
496 "exported/WebHTTPLoadInfo.cpp", 494 "exported/WebHTTPLoadInfo.cpp",
(...skipping 1567 matching lines...) Expand 10 before | Expand all | Expand 10 after
2064 "//third_party/WebKit/Source:config", 2062 "//third_party/WebKit/Source:config",
2065 "//third_party/WebKit/Source:inside_blink", 2063 "//third_party/WebKit/Source:inside_blink",
2066 ] 2064 ]
2067 2065
2068 deps = [ 2066 deps = [
2069 ":test_support", 2067 ":test_support",
2070 "//testing/gmock", 2068 "//testing/gmock",
2071 "//testing/gtest", 2069 "//testing/gtest",
2072 ] 2070 ]
2073 } 2071 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698