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

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: Really rebase Created 4 years, 1 month 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 484 matching lines...) Expand 10 before | Expand all | Expand 10 after
495 "exported/WebContentDecryptionModuleSession.cpp", 495 "exported/WebContentDecryptionModuleSession.cpp",
496 "exported/WebContentSettingCallbacks.cpp", 496 "exported/WebContentSettingCallbacks.cpp",
497 "exported/WebCredential.cpp", 497 "exported/WebCredential.cpp",
498 "exported/WebCryptoAlgorithm.cpp", 498 "exported/WebCryptoAlgorithm.cpp",
499 "exported/WebCryptoKey.cpp", 499 "exported/WebCryptoKey.cpp",
500 "exported/WebCryptoKeyAlgorithm.cpp", 500 "exported/WebCryptoKeyAlgorithm.cpp",
501 "exported/WebCryptoResult.cpp", 501 "exported/WebCryptoResult.cpp",
502 "exported/WebCursorInfo.cpp", 502 "exported/WebCursorInfo.cpp",
503 "exported/WebData.cpp", 503 "exported/WebData.cpp",
504 "exported/WebDataConsumerHandle.cpp", 504 "exported/WebDataConsumerHandle.cpp",
505 "exported/WebDeviceMotionData.cpp",
506 "exported/WebDeviceOrientationData.cpp",
507 "exported/WebDragData.cpp", 505 "exported/WebDragData.cpp",
508 "exported/WebEncryptedMediaClient.cpp", 506 "exported/WebEncryptedMediaClient.cpp",
509 "exported/WebEncryptedMediaKeyInformation.cpp", 507 "exported/WebEncryptedMediaKeyInformation.cpp",
510 "exported/WebEncryptedMediaRequest.cpp", 508 "exported/WebEncryptedMediaRequest.cpp",
511 "exported/WebFederatedCredential.cpp", 509 "exported/WebFederatedCredential.cpp",
512 "exported/WebFileSystemCallbacks.cpp", 510 "exported/WebFileSystemCallbacks.cpp",
513 "exported/WebFont.cpp", 511 "exported/WebFont.cpp",
514 "exported/WebFontDescription.cpp", 512 "exported/WebFontDescription.cpp",
515 "exported/WebHTTPBody.cpp", 513 "exported/WebHTTPBody.cpp",
516 "exported/WebHTTPLoadInfo.cpp", 514 "exported/WebHTTPLoadInfo.cpp",
(...skipping 1461 matching lines...) Expand 10 before | Expand all | Expand 10 after
1978 "//third_party/WebKit/Source:inside_blink", 1976 "//third_party/WebKit/Source:inside_blink",
1979 ] 1977 ]
1980 1978
1981 deps = [ 1979 deps = [
1982 ":test_support", 1980 ":test_support",
1983 "//cc/surfaces:surface_id", 1981 "//cc/surfaces:surface_id",
1984 "//testing/gmock", 1982 "//testing/gmock",
1985 "//testing/gtest", 1983 "//testing/gtest",
1986 ] 1984 ]
1987 } 1985 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698