| 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 190 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 201 "platform/WebImageGenerator.h", | 201 "platform/WebImageGenerator.h", |
| 202 "platform/WebImageLayer.h", | 202 "platform/WebImageLayer.h", |
| 203 "platform/WebInbandTextTrack.h", | 203 "platform/WebInbandTextTrack.h", |
| 204 "platform/WebInbandTextTrackClient.h", | 204 "platform/WebInbandTextTrackClient.h", |
| 205 "platform/WebInputEvent.h", | 205 "platform/WebInputEvent.h", |
| 206 "platform/WebInputEventResult.h", | 206 "platform/WebInputEventResult.h", |
| 207 "platform/WebInsecureRequestPolicy.h", | 207 "platform/WebInsecureRequestPolicy.h", |
| 208 "platform/WebLayer.h", | 208 "platform/WebLayer.h", |
| 209 "platform/WebLayerPositionConstraint.h", | 209 "platform/WebLayerPositionConstraint.h", |
| 210 "platform/WebLayerScrollClient.h", | 210 "platform/WebLayerScrollClient.h", |
| 211 "platform/WebLayerStickyPositionConstraint.h", |
| 211 "platform/WebLayerTreeView.h", | 212 "platform/WebLayerTreeView.h", |
| 212 "platform/WebLayoutAndPaintAsyncCallback.h", | 213 "platform/WebLayoutAndPaintAsyncCallback.h", |
| 213 "platform/WebLocalizedString.h", | 214 "platform/WebLocalizedString.h", |
| 214 "platform/WebMediaConstraints.h", | 215 "platform/WebMediaConstraints.h", |
| 215 "platform/WebMediaDeviceInfo.h", | 216 "platform/WebMediaDeviceInfo.h", |
| 216 "platform/WebMediaKeySystemConfiguration.h", | 217 "platform/WebMediaKeySystemConfiguration.h", |
| 217 "platform/WebMediaKeySystemMediaCapability.h", | 218 "platform/WebMediaKeySystemMediaCapability.h", |
| 218 "platform/WebMediaPlayer.h", | 219 "platform/WebMediaPlayer.h", |
| 219 "platform/WebMediaPlayerClient.h", | 220 "platform/WebMediaPlayerClient.h", |
| 220 "platform/WebMediaPlayerSource.h", | 221 "platform/WebMediaPlayerSource.h", |
| (...skipping 514 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 735 export_define_blink = "BLINK_PLATFORM_IMPLEMENTATION=1" | 736 export_define_blink = "BLINK_PLATFORM_IMPLEMENTATION=1" |
| 736 export_header_blink = "third_party/WebKit/public/platform/WebCommon.h" | 737 export_header_blink = "third_party/WebKit/public/platform/WebCommon.h" |
| 737 } | 738 } |
| 738 | 739 |
| 739 group("generate_mojo_bindings") { | 740 group("generate_mojo_bindings") { |
| 740 deps = [ | 741 deps = [ |
| 741 ":mojo_bindings_blink__generator", | 742 ":mojo_bindings_blink__generator", |
| 742 ":offscreen_canvas_mojo_bindings_blink__generator", | 743 ":offscreen_canvas_mojo_bindings_blink__generator", |
| 743 ] | 744 ] |
| 744 } | 745 } |
| OLD | NEW |