| 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 590 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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", |
| 606 "web/WebWorkerContentSettingsClientProxy.h", | 606 "web/WebWorkerContentSettingsClientProxy.h", |
| 607 "web/linux/WebFontRendering.h", | 607 "web/linux/WebFontRendering.h", |
| 608 "web/mac/WebScrollbarTheme.h", | 608 "web/mac/WebScrollbarTheme.h", |
| 609 "web/mac/WebSubstringUtil.h", | 609 "web/mac/WebSubstringUtil.h", |
| 610 "web/mac/WebSubstringUtil.h", | 610 "web/mac/WebSubstringUtil.h", |
| 611 "web/modules/password_manager/WebFormElementObserver.h", |
| 612 "web/modules/password_manager/WebFormElementObserverCallback.h", |
| 611 "web/modules/serviceworker/WebServiceWorkerContextClient.h", | 613 "web/modules/serviceworker/WebServiceWorkerContextClient.h", |
| 612 "web/modules/serviceworker/WebServiceWorkerContextProxy.h", | 614 "web/modules/serviceworker/WebServiceWorkerContextProxy.h", |
| 613 "web/win/WebFontRendering.h", | 615 "web/win/WebFontRendering.h", |
| 614 ] | 616 ] |
| 615 | 617 |
| 616 if (is_android) { | 618 if (is_android) { |
| 617 # Android uses some Linux sources, put those back. | 619 # Android uses some Linux sources, put those back. |
| 618 set_sources_assignment_filter([]) | 620 set_sources_assignment_filter([]) |
| 619 sources += [ | 621 sources += [ |
| 620 "platform/linux/WebFontRenderStyle.h", | 622 "platform/linux/WebFontRenderStyle.h", |
| (...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 811 sources = [ | 813 sources = [ |
| 812 "web/ConsoleMessageStructTraits.cpp", | 814 "web/ConsoleMessageStructTraits.cpp", |
| 813 "web/ConsoleMessageStructTraits.h", | 815 "web/ConsoleMessageStructTraits.h", |
| 814 ] | 816 ] |
| 815 deps = [ | 817 deps = [ |
| 816 ":blink_headers", | 818 ":blink_headers", |
| 817 ":mojo_bindings_shared__generator", | 819 ":mojo_bindings_shared__generator", |
| 818 "//mojo/public/cpp/bindings:struct_traits", | 820 "//mojo/public/cpp/bindings:struct_traits", |
| 819 ] | 821 ] |
| 820 } | 822 } |
| OLD | NEW |