| 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 320 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 331 "platform/WebSpeechSynthesisVoice.h", | 331 "platform/WebSpeechSynthesisVoice.h", |
| 332 "platform/WebSpeechSynthesizer.h", | 332 "platform/WebSpeechSynthesizer.h", |
| 333 "platform/WebSpeechSynthesizerClient.h", | 333 "platform/WebSpeechSynthesizerClient.h", |
| 334 "platform/WebSpellCheckPanelHostClient.h", | 334 "platform/WebSpellCheckPanelHostClient.h", |
| 335 "platform/WebStorageArea.h", | 335 "platform/WebStorageArea.h", |
| 336 "platform/WebStorageNamespace.h", | 336 "platform/WebStorageNamespace.h", |
| 337 "platform/WebStorageQuotaCallbacks.h", | 337 "platform/WebStorageQuotaCallbacks.h", |
| 338 "platform/WebStorageQuotaError.h", | 338 "platform/WebStorageQuotaError.h", |
| 339 "platform/WebStorageQuotaType.h", | 339 "platform/WebStorageQuotaType.h", |
| 340 "platform/WebString.h", | 340 "platform/WebString.h", |
| 341 "platform/WebSurfaceLayerBridge.h", |
| 341 "platform/WebTextInputInfo.h", | 342 "platform/WebTextInputInfo.h", |
| 342 "platform/WebTextInputMode.h", | 343 "platform/WebTextInputMode.h", |
| 343 "platform/WebTextInputType.h", | 344 "platform/WebTextInputType.h", |
| 344 "platform/WebTextRun.h", | 345 "platform/WebTextRun.h", |
| 345 "platform/WebThemeEngine.h", | 346 "platform/WebThemeEngine.h", |
| 346 "platform/WebThread.h", | 347 "platform/WebThread.h", |
| 347 "platform/WebThreadSafeData.h", | 348 "platform/WebThreadSafeData.h", |
| 348 "platform/WebTimeRange.h", | 349 "platform/WebTimeRange.h", |
| 349 "platform/WebTouchAction.h", | 350 "platform/WebTouchAction.h", |
| 350 "platform/WebTouchEvent.h", | 351 "platform/WebTouchEvent.h", |
| (...skipping 495 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 846 sources = [ | 847 sources = [ |
| 847 "web/ConsoleMessageStructTraits.cpp", | 848 "web/ConsoleMessageStructTraits.cpp", |
| 848 "web/ConsoleMessageStructTraits.h", | 849 "web/ConsoleMessageStructTraits.h", |
| 849 ] | 850 ] |
| 850 deps = [ | 851 deps = [ |
| 851 ":blink_headers", | 852 ":blink_headers", |
| 852 ":mojo_bindings_shared__generator", | 853 ":mojo_bindings_shared__generator", |
| 853 "//mojo/public/cpp/bindings:struct_traits", | 854 "//mojo/public/cpp/bindings:struct_traits", |
| 854 ] | 855 ] |
| 855 } | 856 } |
| OLD | NEW |