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

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

Issue 2855523002: Deleted Widget/FrameViewBase (Closed)
Patch Set: removed FrameViewBase.h file now that dependent CL submitted 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/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 239 matching lines...) Expand 10 before | Expand all | Expand 10 after
250 "Decimal.h", 250 "Decimal.h",
251 "DragImage.cpp", 251 "DragImage.cpp",
252 "DragImage.h", 252 "DragImage.h",
253 "EventDispatchForbiddenScope.cpp", 253 "EventDispatchForbiddenScope.cpp",
254 "EventDispatchForbiddenScope.h", 254 "EventDispatchForbiddenScope.h",
255 "FileChooser.cpp", 255 "FileChooser.cpp",
256 "FileChooser.h", 256 "FileChooser.h",
257 "FileMetadata.cpp", 257 "FileMetadata.cpp",
258 "FileMetadata.h", 258 "FileMetadata.h",
259 "FileSystemType.h", 259 "FileSystemType.h",
260 "FrameViewBase.h",
261 "Histogram.cpp", 260 "Histogram.cpp",
262 "Histogram.h", 261 "Histogram.h",
263 "InstanceCounters.cpp", 262 "InstanceCounters.cpp",
264 "InstanceCounters.h", 263 "InstanceCounters.h",
265 "KeyboardCodes.h", 264 "KeyboardCodes.h",
266 "KillRing.h", 265 "KillRing.h",
267 "KillRingNone.cpp", 266 "KillRingNone.cpp",
268 "Language.cpp", 267 "Language.cpp",
269 "Language.h", 268 "Language.h",
270 "LayoutLocale.cpp", 269 "LayoutLocale.cpp",
(...skipping 1967 matching lines...) Expand 10 before | Expand all | Expand 10 after
2238 "//third_party/WebKit/Source:config", 2237 "//third_party/WebKit/Source:config",
2239 "//third_party/WebKit/Source:inside_blink", 2238 "//third_party/WebKit/Source:inside_blink",
2240 ] 2239 ]
2241 2240
2242 deps = [ 2241 deps = [
2243 ":test_support", 2242 ":test_support",
2244 "//testing/gmock", 2243 "//testing/gmock",
2245 "//testing/gtest", 2244 "//testing/gtest",
2246 ] 2245 ]
2247 } 2246 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.cpp ('k') | third_party/WebKit/Source/platform/FrameViewBase.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698