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

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

Issue 2934233002: In-place modification of drag related functionality present in 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 1128 matching lines...) Expand 10 before | Expand all | Expand 10 after
1139 "animation/EffectInputTest.cpp", 1139 "animation/EffectInputTest.cpp",
1140 "animation/EffectStackTest.cpp", 1140 "animation/EffectStackTest.cpp",
1141 "animation/InterpolableValueTest.cpp", 1141 "animation/InterpolableValueTest.cpp",
1142 "animation/InterpolationEffectTest.cpp", 1142 "animation/InterpolationEffectTest.cpp",
1143 "animation/KeyframeEffectModelTest.cpp", 1143 "animation/KeyframeEffectModelTest.cpp",
1144 "animation/KeyframeEffectTest.cpp", 1144 "animation/KeyframeEffectTest.cpp",
1145 "animation/PropertyHandleTest.cpp", 1145 "animation/PropertyHandleTest.cpp",
1146 "animation/TimingCalculationsTest.cpp", 1146 "animation/TimingCalculationsTest.cpp",
1147 "animation/TimingInputTest.cpp", 1147 "animation/TimingInputTest.cpp",
1148 "clipboard/DataObjectTest.cpp", 1148 "clipboard/DataObjectTest.cpp",
1149 "clipboard/DataTransferTest.cpp",
1149 "css/ActiveStyleSheetsTest.cpp", 1150 "css/ActiveStyleSheetsTest.cpp",
1150 "css/AffectedByPseudoTest.cpp", 1151 "css/AffectedByPseudoTest.cpp",
1151 "css/CSSCalculationValueTest.cpp", 1152 "css/CSSCalculationValueTest.cpp",
1152 "css/CSSFontFaceSourceTest.cpp", 1153 "css/CSSFontFaceSourceTest.cpp",
1153 "css/CSSPageRuleTest.cpp", 1154 "css/CSSPageRuleTest.cpp",
1154 "css/CSSSelectorTest.cpp", 1155 "css/CSSSelectorTest.cpp",
1155 "css/CSSStyleDeclarationTest.cpp", 1156 "css/CSSStyleDeclarationTest.cpp",
1156 "css/CSSTestHelper.cpp", 1157 "css/CSSTestHelper.cpp",
1157 "css/CSSTestHelper.h", 1158 "css/CSSTestHelper.h",
1158 "css/CSSValueTestHelper.h", 1159 "css/CSSValueTestHelper.h",
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
1238 "events/PointerEventFactoryTest.cpp", 1239 "events/PointerEventFactoryTest.cpp",
1239 "events/TouchEventTest.cpp", 1240 "events/TouchEventTest.cpp",
1240 "fileapi/FileListTest.cpp", 1241 "fileapi/FileListTest.cpp",
1241 "fileapi/FileTest.cpp", 1242 "fileapi/FileTest.cpp",
1242 "frame/DOMTimerTest.cpp", 1243 "frame/DOMTimerTest.cpp",
1243 "frame/FrameTest.cpp", 1244 "frame/FrameTest.cpp",
1244 "frame/FrameTestHelpers.cpp", 1245 "frame/FrameTestHelpers.cpp",
1245 "frame/FrameTestHelpers.h", 1246 "frame/FrameTestHelpers.h",
1246 "frame/HistoryTest.cpp", 1247 "frame/HistoryTest.cpp",
1247 "frame/ImageBitmapTest.cpp", 1248 "frame/ImageBitmapTest.cpp",
1248 "frame/LocalFrameTest.cpp",
1249 "frame/LocalFrameViewTest.cpp", 1249 "frame/LocalFrameViewTest.cpp",
1250 "frame/OriginsUsingFeaturesTest.cpp", 1250 "frame/OriginsUsingFeaturesTest.cpp",
1251 "frame/PerformanceMonitorTest.cpp", 1251 "frame/PerformanceMonitorTest.cpp",
1252 "frame/RootFrameViewportTest.cpp", 1252 "frame/RootFrameViewportTest.cpp",
1253 "frame/SubresourceIntegrityTest.cpp", 1253 "frame/SubresourceIntegrityTest.cpp",
1254 "frame/UseCounterTest.cpp", 1254 "frame/UseCounterTest.cpp",
1255 "frame/csp/CSPDirectiveListTest.cpp", 1255 "frame/csp/CSPDirectiveListTest.cpp",
1256 "frame/csp/CSPSourceTest.cpp", 1256 "frame/csp/CSPSourceTest.cpp",
1257 "frame/csp/ContentSecurityPolicyTest.cpp", 1257 "frame/csp/ContentSecurityPolicyTest.cpp",
1258 "frame/csp/MediaListDirectiveTest.cpp", 1258 "frame/csp/MediaListDirectiveTest.cpp",
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
1378 "loader/resource/CSSStyleSheetResourceTest.cpp", 1378 "loader/resource/CSSStyleSheetResourceTest.cpp",
1379 "loader/resource/FontResourceTest.cpp", 1379 "loader/resource/FontResourceTest.cpp",
1380 "loader/resource/ImageResourceTest.cpp", 1380 "loader/resource/ImageResourceTest.cpp",
1381 "loader/resource/MockFontResourceClient.cpp", 1381 "loader/resource/MockFontResourceClient.cpp",
1382 "loader/resource/MockFontResourceClient.h", 1382 "loader/resource/MockFontResourceClient.h",
1383 "loader/resource/MockImageResourceObserver.cpp", 1383 "loader/resource/MockImageResourceObserver.cpp",
1384 "loader/resource/MockImageResourceObserver.h", 1384 "loader/resource/MockImageResourceObserver.h",
1385 "loader/resource/MultipartImageResourceParserTest.cpp", 1385 "loader/resource/MultipartImageResourceParserTest.cpp",
1386 "origin_trials/OriginTrialContextTest.cpp", 1386 "origin_trials/OriginTrialContextTest.cpp",
1387 "page/ChromeClientTest.cpp", 1387 "page/ChromeClientTest.cpp",
1388 "page/DragControllerTest.cpp",
1388 "page/EffectiveNavigationPolicyTest.cpp", 1389 "page/EffectiveNavigationPolicyTest.cpp",
1389 "page/FocusControllerTest.cpp", 1390 "page/FocusControllerTest.cpp",
1390 "page/PagePopupClientTest.cpp", 1391 "page/PagePopupClientTest.cpp",
1391 "page/PrintContextTest.cpp", 1392 "page/PrintContextTest.cpp",
1392 "page/WindowFeaturesTest.cpp", 1393 "page/WindowFeaturesTest.cpp",
1393 "page/scrolling/ScrollStateTest.cpp", 1394 "page/scrolling/ScrollStateTest.cpp",
1394 "page/scrolling/SnapCoordinatorTest.cpp", 1395 "page/scrolling/SnapCoordinatorTest.cpp",
1395 "paint/BoxPaintInvalidatorTest.cpp", 1396 "paint/BoxPaintInvalidatorTest.cpp",
1396 "paint/FirstMeaningfulPaintDetectorTest.cpp", 1397 "paint/FirstMeaningfulPaintDetectorTest.cpp",
1397 "paint/HTMLCanvasPainterTest.cpp", 1398 "paint/HTMLCanvasPainterTest.cpp",
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
1486 sources = [ 1487 sources = [
1487 "frame/csp/ContentSecurityPolicyFuzzer.cpp", 1488 "frame/csp/ContentSecurityPolicyFuzzer.cpp",
1488 ] 1489 ]
1489 deps = [ 1490 deps = [
1490 ":core", 1491 ":core",
1491 "//third_party/WebKit/Source/platform:blink_fuzzer_test_support", 1492 "//third_party/WebKit/Source/platform:blink_fuzzer_test_support",
1492 ] 1493 ]
1493 dict = "//testing/libfuzzer/fuzzers/dicts/content_security_policy.dict" 1494 dict = "//testing/libfuzzer/fuzzers/dicts/content_security_policy.dict"
1494 seed_corpus = "//testing/libfuzzer/fuzzers/content_security_policy_corpus" 1495 seed_corpus = "//testing/libfuzzer/fuzzers/content_security_policy_corpus"
1495 } 1496 }
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