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

Side by Side Diff: public/BUILD.gn

Issue 1296963002: Put transform tree building in DisplayItemPropertyTreeBuilder. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: comment for inline capacity Created 5 years, 4 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 | Annotate | Revision Log
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 258 matching lines...) Expand 10 before | Expand all | Expand 10 after
269 "platform/linux/WebFontInfo.h", 269 "platform/linux/WebFontInfo.h",
270 "platform/linux/WebFallbackFont.h", 270 "platform/linux/WebFallbackFont.h",
271 "platform/linux/WebSandboxSupport.h", 271 "platform/linux/WebSandboxSupport.h",
272 "platform/linux/WebFontRenderStyle.h", 272 "platform/linux/WebFontRenderStyle.h",
273 "platform/WebServiceWorkerProviderClient.h", 273 "platform/WebServiceWorkerProviderClient.h",
274 "platform/WebAudioSourceProvider.h", 274 "platform/WebAudioSourceProvider.h",
275 "platform/WebGamepad.h", 275 "platform/WebGamepad.h",
276 "platform/WebRTCDataChannelHandler.h", 276 "platform/WebRTCDataChannelHandler.h",
277 "platform/WebGestureCurveTarget.h", 277 "platform/WebGestureCurveTarget.h",
278 "platform/WebBlendMode.h", 278 "platform/WebBlendMode.h",
279 "platform/WebDisplayItemClipTree.h",
279 "platform/WebDisplayItemTransformTree.h", 280 "platform/WebDisplayItemTransformTree.h",
280 "platform/WebConvertableToTraceFormat.h", 281 "platform/WebConvertableToTraceFormat.h",
281 "platform/WebCryptoAlgorithm.h", 282 "platform/WebCryptoAlgorithm.h",
282 "platform/WebScrollbarLayer.h", 283 "platform/WebScrollbarLayer.h",
283 "platform/WebCredentialManagerError.h", 284 "platform/WebCredentialManagerError.h",
284 "platform/WebRTCDataChannelInit.h", 285 "platform/WebRTCDataChannelInit.h",
285 "platform/WebPrerender.h", 286 "platform/WebPrerender.h",
286 "platform/WebContentLayerClient.h", 287 "platform/WebContentLayerClient.h",
287 "platform/WebFilterAnimationCurve.h", 288 "platform/WebFilterAnimationCurve.h",
288 "platform/WebFileError.h", 289 "platform/WebFileError.h",
(...skipping 357 matching lines...) Expand 10 before | Expand all | Expand 10 after
646 grit("image_resources") { 647 grit("image_resources") {
647 output_dir = "$root_gen_dir/blink/public/resources" 648 output_dir = "$root_gen_dir/blink/public/resources"
648 use_qualified_include = true 649 use_qualified_include = true
649 source = "blink_image_resources.grd" 650 source = "blink_image_resources.grd"
650 outputs = [ 651 outputs = [
651 "grit/blink_image_resources.h", 652 "grit/blink_image_resources.h",
652 "blink_image_resources_100_percent.pak", 653 "blink_image_resources_100_percent.pak",
653 "blink_image_resources_200_percent.pak", 654 "blink_image_resources_200_percent.pak",
654 ] 655 ]
655 } 656 }
OLDNEW
« no previous file with comments | « Source/platform/graphics/paint/DisplayItemTransformTreeBuilderTest.cpp ('k') | public/platform/WebDisplayItemClipTree.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698