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

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

Issue 2729613007: Fixing a crash in MediaCustomControlsFullscreenDetector when the page is destroyed (Closed)
Patch Set: rebased 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
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 1551 matching lines...) Expand 10 before | Expand all | Expand 10 after
1562 "scheduler/child/scheduler_tqm_delegate_for_test.cc", 1562 "scheduler/child/scheduler_tqm_delegate_for_test.cc",
1563 "scheduler/test/fake_renderer_scheduler.cc", 1563 "scheduler/test/fake_renderer_scheduler.cc",
1564 "scheduler/test/fake_web_task_runner.cc", 1564 "scheduler/test/fake_web_task_runner.cc",
1565 "scheduler/test/fake_web_task_runner.h", 1565 "scheduler/test/fake_web_task_runner.h",
1566 "scheduler/test/lazy_scheduler_message_loop_delegate_for_tests.cc", 1566 "scheduler/test/lazy_scheduler_message_loop_delegate_for_tests.cc",
1567 "scheduler/test/lazy_scheduler_message_loop_delegate_for_tests.h", 1567 "scheduler/test/lazy_scheduler_message_loop_delegate_for_tests.h",
1568 "scheduler/test/renderer_scheduler_test_support.cc", 1568 "scheduler/test/renderer_scheduler_test_support.cc",
1569 "scroll/ScrollbarTestSuite.h", 1569 "scroll/ScrollbarTestSuite.h",
1570 "testing/CompositorTest.cpp", 1570 "testing/CompositorTest.cpp",
1571 "testing/CompositorTest.h", 1571 "testing/CompositorTest.h",
1572 "testing/EmptyWebMediaPlayer.cpp",
1573 "testing/EmptyWebMediaPlayer.h",
1572 "testing/FakeDisplayItemClient.h", 1574 "testing/FakeDisplayItemClient.h",
1573 "testing/FakeGraphicsLayer.h", 1575 "testing/FakeGraphicsLayer.h",
1574 "testing/FakeGraphicsLayerClient.h", 1576 "testing/FakeGraphicsLayerClient.h",
1575 "testing/FontTestHelpers.cpp", 1577 "testing/FontTestHelpers.cpp",
1576 "testing/FontTestHelpers.h", 1578 "testing/FontTestHelpers.h",
1577 "testing/FuzzedDataProvider.cpp", 1579 "testing/FuzzedDataProvider.cpp",
1578 "testing/FuzzedDataProvider.h", 1580 "testing/FuzzedDataProvider.h",
1579 "testing/GeometryPrinters.cpp", 1581 "testing/GeometryPrinters.cpp",
1580 "testing/GeometryPrinters.h", 1582 "testing/GeometryPrinters.h",
1581 "testing/HistogramTester.cpp", 1583 "testing/HistogramTester.cpp",
(...skipping 480 matching lines...) Expand 10 before | Expand all | Expand 10 after
2062 "//third_party/WebKit/Source:config", 2064 "//third_party/WebKit/Source:config",
2063 "//third_party/WebKit/Source:inside_blink", 2065 "//third_party/WebKit/Source:inside_blink",
2064 ] 2066 ]
2065 2067
2066 deps = [ 2068 deps = [
2067 ":test_support", 2069 ":test_support",
2068 "//testing/gmock", 2070 "//testing/gmock",
2069 "//testing/gtest", 2071 "//testing/gtest",
2070 ] 2072 ]
2071 } 2073 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698