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 455 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
466 "web/WebCompositionUnderline.h", | 466 "web/WebCompositionUnderline.h", |
467 "web/WebConsoleMessage.h", | 467 "web/WebConsoleMessage.h", |
468 "web/WebContextMenuData.h", | 468 "web/WebContextMenuData.h", |
469 "web/WebCryptoNormalize.h", | 469 "web/WebCryptoNormalize.h", |
470 "web/WebCustomElement.h", | 470 "web/WebCustomElement.h", |
471 "web/WebDOMActivityLogger.h", | 471 "web/WebDOMActivityLogger.h", |
472 "web/WebDOMEvent.h", | 472 "web/WebDOMEvent.h", |
473 "web/WebDOMFileSystem.h", | 473 "web/WebDOMFileSystem.h", |
474 "web/WebDOMMediaStreamTrack.h", | 474 "web/WebDOMMediaStreamTrack.h", |
475 "web/WebDOMMessageEvent.h", | 475 "web/WebDOMMessageEvent.h", |
| 476 "web/WebDataSaverFlag.h", |
476 "web/WebDataSource.h", | 477 "web/WebDataSource.h", |
477 "web/WebDatabase.h", | 478 "web/WebDatabase.h", |
478 "web/WebDateTimeChooserCompletion.h", | 479 "web/WebDateTimeChooserCompletion.h", |
479 "web/WebDateTimeChooserParams.h", | 480 "web/WebDateTimeChooserParams.h", |
480 "web/WebDateTimeInputType.h", | 481 "web/WebDateTimeInputType.h", |
481 "web/WebDateTimeSuggestion.h", | 482 "web/WebDateTimeSuggestion.h", |
482 "web/WebDevToolsAgent.h", | 483 "web/WebDevToolsAgent.h", |
483 "web/WebDevToolsAgentClient.h", | 484 "web/WebDevToolsAgentClient.h", |
484 "web/WebDevToolsFrontend.h", | 485 "web/WebDevToolsFrontend.h", |
485 "web/WebDevToolsFrontendClient.h", | 486 "web/WebDevToolsFrontendClient.h", |
(...skipping 339 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
825 sources = [ | 826 sources = [ |
826 "web/ConsoleMessageStructTraits.cpp", | 827 "web/ConsoleMessageStructTraits.cpp", |
827 "web/ConsoleMessageStructTraits.h", | 828 "web/ConsoleMessageStructTraits.h", |
828 ] | 829 ] |
829 deps = [ | 830 deps = [ |
830 ":blink_headers", | 831 ":blink_headers", |
831 ":mojo_bindings_shared__generator", | 832 ":mojo_bindings_shared__generator", |
832 "//mojo/public/cpp/bindings:struct_traits", | 833 "//mojo/public/cpp/bindings:struct_traits", |
833 ] | 834 ] |
834 } | 835 } |
OLD | NEW |