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

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

Issue 2732483004: Reinitialize WindowProxy on navigations. (Closed)
Patch Set: . 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/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 373 matching lines...) Expand 10 before | Expand all | Expand 10 after
384 "tests/WebMeaningfulLayoutsTest.cpp", 384 "tests/WebMeaningfulLayoutsTest.cpp",
385 "tests/WebPluginContainerTest.cpp", 385 "tests/WebPluginContainerTest.cpp",
386 "tests/WebRangeTest.cpp", 386 "tests/WebRangeTest.cpp",
387 "tests/WebScopedWindowFocusAllowedIndicatorTest.cpp", 387 "tests/WebScopedWindowFocusAllowedIndicatorTest.cpp",
388 "tests/WebSearchableFormDataTest.cpp", 388 "tests/WebSearchableFormDataTest.cpp",
389 "tests/WebSelectorTest.cpp", 389 "tests/WebSelectorTest.cpp",
390 "tests/WebURLRequestTest.cpp", 390 "tests/WebURLRequestTest.cpp",
391 "tests/WebURLResponseTest.cpp", 391 "tests/WebURLResponseTest.cpp",
392 "tests/WebUserGestureTokenTest.cpp", 392 "tests/WebUserGestureTokenTest.cpp",
393 "tests/WebViewTest.cpp", 393 "tests/WebViewTest.cpp",
394 "tests/WindowProxyTest.cpp",
394 "tests/sim/SimCanvas.cpp", 395 "tests/sim/SimCanvas.cpp",
395 "tests/sim/SimCanvas.h", 396 "tests/sim/SimCanvas.h",
396 "tests/sim/SimCompositor.cpp", 397 "tests/sim/SimCompositor.cpp",
397 "tests/sim/SimCompositor.h", 398 "tests/sim/SimCompositor.h",
398 "tests/sim/SimDisplayItemList.cpp", 399 "tests/sim/SimDisplayItemList.cpp",
399 "tests/sim/SimDisplayItemList.h", 400 "tests/sim/SimDisplayItemList.h",
400 "tests/sim/SimNetwork.cpp", 401 "tests/sim/SimNetwork.cpp",
401 "tests/sim/SimNetwork.h", 402 "tests/sim/SimNetwork.h",
402 "tests/sim/SimPage.cpp", 403 "tests/sim/SimPage.cpp",
403 "tests/sim/SimPage.h", 404 "tests/sim/SimPage.h",
404 "tests/sim/SimRequest.cpp", 405 "tests/sim/SimRequest.cpp",
405 "tests/sim/SimRequest.h", 406 "tests/sim/SimRequest.h",
406 "tests/sim/SimTest.cpp", 407 "tests/sim/SimTest.cpp",
407 "tests/sim/SimTest.h", 408 "tests/sim/SimTest.h",
409 "tests/sim/SimWebFrameClient.cpp",
410 "tests/sim/SimWebFrameClient.h",
408 "tests/sim/SimWebViewClient.cpp", 411 "tests/sim/SimWebViewClient.cpp",
409 "tests/sim/SimWebViewClient.h", 412 "tests/sim/SimWebViewClient.h",
410 ] 413 ]
411 sources += bindings_unittest_files 414 sources += bindings_unittest_files
412 415
413 deps = [ 416 deps = [
414 ":test_support", 417 ":test_support",
415 ":web", 418 ":web",
416 "//base", 419 "//base",
417 "//base:i18n", 420 "//base:i18n",
(...skipping 27 matching lines...) Expand all
445 448
446 if (is_android) { 449 if (is_android) {
447 deps += [ 450 deps += [
448 "//base:base_java", 451 "//base:base_java",
449 "//content/public/android:content_java", 452 "//content/public/android:content_java",
450 "//content/shell/android:content_shell_assets", 453 "//content/shell/android:content_shell_assets",
451 "//net/android:net_java", 454 "//net/android:net_java",
452 ] 455 ]
453 } 456 }
454 } 457 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698