| 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 573 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 584 "web/WebSpellCheckClient.h", | 584 "web/WebSpellCheckClient.h", |
| 585 "web/WebStorageEventDispatcher.h", | 585 "web/WebStorageEventDispatcher.h", |
| 586 "web/WebSurroundingText.h", | 586 "web/WebSurroundingText.h", |
| 587 "web/WebTestingSupport.h", | 587 "web/WebTestingSupport.h", |
| 588 "web/WebTextCheckClient.h", | 588 "web/WebTextCheckClient.h", |
| 589 "web/WebTextCheckingCompletion.h", | 589 "web/WebTextCheckingCompletion.h", |
| 590 "web/WebTextCheckingResult.h", | 590 "web/WebTextCheckingResult.h", |
| 591 "web/WebTextDecorationType.h", | 591 "web/WebTextDecorationType.h", |
| 592 "web/WebTextDirection.h", | 592 "web/WebTextDirection.h", |
| 593 "web/WebTextInputType.h", | 593 "web/WebTextInputType.h", |
| 594 "web/WebTouchAction.h", | |
| 595 "web/WebTreeScopeType.h", | 594 "web/WebTreeScopeType.h", |
| 596 "web/WebUserGestureIndicator.h", | 595 "web/WebUserGestureIndicator.h", |
| 597 "web/WebUserGestureToken.h", | 596 "web/WebUserGestureToken.h", |
| 598 "web/WebUserMediaClient.h", | 597 "web/WebUserMediaClient.h", |
| 599 "web/WebUserMediaRequest.h", | 598 "web/WebUserMediaRequest.h", |
| 600 "web/WebView.h", | 599 "web/WebView.h", |
| 601 "web/WebViewClient.h", | 600 "web/WebViewClient.h", |
| 602 "web/WebWidget.h", | 601 "web/WebWidget.h", |
| 603 "web/WebWidgetClient.h", | 602 "web/WebWidgetClient.h", |
| 604 "web/WebWindowFeatures.h", | 603 "web/WebWindowFeatures.h", |
| (...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 810 sources = [ | 809 sources = [ |
| 811 "web/ConsoleMessageStructTraits.cpp", | 810 "web/ConsoleMessageStructTraits.cpp", |
| 812 "web/ConsoleMessageStructTraits.h", | 811 "web/ConsoleMessageStructTraits.h", |
| 813 ] | 812 ] |
| 814 deps = [ | 813 deps = [ |
| 815 ":blink_headers", | 814 ":blink_headers", |
| 816 ":mojo_bindings_shared__generator", | 815 ":mojo_bindings_shared__generator", |
| 817 "//mojo/public/cpp/bindings:struct_traits", | 816 "//mojo/public/cpp/bindings:struct_traits", |
| 818 ] | 817 ] |
| 819 } | 818 } |
| OLD | NEW |