| 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 589 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 600 "web/WebTextCheckingResult.h", | 600 "web/WebTextCheckingResult.h", |
| 601 "web/WebTextDecorationType.h", | 601 "web/WebTextDecorationType.h", |
| 602 "web/WebTextDirection.h", | 602 "web/WebTextDirection.h", |
| 603 "web/WebTextInputType.h", | 603 "web/WebTextInputType.h", |
| 604 "web/WebTreeScopeType.h", | 604 "web/WebTreeScopeType.h", |
| 605 "web/WebTriggeringEventInfo.h", | 605 "web/WebTriggeringEventInfo.h", |
| 606 "web/WebUserGestureIndicator.h", | 606 "web/WebUserGestureIndicator.h", |
| 607 "web/WebUserGestureToken.h", | 607 "web/WebUserGestureToken.h", |
| 608 "web/WebUserMediaClient.h", | 608 "web/WebUserMediaClient.h", |
| 609 "web/WebUserMediaRequest.h", | 609 "web/WebUserMediaRequest.h", |
| 610 "web/WebV8SnapshotUtil.h", |
| 610 "web/WebView.h", | 611 "web/WebView.h", |
| 611 "web/WebViewClient.h", | 612 "web/WebViewClient.h", |
| 612 "web/WebWidget.h", | 613 "web/WebWidget.h", |
| 613 "web/WebWidgetClient.h", | 614 "web/WebWidgetClient.h", |
| 614 "web/WebWindowFeatures.h", | 615 "web/WebWindowFeatures.h", |
| 615 "web/linux/WebFontRendering.h", | 616 "web/linux/WebFontRendering.h", |
| 616 "web/mac/WebSubstringUtil.h", | 617 "web/mac/WebSubstringUtil.h", |
| 617 "web/mac/WebSubstringUtil.h", | 618 "web/mac/WebSubstringUtil.h", |
| 618 "web/modules/password_manager/WebFormElementObserver.h", | 619 "web/modules/password_manager/WebFormElementObserver.h", |
| 619 "web/modules/password_manager/WebFormElementObserverCallback.h", | 620 "web/modules/password_manager/WebFormElementObserverCallback.h", |
| (...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 842 sources = [ | 843 sources = [ |
| 843 "web/ConsoleMessageStructTraits.cpp", | 844 "web/ConsoleMessageStructTraits.cpp", |
| 844 "web/ConsoleMessageStructTraits.h", | 845 "web/ConsoleMessageStructTraits.h", |
| 845 ] | 846 ] |
| 846 deps = [ | 847 deps = [ |
| 847 ":blink_headers", | 848 ":blink_headers", |
| 848 ":mojo_bindings_shared__generator", | 849 ":mojo_bindings_shared__generator", |
| 849 "//mojo/public/cpp/bindings:struct_traits", | 850 "//mojo/public/cpp/bindings:struct_traits", |
| 850 ] | 851 ] |
| 851 } | 852 } |
| OLD | NEW |