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

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

Issue 2843693003: Move methods from FrameViewBase to FrameView. (Closed)
Patch Set: address comments Created 3 years, 8 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.cpp",
261 "FrameViewBase.h", 260 "FrameViewBase.h",
262 "Histogram.cpp", 261 "Histogram.cpp",
263 "Histogram.h", 262 "Histogram.h",
264 "InstanceCounters.cpp", 263 "InstanceCounters.cpp",
265 "InstanceCounters.h", 264 "InstanceCounters.h",
266 "KeyboardCodes.h", 265 "KeyboardCodes.h",
267 "KillRing.h", 266 "KillRing.h",
268 "KillRingNone.cpp", 267 "KillRingNone.cpp",
269 "Language.cpp", 268 "Language.cpp",
270 "Language.h", 269 "Language.h",
(...skipping 1899 matching lines...) Expand 10 before | Expand all | Expand 10 after
2170 "//third_party/WebKit/Source:config", 2169 "//third_party/WebKit/Source:config",
2171 "//third_party/WebKit/Source:inside_blink", 2170 "//third_party/WebKit/Source:inside_blink",
2172 ] 2171 ]
2173 2172
2174 deps = [ 2173 deps = [
2175 ":test_support", 2174 ":test_support",
2176 "//testing/gmock", 2175 "//testing/gmock",
2177 "//testing/gtest", 2176 "//testing/gtest",
2178 ] 2177 ]
2179 } 2178 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698