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

Side by Side Diff: third_party/WebKit/public/BUILD.gn

Issue 2399463007: AssociatedURLLoader shouldn't derive from WebURLLoader (Closed)
Patch Set: Rebase Created 4 years, 1 month 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("//mojo/public/tools/bindings/mojom.gni") 5 import("//mojo/public/tools/bindings/mojom.gni")
6 import("//third_party/WebKit/Source/config.gni") 6 import("//third_party/WebKit/Source/config.gni")
7 import("//tools/grit/grit_rule.gni") 7 import("//tools/grit/grit_rule.gni")
8 8
9 if (is_android) { 9 if (is_android) {
10 import("//build/config/android/rules.gni") 10 import("//build/config/android/rules.gni")
(...skipping 403 matching lines...) Expand 10 before | Expand all | Expand 10 after
414 "platform/scheduler/test/fake_renderer_scheduler.h", 414 "platform/scheduler/test/fake_renderer_scheduler.h",
415 "platform/scheduler/test/mock_renderer_scheduler.h", 415 "platform/scheduler/test/mock_renderer_scheduler.h",
416 "platform/scheduler/test/renderer_scheduler_test_support.h", 416 "platform/scheduler/test/renderer_scheduler_test_support.h",
417 "platform/scheduler/utility/webthread_impl_for_utility_thread.h", 417 "platform/scheduler/utility/webthread_impl_for_utility_thread.h",
418 "web/WebAXEnums.h", 418 "web/WebAXEnums.h",
419 "web/WebAXObject.h", 419 "web/WebAXObject.h",
420 "web/WebActiveWheelFlingParameters.h", 420 "web/WebActiveWheelFlingParameters.h",
421 "web/WebArrayBuffer.h", 421 "web/WebArrayBuffer.h",
422 "web/WebArrayBufferConverter.h", 422 "web/WebArrayBufferConverter.h",
423 "web/WebArrayBufferView.h", 423 "web/WebArrayBufferView.h",
424 "web/WebAssociatedURLLoaderOptions.h",
424 "web/WebAutofillClient.h", 425 "web/WebAutofillClient.h",
425 "web/WebBlob.h", 426 "web/WebBlob.h",
426 "web/WebCSSParser.h", 427 "web/WebCSSParser.h",
427 "web/WebCache.h", 428 "web/WebCache.h",
428 "web/WebColorChooser.h", 429 "web/WebColorChooser.h",
429 "web/WebColorChooserClient.h", 430 "web/WebColorChooserClient.h",
430 "web/WebColorSuggestion.h", 431 "web/WebColorSuggestion.h",
431 "web/WebCompositionUnderline.h", 432 "web/WebCompositionUnderline.h",
432 "web/WebConsoleMessage.h", 433 "web/WebConsoleMessage.h",
433 "web/WebContentSecurityPolicy.h", 434 "web/WebContentSecurityPolicy.h",
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
551 "web/WebSpellCheckClient.h", 552 "web/WebSpellCheckClient.h",
552 "web/WebStorageEventDispatcher.h", 553 "web/WebStorageEventDispatcher.h",
553 "web/WebSurroundingText.h", 554 "web/WebSurroundingText.h",
554 "web/WebTestingSupport.h", 555 "web/WebTestingSupport.h",
555 "web/WebTextCheckingCompletion.h", 556 "web/WebTextCheckingCompletion.h",
556 "web/WebTextCheckingResult.h", 557 "web/WebTextCheckingResult.h",
557 "web/WebTextDecorationType.h", 558 "web/WebTextDecorationType.h",
558 "web/WebTextDirection.h", 559 "web/WebTextDirection.h",
559 "web/WebTouchAction.h", 560 "web/WebTouchAction.h",
560 "web/WebTreeScopeType.h", 561 "web/WebTreeScopeType.h",
561 "web/WebURLLoaderOptions.h",
562 "web/WebUserGestureIndicator.h", 562 "web/WebUserGestureIndicator.h",
563 "web/WebUserGestureToken.h", 563 "web/WebUserGestureToken.h",
564 "web/WebUserMediaClient.h", 564 "web/WebUserMediaClient.h",
565 "web/WebUserMediaRequest.h", 565 "web/WebUserMediaRequest.h",
566 "web/WebView.h", 566 "web/WebView.h",
567 "web/WebViewClient.h", 567 "web/WebViewClient.h",
568 "web/WebWidget.h", 568 "web/WebWidget.h",
569 "web/WebWidgetClient.h", 569 "web/WebWidgetClient.h",
570 "web/WebWindowFeatures.h", 570 "web/WebWindowFeatures.h",
571 "web/WebWorkerContentSettingsClientProxy.h", 571 "web/WebWorkerContentSettingsClientProxy.h",
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
746 # relegated to a separate target to avoid duplication between the variants. 746 # relegated to a separate target to avoid duplication between the variants.
747 source_set("shared_typemap_traits") { 747 source_set("shared_typemap_traits") {
748 visibility = [ ":*" ] 748 visibility = [ ":*" ]
749 sources = [ 749 sources = [
750 "web/WindowFeaturesStructTraits.cpp", 750 "web/WindowFeaturesStructTraits.cpp",
751 ] 751 ]
752 deps = [ 752 deps = [
753 ":new_wrapper_types_mojo_bindings_shared__generator", 753 ":new_wrapper_types_mojo_bindings_shared__generator",
754 ] 754 ]
755 } 755 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp ('k') | third_party/WebKit/public/web/WebAssociatedURLLoader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698