| 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("//tools/grit/grit_rule.gni") | 5 import("//tools/grit/grit_rule.gni") |
| 6 | 6 |
| 7 if (is_android) { | 7 if (is_android) { |
| 8 import("//build/config/android/rules.gni") | 8 import("//build/config/android/rules.gni") |
| 9 } | 9 } |
| 10 | 10 |
| (...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 124 "platform/WebServiceWorkerResponse.h", | 124 "platform/WebServiceWorkerResponse.h", |
| 125 "platform/WebDragData.h", | 125 "platform/WebDragData.h", |
| 126 "platform/WebCString.h", | 126 "platform/WebCString.h", |
| 127 "platform/WebCompositorAnimationPlayer.h", | 127 "platform/WebCompositorAnimationPlayer.h", |
| 128 "platform/WebPrivateOwnPtr.h", | 128 "platform/WebPrivateOwnPtr.h", |
| 129 "platform/WebHTTPHeaderVisitor.h", | 129 "platform/WebHTTPHeaderVisitor.h", |
| 130 "platform/WebScrollbar.h", | 130 "platform/WebScrollbar.h", |
| 131 "platform/WebMediaStream.h", | 131 "platform/WebMediaStream.h", |
| 132 "platform/WebServiceWorkerRegistration.h", | 132 "platform/WebServiceWorkerRegistration.h", |
| 133 "platform/WebRect.h", | 133 "platform/WebRect.h", |
| 134 "platform/WebTaskRunner.h", |
| 134 "platform/WebThread.h", | 135 "platform/WebThread.h", |
| 135 "platform/WebSetSinkIdError.h", | 136 "platform/WebSetSinkIdError.h", |
| 136 "platform/WebCallbacks.h", | 137 "platform/WebCallbacks.h", |
| 137 "platform/WebInbandTextTrack.h", | 138 "platform/WebInbandTextTrack.h", |
| 138 "platform/WebFloatPoint.h", | 139 "platform/WebFloatPoint.h", |
| 139 "platform/WebMediaStreamTrack.h", | 140 "platform/WebMediaStreamTrack.h", |
| 140 "platform/WebBatteryStatusListener.h", | 141 "platform/WebBatteryStatusListener.h", |
| 141 "platform/WebMediaSource.h", | 142 "platform/WebMediaSource.h", |
| 142 "platform/WebPageVisibilityState.h", | 143 "platform/WebPageVisibilityState.h", |
| 143 "platform/WebCryptoKeyAlgorithm.h", | 144 "platform/WebCryptoKeyAlgorithm.h", |
| (...skipping 503 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 647 grit("image_resources") { | 648 grit("image_resources") { |
| 648 output_dir = "$root_gen_dir/blink/public/resources" | 649 output_dir = "$root_gen_dir/blink/public/resources" |
| 649 use_qualified_include = true | 650 use_qualified_include = true |
| 650 source = "blink_image_resources.grd" | 651 source = "blink_image_resources.grd" |
| 651 outputs = [ | 652 outputs = [ |
| 652 "grit/blink_image_resources.h", | 653 "grit/blink_image_resources.h", |
| 653 "blink_image_resources_100_percent.pak", | 654 "blink_image_resources_100_percent.pak", |
| 654 "blink_image_resources_200_percent.pak", | 655 "blink_image_resources_200_percent.pak", |
| 655 ] | 656 ] |
| 656 } | 657 } |
| OLD | NEW |