| 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 317 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 328 "platform/WebStorageQuotaType.h", | 328 "platform/WebStorageQuotaType.h", |
| 329 "platform/WebString.h", | 329 "platform/WebString.h", |
| 330 "platform/WebTextInputInfo.h", | 330 "platform/WebTextInputInfo.h", |
| 331 "platform/WebTextInputMode.h", | 331 "platform/WebTextInputMode.h", |
| 332 "platform/WebTextInputType.h", | 332 "platform/WebTextInputType.h", |
| 333 "platform/WebTextRun.h", | 333 "platform/WebTextRun.h", |
| 334 "platform/WebThemeEngine.h", | 334 "platform/WebThemeEngine.h", |
| 335 "platform/WebThread.h", | 335 "platform/WebThread.h", |
| 336 "platform/WebThreadSafeData.h", | 336 "platform/WebThreadSafeData.h", |
| 337 "platform/WebTimeRange.h", | 337 "platform/WebTimeRange.h", |
| 338 "platform/WebTouchAction.h", |
| 338 "platform/WebTouchEvent.h", | 339 "platform/WebTouchEvent.h", |
| 339 "platform/WebTouchPoint.h", | 340 "platform/WebTouchPoint.h", |
| 340 "platform/WebTraceLocation.h", | 341 "platform/WebTraceLocation.h", |
| 341 "platform/WebTrialTokenValidator.h", | 342 "platform/WebTrialTokenValidator.h", |
| 342 "platform/WebURL.h", | 343 "platform/WebURL.h", |
| 343 "platform/WebURLError.h", | 344 "platform/WebURLError.h", |
| 344 "platform/WebURLLoadTiming.h", | 345 "platform/WebURLLoadTiming.h", |
| 345 "platform/WebURLLoader.h", | 346 "platform/WebURLLoader.h", |
| 346 "platform/WebURLLoaderClient.h", | 347 "platform/WebURLLoaderClient.h", |
| 347 "platform/WebURLLoaderMockFactory.h", | 348 "platform/WebURLLoaderMockFactory.h", |
| (...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 585 "web/WebSpellCheckClient.h", | 586 "web/WebSpellCheckClient.h", |
| 586 "web/WebStorageEventDispatcher.h", | 587 "web/WebStorageEventDispatcher.h", |
| 587 "web/WebSurroundingText.h", | 588 "web/WebSurroundingText.h", |
| 588 "web/WebTestingSupport.h", | 589 "web/WebTestingSupport.h", |
| 589 "web/WebTextCheckClient.h", | 590 "web/WebTextCheckClient.h", |
| 590 "web/WebTextCheckingCompletion.h", | 591 "web/WebTextCheckingCompletion.h", |
| 591 "web/WebTextCheckingResult.h", | 592 "web/WebTextCheckingResult.h", |
| 592 "web/WebTextDecorationType.h", | 593 "web/WebTextDecorationType.h", |
| 593 "web/WebTextDirection.h", | 594 "web/WebTextDirection.h", |
| 594 "web/WebTextInputType.h", | 595 "web/WebTextInputType.h", |
| 595 "web/WebTouchAction.h", | |
| 596 "web/WebTreeScopeType.h", | 596 "web/WebTreeScopeType.h", |
| 597 "web/WebUserGestureIndicator.h", | 597 "web/WebUserGestureIndicator.h", |
| 598 "web/WebUserGestureToken.h", | 598 "web/WebUserGestureToken.h", |
| 599 "web/WebUserMediaClient.h", | 599 "web/WebUserMediaClient.h", |
| 600 "web/WebUserMediaRequest.h", | 600 "web/WebUserMediaRequest.h", |
| 601 "web/WebView.h", | 601 "web/WebView.h", |
| 602 "web/WebViewClient.h", | 602 "web/WebViewClient.h", |
| 603 "web/WebWidget.h", | 603 "web/WebWidget.h", |
| 604 "web/WebWidgetClient.h", | 604 "web/WebWidgetClient.h", |
| 605 "web/WebWindowFeatures.h", | 605 "web/WebWindowFeatures.h", |
| (...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 811 sources = [ | 811 sources = [ |
| 812 "web/ConsoleMessageStructTraits.cpp", | 812 "web/ConsoleMessageStructTraits.cpp", |
| 813 "web/ConsoleMessageStructTraits.h", | 813 "web/ConsoleMessageStructTraits.h", |
| 814 ] | 814 ] |
| 815 deps = [ | 815 deps = [ |
| 816 ":blink_headers", | 816 ":blink_headers", |
| 817 ":mojo_bindings_shared__generator", | 817 ":mojo_bindings_shared__generator", |
| 818 "//mojo/public/cpp/bindings:struct_traits", | 818 "//mojo/public/cpp/bindings:struct_traits", |
| 819 ] | 819 ] |
| 820 } | 820 } |
| OLD | NEW |