| 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 517 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 528 "web/WebDOMFileSystem.h", | 528 "web/WebDOMFileSystem.h", |
| 529 "web/WebPopupType.h", | 529 "web/WebPopupType.h", |
| 530 "web/WebNodeList.h", | 530 "web/WebNodeList.h", |
| 531 "web/WebPluginContainer.h", | 531 "web/WebPluginContainer.h", |
| 532 "web/WebGeolocationPermissionRequestManager.h", | 532 "web/WebGeolocationPermissionRequestManager.h", |
| 533 "web/WebRemoteFrame.h", | 533 "web/WebRemoteFrame.h", |
| 534 "web/WebPlugin.h", | 534 "web/WebPlugin.h", |
| 535 "web/WebKit.h", | 535 "web/WebKit.h", |
| 536 "web/WebPageSerializer.h", | 536 "web/WebPageSerializer.h", |
| 537 "web/WebPluginAction.h", | 537 "web/WebPluginAction.h", |
| 538 "web/WebCachedURLRequest.h", | |
| 539 "web/WebSecurityOrigin.h", | 538 "web/WebSecurityOrigin.h", |
| 540 "web/WebFrameWidget.h", | 539 "web/WebFrameWidget.h", |
| 541 "web/WebColorChooser.h", | 540 "web/WebColorChooser.h", |
| 542 "web/WebContextMenuData.h", | 541 "web/WebContextMenuData.h", |
| 543 "web/WebURLLoaderOptions.h", | 542 "web/WebURLLoaderOptions.h", |
| 544 "web/WebNetworkStateNotifier.h", | 543 "web/WebNetworkStateNotifier.h", |
| 545 "web/WebScriptSource.h", | 544 "web/WebScriptSource.h", |
| 546 "web/WebBindings.h", | 545 "web/WebBindings.h", |
| 547 "web/WebSerializedScriptValueVersion.h", | 546 "web/WebSerializedScriptValueVersion.h", |
| 548 "web/WebGlyphCache.h", | 547 "web/WebGlyphCache.h", |
| (...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 648 grit("image_resources") { | 647 grit("image_resources") { |
| 649 output_dir = "$root_gen_dir/blink/public/resources" | 648 output_dir = "$root_gen_dir/blink/public/resources" |
| 650 use_qualified_include = true | 649 use_qualified_include = true |
| 651 source = "blink_image_resources.grd" | 650 source = "blink_image_resources.grd" |
| 652 outputs = [ | 651 outputs = [ |
| 653 "grit/blink_image_resources.h", | 652 "grit/blink_image_resources.h", |
| 654 "blink_image_resources_100_percent.pak", | 653 "blink_image_resources_100_percent.pak", |
| 655 "blink_image_resources_200_percent.pak", | 654 "blink_image_resources_200_percent.pak", |
| 656 ] | 655 ] |
| 657 } | 656 } |
| OLD | NEW |