| 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 472 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 483 "web/WebInputEvent.h", | 483 "web/WebInputEvent.h", |
| 484 "web/WebKit.h", | 484 "web/WebKit.h", |
| 485 "web/WebLabelElement.h", | 485 "web/WebLabelElement.h", |
| 486 "web/WebLeakDetector.h", | 486 "web/WebLeakDetector.h", |
| 487 "web/WebLocalFrame.h", | 487 "web/WebLocalFrame.h", |
| 488 "web/WebMeaningfulLayout.h", | 488 "web/WebMeaningfulLayout.h", |
| 489 "web/WebMediaDeviceChangeObserver.h", | 489 "web/WebMediaDeviceChangeObserver.h", |
| 490 "web/WebMediaDevicesRequest.h", | 490 "web/WebMediaDevicesRequest.h", |
| 491 "web/WebMediaPlayerAction.h", | 491 "web/WebMediaPlayerAction.h", |
| 492 "web/WebMediaStreamRegistry.h", | 492 "web/WebMediaStreamRegistry.h", |
| 493 "web/WebMemoryStatistics.h", |
| 493 "web/WebMenuItemInfo.h", | 494 "web/WebMenuItemInfo.h", |
| 494 "web/WebMetaElement.h", | 495 "web/WebMetaElement.h", |
| 495 "web/WebNavigationPolicy.h", | 496 "web/WebNavigationPolicy.h", |
| 496 "web/WebNavigationType.h", | 497 "web/WebNavigationType.h", |
| 497 "web/WebNavigatorContentUtilsClient.h", | 498 "web/WebNavigatorContentUtilsClient.h", |
| 498 "web/WebNetworkStateNotifier.h", | 499 "web/WebNetworkStateNotifier.h", |
| 499 "web/WebNode.h", | 500 "web/WebNode.h", |
| 500 "web/WebOptionElement.h", | 501 "web/WebOptionElement.h", |
| 501 "web/WebPagePopup.h", | 502 "web/WebPagePopup.h", |
| 502 "web/WebPepperSocket.h", | 503 "web/WebPepperSocket.h", |
| (...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 724 export_define_blink = "BLINK_PLATFORM_IMPLEMENTATION=1" | 725 export_define_blink = "BLINK_PLATFORM_IMPLEMENTATION=1" |
| 725 export_header_blink = "third_party/WebKit/public/platform/WebCommon.h" | 726 export_header_blink = "third_party/WebKit/public/platform/WebCommon.h" |
| 726 } | 727 } |
| 727 | 728 |
| 728 group("generate_mojo_bindings") { | 729 group("generate_mojo_bindings") { |
| 729 deps = [ | 730 deps = [ |
| 730 ":mojo_bindings_blink__generator", | 731 ":mojo_bindings_blink__generator", |
| 731 ":offscreen_canvas_mojo_bindings_blink__generator", | 732 ":offscreen_canvas_mojo_bindings_blink__generator", |
| 732 ] | 733 ] |
| 733 } | 734 } |
| OLD | NEW |