| 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 510 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 521 "web/WebIconURL.h", | 521 "web/WebIconURL.h", |
| 522 "web/WebImageCache.h", | 522 "web/WebImageCache.h", |
| 523 "web/WebImageDecoder.h", | 523 "web/WebImageDecoder.h", |
| 524 "web/WebInputElement.h", | 524 "web/WebInputElement.h", |
| 525 "web/WebInputMethodController.h", | 525 "web/WebInputMethodController.h", |
| 526 "web/WebKit.h", | 526 "web/WebKit.h", |
| 527 "web/WebLabelElement.h", | 527 "web/WebLabelElement.h", |
| 528 "web/WebLanguageDetectionDetails.h", | 528 "web/WebLanguageDetectionDetails.h", |
| 529 "web/WebLeakDetector.h", | 529 "web/WebLeakDetector.h", |
| 530 "web/WebLocalFrame.h", | 530 "web/WebLocalFrame.h", |
| 531 "web/WebLockRequestCompletion.h", |
| 531 "web/WebMeaningfulLayout.h", | 532 "web/WebMeaningfulLayout.h", |
| 532 "web/WebMediaDeviceChangeObserver.h", | 533 "web/WebMediaDeviceChangeObserver.h", |
| 533 "web/WebMediaDevicesRequest.h", | 534 "web/WebMediaDevicesRequest.h", |
| 534 "web/WebMediaPlayerAction.h", | 535 "web/WebMediaPlayerAction.h", |
| 535 "web/WebMediaStreamRegistry.h", | 536 "web/WebMediaStreamRegistry.h", |
| 536 "web/WebMemoryStatistics.h", | 537 "web/WebMemoryStatistics.h", |
| 537 "web/WebMenuItemInfo.h", | 538 "web/WebMenuItemInfo.h", |
| 538 "web/WebMetaElement.h", | 539 "web/WebMetaElement.h", |
| 539 "web/WebNavigationPolicy.h", | 540 "web/WebNavigationPolicy.h", |
| 540 "web/WebNavigationType.h", | 541 "web/WebNavigationType.h", |
| (...skipping 261 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 802 source_set("shared_typemap_traits") { | 803 source_set("shared_typemap_traits") { |
| 803 visibility = [ ":*" ] | 804 visibility = [ ":*" ] |
| 804 sources = [ | 805 sources = [ |
| 805 "web/ConsoleMessageStructTraits.cpp", | 806 "web/ConsoleMessageStructTraits.cpp", |
| 806 "web/ConsoleMessageStructTraits.h", | 807 "web/ConsoleMessageStructTraits.h", |
| 807 ] | 808 ] |
| 808 deps = [ | 809 deps = [ |
| 809 ":mojo_bindings_shared__generator", | 810 ":mojo_bindings_shared__generator", |
| 810 ] | 811 ] |
| 811 } | 812 } |
| OLD | NEW |