Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(492)

Side by Side Diff: public/BUILD.gn

Issue 1248413003: Remove unused class WebNinePatchLayer.h. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « Source/platform/graphics/GraphicsLayer.h ('k') | public/platform/WebCompositorSupport.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 392 matching lines...) Expand 10 before | Expand all | Expand 10 after
403 "platform/WebMediaPlayer.h", 403 "platform/WebMediaPlayer.h",
404 "platform/WebMediaPlayerClient.h", 404 "platform/WebMediaPlayerClient.h",
405 "platform/WebScrollbarThemeGeometry.h", 405 "platform/WebScrollbarThemeGeometry.h",
406 "platform/WebUnitTestSupport.h", 406 "platform/WebUnitTestSupport.h",
407 "platform/WebFilterKeyframe.h", 407 "platform/WebFilterKeyframe.h",
408 "platform/WebBlobRegistry.h", 408 "platform/WebBlobRegistry.h",
409 "platform/WebSpeechSynthesisUtterance.h", 409 "platform/WebSpeechSynthesisUtterance.h",
410 "platform/WebURLLoader.h", 410 "platform/WebURLLoader.h",
411 "platform/WebGestureCurve.h", 411 "platform/WebGestureCurve.h",
412 "platform/WebCompositorAnimationPlayerClient.h", 412 "platform/WebCompositorAnimationPlayerClient.h",
413 "platform/WebNinePatchLayer.h",
414 "platform/WebMediaDeviceInfo.h", 413 "platform/WebMediaDeviceInfo.h",
415 "platform/WebFileSystemCallbacks.h", 414 "platform/WebFileSystemCallbacks.h",
416 "platform/WebServiceWorkerResponseType.h", 415 "platform/WebServiceWorkerResponseType.h",
417 "platform/WebDeviceLightListener.h", 416 "platform/WebDeviceLightListener.h",
418 "platform/WebRTCDTMFSenderHandlerClient.h", 417 "platform/WebRTCDTMFSenderHandlerClient.h",
419 "platform/WebRTCStatsRequest.h", 418 "platform/WebRTCStatsRequest.h",
420 "platform/WebReferrerPolicy.h", 419 "platform/WebReferrerPolicy.h",
421 "web/WebDateTimeInputType.h", 420 "web/WebDateTimeInputType.h",
422 "web/WebSpeechRecognitionParams.h", 421 "web/WebSpeechRecognitionParams.h",
423 "web/WebPrintPresetOptions.h", 422 "web/WebPrintPresetOptions.h",
(...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after
646 grit("image_resources") { 645 grit("image_resources") {
647 output_dir = "$root_gen_dir/blink/public/resources" 646 output_dir = "$root_gen_dir/blink/public/resources"
648 use_qualified_include = true 647 use_qualified_include = true
649 source = "blink_image_resources.grd" 648 source = "blink_image_resources.grd"
650 outputs = [ 649 outputs = [
651 "grit/blink_image_resources.h", 650 "grit/blink_image_resources.h",
652 "blink_image_resources_100_percent.pak", 651 "blink_image_resources_100_percent.pak",
653 "blink_image_resources_200_percent.pak", 652 "blink_image_resources_200_percent.pak",
654 ] 653 ]
655 } 654 }
OLDNEW
« no previous file with comments | « Source/platform/graphics/GraphicsLayer.h ('k') | public/platform/WebCompositorSupport.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698