| 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 479 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 490 "web/WebEmbeddedWorker.h", | 490 "web/WebEmbeddedWorker.h", |
| 491 "web/WebEmbeddedWorkerStartData.h", | 491 "web/WebEmbeddedWorkerStartData.h", |
| 492 "web/WebExceptionCode.h", | 492 "web/WebExceptionCode.h", |
| 493 "web/WebExternalPopupMenu.h", | 493 "web/WebExternalPopupMenu.h", |
| 494 "web/WebExternalPopupMenuClient.h", | 494 "web/WebExternalPopupMenuClient.h", |
| 495 "web/WebFileChooserCompletion.h", | 495 "web/WebFileChooserCompletion.h", |
| 496 "web/WebFileChooserParams.h", | 496 "web/WebFileChooserParams.h", |
| 497 "web/WebFindOptions.h", | 497 "web/WebFindOptions.h", |
| 498 "web/WebFormControlElement.h", | 498 "web/WebFormControlElement.h", |
| 499 "web/WebFormElement.h", | 499 "web/WebFormElement.h", |
| 500 "web/WebFormElementObserverCallback.h", |
| 500 "web/WebFrame.h", | 501 "web/WebFrame.h", |
| 501 "web/WebFrameClient.h", | 502 "web/WebFrameClient.h", |
| 502 "web/WebFrameContentDumper.h", | 503 "web/WebFrameContentDumper.h", |
| 503 "web/WebFrameLoadType.h", | 504 "web/WebFrameLoadType.h", |
| 504 "web/WebFrameOwnerProperties.h", | 505 "web/WebFrameOwnerProperties.h", |
| 505 "web/WebFrameSerializer.h", | 506 "web/WebFrameSerializer.h", |
| 506 "web/WebFrameSerializerCacheControlPolicy.h", | 507 "web/WebFrameSerializerCacheControlPolicy.h", |
| 507 "web/WebFrameSerializerClient.h", | 508 "web/WebFrameSerializerClient.h", |
| 508 "web/WebFrameWidget.h", | 509 "web/WebFrameWidget.h", |
| 509 "web/WebHeap.h", | 510 "web/WebHeap.h", |
| (...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 811 sources = [ | 812 sources = [ |
| 812 "web/ConsoleMessageStructTraits.cpp", | 813 "web/ConsoleMessageStructTraits.cpp", |
| 813 "web/ConsoleMessageStructTraits.h", | 814 "web/ConsoleMessageStructTraits.h", |
| 814 ] | 815 ] |
| 815 deps = [ | 816 deps = [ |
| 816 ":blink_headers", | 817 ":blink_headers", |
| 817 ":mojo_bindings_shared__generator", | 818 ":mojo_bindings_shared__generator", |
| 818 "//mojo/public/cpp/bindings:struct_traits", | 819 "//mojo/public/cpp/bindings:struct_traits", |
| 819 ] | 820 ] |
| 820 } | 821 } |
| OLD | NEW |