| 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("//mojo/public/tools/bindings/mojom.gni") | 5 import("//mojo/public/tools/bindings/mojom.gni") |
| 6 import("//third_party/WebKit/Source/config.gni") | 6 import("//third_party/WebKit/Source/config.gni") |
| 7 import("//tools/grit/grit_rule.gni") | 7 import("//tools/grit/grit_rule.gni") |
| 8 | 8 |
| 9 if (is_android) { | 9 if (is_android) { |
| 10 import("//build/config/android/rules.gni") | 10 import("//build/config/android/rules.gni") |
| (...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 276 "platform/WebScrollbarOverlayColorTheme.h", | 276 "platform/WebScrollbarOverlayColorTheme.h", |
| 277 "platform/WebScrollbarThemeGeometry.h", | 277 "platform/WebScrollbarThemeGeometry.h", |
| 278 "platform/WebScrollbarThemePainter.h", | 278 "platform/WebScrollbarThemePainter.h", |
| 279 "platform/WebSecurityOrigin.h", | 279 "platform/WebSecurityOrigin.h", |
| 280 "platform/WebSecurityStyle.h", | 280 "platform/WebSecurityStyle.h", |
| 281 "platform/WebSelectionBound.h", | 281 "platform/WebSelectionBound.h", |
| 282 "platform/WebSetSinkIdCallbacks.h", | 282 "platform/WebSetSinkIdCallbacks.h", |
| 283 "platform/WebSize.h", | 283 "platform/WebSize.h", |
| 284 "platform/WebSourceBuffer.h", | 284 "platform/WebSourceBuffer.h", |
| 285 "platform/WebSourceBufferClient.h", | 285 "platform/WebSourceBufferClient.h", |
| 286 "platform/WebSourceInfo.h", | |
| 287 "platform/WebSpeechSynthesisUtterance.h", | 286 "platform/WebSpeechSynthesisUtterance.h", |
| 288 "platform/WebSpeechSynthesisVoice.h", | 287 "platform/WebSpeechSynthesisVoice.h", |
| 289 "platform/WebSpeechSynthesizer.h", | 288 "platform/WebSpeechSynthesizer.h", |
| 290 "platform/WebSpeechSynthesizerClient.h", | 289 "platform/WebSpeechSynthesizerClient.h", |
| 291 "platform/WebStorageArea.h", | 290 "platform/WebStorageArea.h", |
| 292 "platform/WebStorageNamespace.h", | 291 "platform/WebStorageNamespace.h", |
| 293 "platform/WebStorageQuotaCallbacks.h", | 292 "platform/WebStorageQuotaCallbacks.h", |
| 294 "platform/WebStorageQuotaError.h", | 293 "platform/WebStorageQuotaError.h", |
| 295 "platform/WebStorageQuotaType.h", | 294 "platform/WebStorageQuotaType.h", |
| 296 "platform/WebString.h", | 295 "platform/WebString.h", |
| (...skipping 450 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 747 # relegated to a separate target to avoid duplication between the variants. | 746 # relegated to a separate target to avoid duplication between the variants. |
| 748 source_set("shared_typemap_traits") { | 747 source_set("shared_typemap_traits") { |
| 749 visibility = [ ":*" ] | 748 visibility = [ ":*" ] |
| 750 sources = [ | 749 sources = [ |
| 751 "web/WindowFeaturesStructTraits.cpp", | 750 "web/WindowFeaturesStructTraits.cpp", |
| 752 ] | 751 ] |
| 753 deps = [ | 752 deps = [ |
| 754 ":new_wrapper_types_mojo_bindings_shared__generator", | 753 ":new_wrapper_types_mojo_bindings_shared__generator", |
| 755 ] | 754 ] |
| 756 } | 755 } |
| OLD | NEW |