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

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

Issue 2940583002: Move drag related functionality out of LocalFrame (Closed)
Patch Set: updatedPS Created 3 years, 6 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/core/clipboard/DataTransfer.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/chromecast_build.gni") 5 import("//build/config/chromecast_build.gni")
6 import("//build/toolchain/toolchain.gni") 6 import("//build/toolchain/toolchain.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//build/split_static_library.gni") 8 import("//build/split_static_library.gni")
9 import("//testing/libfuzzer/fuzzer_test.gni") 9 import("//testing/libfuzzer/fuzzer_test.gni")
10 import("//third_party/WebKit/Source/bindings/bindings.gni") 10 import("//third_party/WebKit/Source/bindings/bindings.gni")
(...skipping 1127 matching lines...) Expand 10 before | Expand all | Expand 10 after
1138 "animation/EffectInputTest.cpp", 1138 "animation/EffectInputTest.cpp",
1139 "animation/EffectStackTest.cpp", 1139 "animation/EffectStackTest.cpp",
1140 "animation/InterpolableValueTest.cpp", 1140 "animation/InterpolableValueTest.cpp",
1141 "animation/InterpolationEffectTest.cpp", 1141 "animation/InterpolationEffectTest.cpp",
1142 "animation/KeyframeEffectModelTest.cpp", 1142 "animation/KeyframeEffectModelTest.cpp",
1143 "animation/KeyframeEffectTest.cpp", 1143 "animation/KeyframeEffectTest.cpp",
1144 "animation/PropertyHandleTest.cpp", 1144 "animation/PropertyHandleTest.cpp",
1145 "animation/TimingCalculationsTest.cpp", 1145 "animation/TimingCalculationsTest.cpp",
1146 "animation/TimingInputTest.cpp", 1146 "animation/TimingInputTest.cpp",
1147 "clipboard/DataObjectTest.cpp", 1147 "clipboard/DataObjectTest.cpp",
1148 "clipboard/DataTransferTest.cpp",
1148 "css/ActiveStyleSheetsTest.cpp", 1149 "css/ActiveStyleSheetsTest.cpp",
1149 "css/AffectedByPseudoTest.cpp", 1150 "css/AffectedByPseudoTest.cpp",
1150 "css/CSSCalculationValueTest.cpp", 1151 "css/CSSCalculationValueTest.cpp",
1151 "css/CSSFontFaceSourceTest.cpp", 1152 "css/CSSFontFaceSourceTest.cpp",
1152 "css/CSSPageRuleTest.cpp", 1153 "css/CSSPageRuleTest.cpp",
1153 "css/CSSSelectorTest.cpp", 1154 "css/CSSSelectorTest.cpp",
1154 "css/CSSStyleDeclarationTest.cpp", 1155 "css/CSSStyleDeclarationTest.cpp",
1155 "css/CSSTestHelper.cpp", 1156 "css/CSSTestHelper.cpp",
1156 "css/CSSTestHelper.h", 1157 "css/CSSTestHelper.h",
1157 "css/CSSValueTestHelper.h", 1158 "css/CSSValueTestHelper.h",
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
1235 "events/EventPathTest.cpp", 1236 "events/EventPathTest.cpp",
1236 "events/EventTargetTest.cpp", 1237 "events/EventTargetTest.cpp",
1237 "events/PointerEventFactoryTest.cpp", 1238 "events/PointerEventFactoryTest.cpp",
1238 "events/TouchEventTest.cpp", 1239 "events/TouchEventTest.cpp",
1239 "fileapi/FileListTest.cpp", 1240 "fileapi/FileListTest.cpp",
1240 "fileapi/FileTest.cpp", 1241 "fileapi/FileTest.cpp",
1241 "frame/DOMTimerTest.cpp", 1242 "frame/DOMTimerTest.cpp",
1242 "frame/FrameTest.cpp", 1243 "frame/FrameTest.cpp",
1243 "frame/HistoryTest.cpp", 1244 "frame/HistoryTest.cpp",
1244 "frame/ImageBitmapTest.cpp", 1245 "frame/ImageBitmapTest.cpp",
1245 "frame/LocalFrameTest.cpp",
1246 "frame/LocalFrameViewTest.cpp", 1246 "frame/LocalFrameViewTest.cpp",
1247 "frame/OriginsUsingFeaturesTest.cpp", 1247 "frame/OriginsUsingFeaturesTest.cpp",
1248 "frame/PerformanceMonitorTest.cpp", 1248 "frame/PerformanceMonitorTest.cpp",
1249 "frame/RootFrameViewportTest.cpp", 1249 "frame/RootFrameViewportTest.cpp",
1250 "frame/SubresourceIntegrityTest.cpp", 1250 "frame/SubresourceIntegrityTest.cpp",
1251 "frame/UseCounterTest.cpp", 1251 "frame/UseCounterTest.cpp",
1252 "frame/csp/CSPDirectiveListTest.cpp", 1252 "frame/csp/CSPDirectiveListTest.cpp",
1253 "frame/csp/CSPSourceTest.cpp", 1253 "frame/csp/CSPSourceTest.cpp",
1254 "frame/csp/ContentSecurityPolicyTest.cpp", 1254 "frame/csp/ContentSecurityPolicyTest.cpp",
1255 "frame/csp/MediaListDirectiveTest.cpp", 1255 "frame/csp/MediaListDirectiveTest.cpp",
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
1374 "loader/resource/CSSStyleSheetResourceTest.cpp", 1374 "loader/resource/CSSStyleSheetResourceTest.cpp",
1375 "loader/resource/FontResourceTest.cpp", 1375 "loader/resource/FontResourceTest.cpp",
1376 "loader/resource/ImageResourceTest.cpp", 1376 "loader/resource/ImageResourceTest.cpp",
1377 "loader/resource/MockFontResourceClient.cpp", 1377 "loader/resource/MockFontResourceClient.cpp",
1378 "loader/resource/MockFontResourceClient.h", 1378 "loader/resource/MockFontResourceClient.h",
1379 "loader/resource/MockImageResourceObserver.cpp", 1379 "loader/resource/MockImageResourceObserver.cpp",
1380 "loader/resource/MockImageResourceObserver.h", 1380 "loader/resource/MockImageResourceObserver.h",
1381 "loader/resource/MultipartImageResourceParserTest.cpp", 1381 "loader/resource/MultipartImageResourceParserTest.cpp",
1382 "origin_trials/OriginTrialContextTest.cpp", 1382 "origin_trials/OriginTrialContextTest.cpp",
1383 "page/ChromeClientTest.cpp", 1383 "page/ChromeClientTest.cpp",
1384 "page/DragControllerTest.cpp",
1384 "page/EffectiveNavigationPolicyTest.cpp", 1385 "page/EffectiveNavigationPolicyTest.cpp",
1385 "page/FocusControllerTest.cpp", 1386 "page/FocusControllerTest.cpp",
1386 "page/PagePopupClientTest.cpp", 1387 "page/PagePopupClientTest.cpp",
1387 "page/PrintContextTest.cpp", 1388 "page/PrintContextTest.cpp",
1388 "page/WindowFeaturesTest.cpp", 1389 "page/WindowFeaturesTest.cpp",
1389 "page/scrolling/ScrollStateTest.cpp", 1390 "page/scrolling/ScrollStateTest.cpp",
1390 "page/scrolling/SnapCoordinatorTest.cpp", 1391 "page/scrolling/SnapCoordinatorTest.cpp",
1391 "paint/BoxPaintInvalidatorTest.cpp", 1392 "paint/BoxPaintInvalidatorTest.cpp",
1392 "paint/FirstMeaningfulPaintDetectorTest.cpp", 1393 "paint/FirstMeaningfulPaintDetectorTest.cpp",
1393 "paint/HTMLCanvasPainterTest.cpp", 1394 "paint/HTMLCanvasPainterTest.cpp",
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
1481 sources = [ 1482 sources = [
1482 "frame/csp/ContentSecurityPolicyFuzzer.cpp", 1483 "frame/csp/ContentSecurityPolicyFuzzer.cpp",
1483 ] 1484 ]
1484 deps = [ 1485 deps = [
1485 ":core", 1486 ":core",
1486 "//third_party/WebKit/Source/platform:blink_fuzzer_test_support", 1487 "//third_party/WebKit/Source/platform:blink_fuzzer_test_support",
1487 ] 1488 ]
1488 dict = "//testing/libfuzzer/fuzzers/dicts/content_security_policy.dict" 1489 dict = "//testing/libfuzzer/fuzzers/dicts/content_security_policy.dict"
1489 seed_corpus = "//testing/libfuzzer/fuzzers/content_security_policy_corpus" 1490 seed_corpus = "//testing/libfuzzer/fuzzers/content_security_policy_corpus"
1490 } 1491 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/clipboard/DataTransfer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698