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

Side by Side Diff: third_party/WebKit/public/BUILD.gn

Issue 2896583005: Reland: Refactor DeviceMotionEventPump to use //device/generic_sensor instead of //device/sensors (Closed)
Patch Set: updated test code Created 3 years, 7 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/buildflag_header.gni") 5 import("//build/buildflag_header.gni")
6 import("//mojo/public/tools/bindings/mojom.gni") 6 import("//mojo/public/tools/bindings/mojom.gni")
7 import("//third_party/WebKit/public/public_features.gni") 7 import("//third_party/WebKit/public/public_features.gni")
8 import("//third_party/WebKit/Source/config.gni") 8 import("//third_party/WebKit/Source/config.gni")
9 import("//third_party/WebKit/Source/core/core.gni") 9 import("//third_party/WebKit/Source/core/core.gni")
10 import("//tools/grit/grit_rule.gni") 10 import("//tools/grit/grit_rule.gni")
(...skipping 339 matching lines...) Expand 10 before | Expand all | Expand 10 after
350 "platform/WebURLRequest.h", 350 "platform/WebURLRequest.h",
351 "platform/WebURLResponse.h", 351 "platform/WebURLResponse.h",
352 "platform/WebVector.h", 352 "platform/WebVector.h",
353 "platform/WebViewportStyle.h", 353 "platform/WebViewportStyle.h",
354 "platform/WebWorkerFetchContext.h", 354 "platform/WebWorkerFetchContext.h",
355 "platform/linux/WebFallbackFont.h", 355 "platform/linux/WebFallbackFont.h",
356 "platform/linux/WebFontRenderStyle.h", 356 "platform/linux/WebFontRenderStyle.h",
357 "platform/linux/WebSandboxSupport.h", 357 "platform/linux/WebSandboxSupport.h",
358 "platform/mac/WebSandboxSupport.h", 358 "platform/mac/WebSandboxSupport.h",
359 "platform/modules/background_fetch/WebBackgroundFetchSettledFetch.h", 359 "platform/modules/background_fetch/WebBackgroundFetchSettledFetch.h",
360 "platform/modules/device_orientation/WebDeviceMotionData.h",
360 "platform/modules/device_orientation/WebDeviceMotionListener.h", 361 "platform/modules/device_orientation/WebDeviceMotionListener.h",
361 "platform/modules/device_orientation/WebDeviceOrientationListener.h", 362 "platform/modules/device_orientation/WebDeviceOrientationListener.h",
362 "platform/modules/indexeddb/WebIDBCallbacks.h", 363 "platform/modules/indexeddb/WebIDBCallbacks.h",
363 "platform/modules/indexeddb/WebIDBCursor.h", 364 "platform/modules/indexeddb/WebIDBCursor.h",
364 "platform/modules/indexeddb/WebIDBDatabase.h", 365 "platform/modules/indexeddb/WebIDBDatabase.h",
365 "platform/modules/indexeddb/WebIDBDatabaseCallbacks.h", 366 "platform/modules/indexeddb/WebIDBDatabaseCallbacks.h",
366 "platform/modules/indexeddb/WebIDBDatabaseError.h", 367 "platform/modules/indexeddb/WebIDBDatabaseError.h",
367 "platform/modules/indexeddb/WebIDBDatabaseException.h", 368 "platform/modules/indexeddb/WebIDBDatabaseException.h",
368 "platform/modules/indexeddb/WebIDBFactory.h", 369 "platform/modules/indexeddb/WebIDBFactory.h",
369 "platform/modules/indexeddb/WebIDBKey.h", 370 "platform/modules/indexeddb/WebIDBKey.h",
(...skipping 454 matching lines...) Expand 10 before | Expand all | Expand 10 after
824 sources = [ 825 sources = [
825 "web/ConsoleMessageStructTraits.cpp", 826 "web/ConsoleMessageStructTraits.cpp",
826 "web/ConsoleMessageStructTraits.h", 827 "web/ConsoleMessageStructTraits.h",
827 ] 828 ]
828 deps = [ 829 deps = [
829 ":blink_headers", 830 ":blink_headers",
830 ":mojo_bindings_shared__generator", 831 ":mojo_bindings_shared__generator",
831 "//mojo/public/cpp/bindings:struct_traits", 832 "//mojo/public/cpp/bindings:struct_traits",
832 ] 833 ]
833 } 834 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698