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

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

Issue 2724003002: Remove platform/Widget.h, it is now fully renamed to platform/FrameViewBase.h (Closed)
Patch Set: Remove platform/Widget.h, it is now fully renamed to platform/FrameViewBase.h 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/Widget.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 295 matching lines...) Expand 10 before | Expand all | Expand 10 after
306 "WebMouseWheelEvent.cpp", 306 "WebMouseWheelEvent.cpp",
307 "WebScheduler.cpp", 307 "WebScheduler.cpp",
308 "WebTaskRunner.cpp", 308 "WebTaskRunner.cpp",
309 "WebTaskRunner.h", 309 "WebTaskRunner.h",
310 "WebTextInputInfo.cpp", 310 "WebTextInputInfo.cpp",
311 "WebThread.cpp", 311 "WebThread.cpp",
312 "WebThreadSupportingGC.cpp", 312 "WebThreadSupportingGC.cpp",
313 "WebThreadSupportingGC.h", 313 "WebThreadSupportingGC.h",
314 "WebTouchEvent.cpp", 314 "WebTouchEvent.cpp",
315 "WebURLLoader.cpp", 315 "WebURLLoader.cpp",
316 "Widget.h",
317 "WindowsKeyboardCodes.h", 316 "WindowsKeyboardCodes.h",
318 "animation/AnimationTranslationUtil.cpp", 317 "animation/AnimationTranslationUtil.cpp",
319 "animation/AnimationTranslationUtil.h", 318 "animation/AnimationTranslationUtil.h",
320 "animation/AnimationUtilities.h", 319 "animation/AnimationUtilities.h",
321 "animation/CompositorAnimation.cpp", 320 "animation/CompositorAnimation.cpp",
322 "animation/CompositorAnimation.h", 321 "animation/CompositorAnimation.h",
323 "animation/CompositorAnimationCurve.h", 322 "animation/CompositorAnimationCurve.h",
324 "animation/CompositorAnimationDelegate.h", 323 "animation/CompositorAnimationDelegate.h",
325 "animation/CompositorAnimationHost.cpp", 324 "animation/CompositorAnimationHost.cpp",
326 "animation/CompositorAnimationHost.h", 325 "animation/CompositorAnimationHost.h",
(...skipping 1749 matching lines...) Expand 10 before | Expand all | Expand 10 after
2076 "//third_party/WebKit/Source:config", 2075 "//third_party/WebKit/Source:config",
2077 "//third_party/WebKit/Source:inside_blink", 2076 "//third_party/WebKit/Source:inside_blink",
2078 ] 2077 ]
2079 2078
2080 deps = [ 2079 deps = [
2081 ":test_support", 2080 ":test_support",
2082 "//testing/gmock", 2081 "//testing/gmock",
2083 "//testing/gtest", 2082 "//testing/gtest",
2084 ] 2083 ]
2085 } 2084 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/Widget.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698