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

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

Issue 2399463007: AssociatedURLLoader shouldn't derive from WebURLLoader (Closed)
Patch Set: Remove blank line 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("//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 399 matching lines...) Expand 10 before | Expand all | Expand 10 after
410 "platform/scheduler/test/fake_renderer_scheduler.h", 410 "platform/scheduler/test/fake_renderer_scheduler.h",
411 "platform/scheduler/test/mock_renderer_scheduler.h", 411 "platform/scheduler/test/mock_renderer_scheduler.h",
412 "platform/scheduler/test/renderer_scheduler_test_support.h", 412 "platform/scheduler/test/renderer_scheduler_test_support.h",
413 "platform/scheduler/utility/webthread_impl_for_utility_thread.h", 413 "platform/scheduler/utility/webthread_impl_for_utility_thread.h",
414 "web/WebAXEnums.h", 414 "web/WebAXEnums.h",
415 "web/WebAXObject.h", 415 "web/WebAXObject.h",
416 "web/WebActiveWheelFlingParameters.h", 416 "web/WebActiveWheelFlingParameters.h",
417 "web/WebArrayBuffer.h", 417 "web/WebArrayBuffer.h",
418 "web/WebArrayBufferConverter.h", 418 "web/WebArrayBufferConverter.h",
419 "web/WebArrayBufferView.h", 419 "web/WebArrayBufferView.h",
420 "web/WebAssociatedURLLoaderOptions.h",
420 "web/WebAutofillClient.h", 421 "web/WebAutofillClient.h",
421 "web/WebBlob.h", 422 "web/WebBlob.h",
422 "web/WebCSSParser.h", 423 "web/WebCSSParser.h",
423 "web/WebCache.h", 424 "web/WebCache.h",
424 "web/WebColorChooser.h", 425 "web/WebColorChooser.h",
425 "web/WebColorChooserClient.h", 426 "web/WebColorChooserClient.h",
426 "web/WebColorSuggestion.h", 427 "web/WebColorSuggestion.h",
427 "web/WebCompositionUnderline.h", 428 "web/WebCompositionUnderline.h",
428 "web/WebConsoleMessage.h", 429 "web/WebConsoleMessage.h",
429 "web/WebContentSecurityPolicy.h", 430 "web/WebContentSecurityPolicy.h",
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
548 "web/WebSurroundingText.h", 549 "web/WebSurroundingText.h",
549 "web/WebTestingSupport.h", 550 "web/WebTestingSupport.h",
550 "web/WebTextCheckingCompletion.h", 551 "web/WebTextCheckingCompletion.h",
551 "web/WebTextCheckingResult.h", 552 "web/WebTextCheckingResult.h",
552 "web/WebTextDecorationType.h", 553 "web/WebTextDecorationType.h",
553 "web/WebTextDirection.h", 554 "web/WebTextDirection.h",
554 "web/WebTextInputInfo.h", 555 "web/WebTextInputInfo.h",
555 "web/WebTextInputType.h", 556 "web/WebTextInputType.h",
556 "web/WebTouchAction.h", 557 "web/WebTouchAction.h",
557 "web/WebTreeScopeType.h", 558 "web/WebTreeScopeType.h",
558 "web/WebURLLoaderOptions.h",
559 "web/WebUserGestureIndicator.h", 559 "web/WebUserGestureIndicator.h",
560 "web/WebUserGestureToken.h", 560 "web/WebUserGestureToken.h",
561 "web/WebUserMediaClient.h", 561 "web/WebUserMediaClient.h",
562 "web/WebUserMediaRequest.h", 562 "web/WebUserMediaRequest.h",
563 "web/WebView.h", 563 "web/WebView.h",
564 "web/WebViewClient.h", 564 "web/WebViewClient.h",
565 "web/WebWidget.h", 565 "web/WebWidget.h",
566 "web/WebWidgetClient.h", 566 "web/WebWidgetClient.h",
567 "web/WebWindowFeatures.h", 567 "web/WebWindowFeatures.h",
568 "web/WebWorkerContentSettingsClientProxy.h", 568 "web/WebWorkerContentSettingsClientProxy.h",
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
742 # relegated to a separate target to avoid duplication between the variants. 742 # relegated to a separate target to avoid duplication between the variants.
743 source_set("shared_typemap_traits") { 743 source_set("shared_typemap_traits") {
744 visibility = [ ":*" ] 744 visibility = [ ":*" ]
745 sources = [ 745 sources = [
746 "web/WindowFeaturesStructTraits.cpp", 746 "web/WindowFeaturesStructTraits.cpp",
747 ] 747 ]
748 deps = [ 748 deps = [
749 ":new_wrapper_types_mojo_bindings_shared__generator", 749 ":new_wrapper_types_mojo_bindings_shared__generator",
750 ] 750 ]
751 } 751 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698