| 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 527 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 538 "web/WebSearchableFormData.h", | 538 "web/WebSearchableFormData.h", |
| 539 "web/WebSecurityPolicy.h", | 539 "web/WebSecurityPolicy.h", |
| 540 "web/WebSelectElement.h", | 540 "web/WebSelectElement.h", |
| 541 "web/WebSelection.h", | 541 "web/WebSelection.h", |
| 542 "web/WebSelector.h", | 542 "web/WebSelector.h", |
| 543 "web/WebSerializedScriptValue.h", | 543 "web/WebSerializedScriptValue.h", |
| 544 "web/WebSerializedScriptValueVersion.h", | 544 "web/WebSerializedScriptValueVersion.h", |
| 545 "web/WebSettings.h", | 545 "web/WebSettings.h", |
| 546 "web/WebSharedWorker.h", | 546 "web/WebSharedWorker.h", |
| 547 "web/WebSharedWorkerClient.h", | 547 "web/WebSharedWorkerClient.h", |
| 548 "web/WebSharedWorkerConnector.h", | 548 "web/WebSharedWorkerConnectListener.h", |
| 549 "web/WebSharedWorkerCreationErrors.h", | 549 "web/WebSharedWorkerCreationErrors.h", |
| 550 "web/WebSharedWorkerRepositoryClient.h", | 550 "web/WebSharedWorkerRepositoryClient.h", |
| 551 "web/WebSpeechGrammar.h", | 551 "web/WebSpeechGrammar.h", |
| 552 "web/WebSpeechRecognitionHandle.h", | 552 "web/WebSpeechRecognitionHandle.h", |
| 553 "web/WebSpeechRecognitionParams.h", | 553 "web/WebSpeechRecognitionParams.h", |
| 554 "web/WebSpeechRecognitionResult.h", | 554 "web/WebSpeechRecognitionResult.h", |
| 555 "web/WebSpeechRecognizer.h", | 555 "web/WebSpeechRecognizer.h", |
| 556 "web/WebSpeechRecognizerClient.h", | 556 "web/WebSpeechRecognizerClient.h", |
| 557 "web/WebSpellCheckClient.h", | 557 "web/WebSpellCheckClient.h", |
| 558 "web/WebStorageEventDispatcher.h", | 558 "web/WebStorageEventDispatcher.h", |
| (...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 748 # relegated to a separate target to avoid duplication between the variants. | 748 # relegated to a separate target to avoid duplication between the variants. |
| 749 source_set("shared_typemap_traits") { | 749 source_set("shared_typemap_traits") { |
| 750 visibility = [ ":*" ] | 750 visibility = [ ":*" ] |
| 751 sources = [ | 751 sources = [ |
| 752 "web/WindowFeaturesStructTraits.cpp", | 752 "web/WindowFeaturesStructTraits.cpp", |
| 753 ] | 753 ] |
| 754 deps = [ | 754 deps = [ |
| 755 ":mojo_bindings_shared__generator", | 755 ":mojo_bindings_shared__generator", |
| 756 ] | 756 ] |
| 757 } | 757 } |
| OLD | NEW |