| OLD | NEW |
| 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/buildflag_header.gni") | 5 import("//build/buildflag_header.gni") |
| 6 import("//mojo/public/tools/bindings/mojom.gni") | 6 import("//mojo/public/tools/bindings/mojom.gni") |
| 7 import("//third_party/WebKit/public/public_features.gni") | 7 import("//third_party/WebKit/public/public_features.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("//tools/grit/grit_rule.gni") | 10 import("//tools/grit/grit_rule.gni") |
| (...skipping 593 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 604 "web/WebTextCheckingResult.h", | 604 "web/WebTextCheckingResult.h", |
| 605 "web/WebTextDecorationType.h", | 605 "web/WebTextDecorationType.h", |
| 606 "web/WebTextDirection.h", | 606 "web/WebTextDirection.h", |
| 607 "web/WebTextInputType.h", | 607 "web/WebTextInputType.h", |
| 608 "web/WebTreeScopeType.h", | 608 "web/WebTreeScopeType.h", |
| 609 "web/WebTriggeringEventInfo.h", | 609 "web/WebTriggeringEventInfo.h", |
| 610 "web/WebUserGestureIndicator.h", | 610 "web/WebUserGestureIndicator.h", |
| 611 "web/WebUserGestureToken.h", | 611 "web/WebUserGestureToken.h", |
| 612 "web/WebUserMediaClient.h", | 612 "web/WebUserMediaClient.h", |
| 613 "web/WebUserMediaRequest.h", | 613 "web/WebUserMediaRequest.h", |
| 614 "web/WebV8ContextSnapshot.h", | |
| 615 "web/WebView.h", | 614 "web/WebView.h", |
| 616 "web/WebViewClient.h", | 615 "web/WebViewClient.h", |
| 617 "web/WebWidget.h", | 616 "web/WebWidget.h", |
| 618 "web/WebWidgetClient.h", | 617 "web/WebWidgetClient.h", |
| 619 "web/WebWindowFeatures.h", | 618 "web/WebWindowFeatures.h", |
| 620 "web/linux/WebFontRendering.h", | 619 "web/linux/WebFontRendering.h", |
| 621 "web/mac/WebSubstringUtil.h", | 620 "web/mac/WebSubstringUtil.h", |
| 622 "web/mac/WebSubstringUtil.h", | 621 "web/mac/WebSubstringUtil.h", |
| 623 "web/modules/password_manager/WebFormElementObserver.h", | 622 "web/modules/password_manager/WebFormElementObserver.h", |
| 624 "web/modules/password_manager/WebFormElementObserverCallback.h", | 623 "web/modules/password_manager/WebFormElementObserverCallback.h", |
| (...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 870 sources = [ | 869 sources = [ |
| 871 "web/ConsoleMessageStructTraits.cpp", | 870 "web/ConsoleMessageStructTraits.cpp", |
| 872 "web/ConsoleMessageStructTraits.h", | 871 "web/ConsoleMessageStructTraits.h", |
| 873 ] | 872 ] |
| 874 deps = [ | 873 deps = [ |
| 875 ":blink_headers", | 874 ":blink_headers", |
| 876 ":mojo_bindings_shared__generator", | 875 ":mojo_bindings_shared__generator", |
| 877 "//mojo/public/cpp/bindings:struct_traits", | 876 "//mojo/public/cpp/bindings:struct_traits", |
| 878 ] | 877 ] |
| 879 } | 878 } |
| OLD | NEW |