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

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

Issue 2411973004: Move WebTextInputType and WebTextInputInfo into platform. (Closed)
Patch Set: Fix windows build 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 306 matching lines...) Expand 10 before | Expand all | Expand 10 after
317 "Timer.h", 317 "Timer.h",
318 "UUID.cpp", 318 "UUID.cpp",
319 "UUID.h", 319 "UUID.h",
320 "UserGestureIndicator.cpp", 320 "UserGestureIndicator.cpp",
321 "UserGestureIndicator.h", 321 "UserGestureIndicator.h",
322 "WaitableEvent.cpp", 322 "WaitableEvent.cpp",
323 "WaitableEvent.h", 323 "WaitableEvent.h",
324 "WebIconSizesParser.cpp", 324 "WebIconSizesParser.cpp",
325 "WebScheduler.cpp", 325 "WebScheduler.cpp",
326 "WebTaskRunner.cpp", 326 "WebTaskRunner.cpp",
327 "WebTextInputInfo.cpp",
327 "WebThread.cpp", 328 "WebThread.cpp",
328 "WebThreadSupportingGC.cpp", 329 "WebThreadSupportingGC.cpp",
329 "WebThreadSupportingGC.h", 330 "WebThreadSupportingGC.h",
330 "Widget.cpp", 331 "Widget.cpp",
331 "Widget.h", 332 "Widget.h",
332 "WindowsKeyboardCodes.h", 333 "WindowsKeyboardCodes.h",
333 "animation/AnimationTranslationUtil.cpp", 334 "animation/AnimationTranslationUtil.cpp",
334 "animation/AnimationTranslationUtil.h", 335 "animation/AnimationTranslationUtil.h",
335 "animation/AnimationUtilities.h", 336 "animation/AnimationUtilities.h",
336 "animation/CompositorAnimation.cpp", 337 "animation/CompositorAnimation.cpp",
(...skipping 1634 matching lines...) Expand 10 before | Expand all | Expand 10 after
1971 "//third_party/WebKit/Source:inside_blink", 1972 "//third_party/WebKit/Source:inside_blink",
1972 ] 1973 ]
1973 1974
1974 deps = [ 1975 deps = [
1975 ":test_support", 1976 ":test_support",
1976 "//cc/surfaces:surface_id", 1977 "//cc/surfaces:surface_id",
1977 "//testing/gmock", 1978 "//testing/gmock",
1978 "//testing/gtest", 1979 "//testing/gtest",
1979 ] 1980 ]
1980 } 1981 }
OLDNEW
« no previous file with comments | « content/renderer/render_widget.h ('k') | third_party/WebKit/Source/platform/WebTextInputInfo.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698