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

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

Issue 2432933005: Revert "Log to UMA why we would load a third-party frame" (Closed)
Patch Set: Created 4 years, 2 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/ui.gni") 5 import("//build/config/ui.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 import("//third_party/WebKit/Source/bindings/bindings.gni") 7 import("//third_party/WebKit/Source/bindings/bindings.gni")
8 import("//third_party/WebKit/Source/config.gni") 8 import("//third_party/WebKit/Source/config.gni")
9 import("//third_party/WebKit/Source/core/core.gni") 9 import("//third_party/WebKit/Source/core/core.gni")
10 import("//third_party/WebKit/Source/modules/modules.gni") 10 import("//third_party/WebKit/Source/modules/modules.gni")
(...skipping 305 matching lines...) Expand 10 before | Expand all | Expand 10 after
316 "WebDragDataTest.cpp", 316 "WebDragDataTest.cpp",
317 "WebElementTest.cpp", 317 "WebElementTest.cpp",
318 "WebEmbeddedWorkerImplTest.cpp", 318 "WebEmbeddedWorkerImplTest.cpp",
319 "WebNodeTest.cpp", 319 "WebNodeTest.cpp",
320 320
321 # FIXME: Move the tests from web/tests/ to appropriate places. 321 # FIXME: Move the tests from web/tests/ to appropriate places.
322 # crbug.com/353585 322 # crbug.com/353585
323 "tests/ActivityLoggerTest.cpp", 323 "tests/ActivityLoggerTest.cpp",
324 "tests/ChromeClientImplTest.cpp", 324 "tests/ChromeClientImplTest.cpp",
325 "tests/CompositorWorkerTest.cpp", 325 "tests/CompositorWorkerTest.cpp",
326 "tests/DeferredLoadingTest.cpp",
327 "tests/DocumentLoaderTest.cpp", 326 "tests/DocumentLoaderTest.cpp",
328 "tests/DocumentLoadingRenderingTest.cpp", 327 "tests/DocumentLoadingRenderingTest.cpp",
329 "tests/FakeWebPlugin.cpp", 328 "tests/FakeWebPlugin.cpp",
330 "tests/FakeWebPlugin.h", 329 "tests/FakeWebPlugin.h",
331 "tests/FrameLoaderClientImplTest.cpp", 330 "tests/FrameLoaderClientImplTest.cpp",
332 "tests/FrameSerializerTest.cpp", 331 "tests/FrameSerializerTest.cpp",
333 "tests/FrameTestHelpers.cpp", 332 "tests/FrameTestHelpers.cpp",
334 "tests/FrameTestHelpers.h", 333 "tests/FrameTestHelpers.h",
335 "tests/FrameThrottlingTest.cpp", 334 "tests/FrameThrottlingTest.cpp",
336 "tests/ImeOnFocusTest.cpp", 335 "tests/ImeOnFocusTest.cpp",
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
425 424
426 if (is_android) { 425 if (is_android) {
427 deps += [ 426 deps += [
428 "//base:base_java", 427 "//base:base_java",
429 "//content/public/android:content_java", 428 "//content/public/android:content_java",
430 "//content/shell/android:content_shell_assets", 429 "//content/shell/android:content_shell_assets",
431 "//net/android:net_java", 430 "//net/android:net_java",
432 ] 431 ]
433 } 432 }
434 } 433 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp ('k') | third_party/WebKit/Source/web/tests/DeferredLoadingTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698