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

Side by Side Diff: sky/engine/platform/BUILD.gn

Issue 1229113003: Remove some unneeded DEPS from //sky (Closed) Base URL: git@github.com:domokit/mojo.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
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("//build/config/ui.gni") 5 import("//build/config/ui.gni")
6 import("//sky/engine/build/scripts/scripts.gni") 6 import("//sky/engine/build/scripts/scripts.gni")
7 import("//sky/engine/config.gni") 7 import("//sky/engine/config.gni")
8 import("//testing/test.gni") 8 import("//testing/test.gni")
9 9
10 # Most targets in this file are private actions so use that as the default. 10 # Most targets in this file are private actions so use that as the default.
(...skipping 277 matching lines...) Expand 10 before | Expand all | Expand 10 after
288 "geometry/LayoutRect.h", 288 "geometry/LayoutRect.h",
289 "geometry/LayoutSize.h", 289 "geometry/LayoutSize.h",
290 "geometry/Region.cpp", 290 "geometry/Region.cpp",
291 "geometry/Region.h", 291 "geometry/Region.h",
292 "geometry/RoundedRect.cpp", 292 "geometry/RoundedRect.cpp",
293 "geometry/RoundedRect.h", 293 "geometry/RoundedRect.h",
294 "geometry/TransformState.cpp", 294 "geometry/TransformState.cpp",
295 "geometry/TransformState.h", 295 "geometry/TransformState.h",
296 "graphics/BitmapImage.cpp", 296 "graphics/BitmapImage.cpp",
297 "graphics/BitmapImage.h", 297 "graphics/BitmapImage.h",
298 "graphics/Canvas2DImageBufferSurface.h",
299 "graphics/Canvas2DLayerBridge.cpp",
300 "graphics/Canvas2DLayerBridge.h",
301 "graphics/Canvas2DLayerManager.cpp",
302 "graphics/Canvas2DLayerManager.h",
303 "graphics/Color.cpp", 298 "graphics/Color.cpp",
304 "graphics/Color.h", 299 "graphics/Color.h",
305 "graphics/ColorSpace.cpp", 300 "graphics/ColorSpace.cpp",
306 "graphics/ColorSpace.h", 301 "graphics/ColorSpace.h",
307 "graphics/CrossfadeGeneratedImage.cpp", 302 "graphics/CrossfadeGeneratedImage.cpp",
308 "graphics/CrossfadeGeneratedImage.h", 303 "graphics/CrossfadeGeneratedImage.h",
309 "graphics/DashArray.h", 304 "graphics/DashArray.h",
310 "graphics/DecodingImageGenerator.cpp", 305 "graphics/DecodingImageGenerator.cpp",
311 "graphics/DecodingImageGenerator.h", 306 "graphics/DecodingImageGenerator.h",
312 "graphics/DeferredImageDecoder.cpp", 307 "graphics/DeferredImageDecoder.cpp",
(...skipping 10 matching lines...) Expand all
323 "graphics/Gradient.h", 318 "graphics/Gradient.h",
324 "graphics/GradientGeneratedImage.cpp", 319 "graphics/GradientGeneratedImage.cpp",
325 "graphics/GradientGeneratedImage.h", 320 "graphics/GradientGeneratedImage.h",
326 "graphics/GraphicsContext.cpp", 321 "graphics/GraphicsContext.cpp",
327 "graphics/GraphicsContext.h", 322 "graphics/GraphicsContext.h",
328 "graphics/GraphicsContextState.cpp", 323 "graphics/GraphicsContextState.cpp",
329 "graphics/GraphicsContextState.h", 324 "graphics/GraphicsContextState.h",
330 "graphics/GraphicsContextStateSaver.h", 325 "graphics/GraphicsContextStateSaver.h",
331 "graphics/GraphicsTypes.cpp", 326 "graphics/GraphicsTypes.cpp",
332 "graphics/GraphicsTypes.h", 327 "graphics/GraphicsTypes.h",
333 "graphics/GraphicsTypes3D.h",
334 "graphics/Image.cpp", 328 "graphics/Image.cpp",
335 "graphics/Image.h", 329 "graphics/Image.h",
336 "graphics/ImageBuffer.cpp", 330 "graphics/ImageBuffer.cpp",
337 "graphics/ImageBuffer.h", 331 "graphics/ImageBuffer.h",
338 "graphics/ImageBufferClient.h", 332 "graphics/ImageBufferClient.h",
339 "graphics/ImageBufferSurface.cpp", 333 "graphics/ImageBufferSurface.cpp",
340 "graphics/ImageBufferSurface.h", 334 "graphics/ImageBufferSurface.h",
341 "graphics/ImageDecodingStore.cpp", 335 "graphics/ImageDecodingStore.cpp",
342 "graphics/ImageDecodingStore.h", 336 "graphics/ImageDecodingStore.h",
343 "graphics/ImageFilter.cpp", 337 "graphics/ImageFilter.cpp",
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
413 "graphics/filters/PointLightSource.cpp", 407 "graphics/filters/PointLightSource.cpp",
414 "graphics/filters/PointLightSource.h", 408 "graphics/filters/PointLightSource.h",
415 "graphics/filters/SkiaImageFilterBuilder.cpp", 409 "graphics/filters/SkiaImageFilterBuilder.cpp",
416 "graphics/filters/SkiaImageFilterBuilder.h", 410 "graphics/filters/SkiaImageFilterBuilder.h",
417 "graphics/filters/SourceAlpha.cpp", 411 "graphics/filters/SourceAlpha.cpp",
418 "graphics/filters/SourceAlpha.h", 412 "graphics/filters/SourceAlpha.h",
419 "graphics/filters/SourceGraphic.cpp", 413 "graphics/filters/SourceGraphic.cpp",
420 "graphics/filters/SourceGraphic.h", 414 "graphics/filters/SourceGraphic.h",
421 "graphics/filters/SpotLightSource.cpp", 415 "graphics/filters/SpotLightSource.cpp",
422 "graphics/filters/SpotLightSource.h", 416 "graphics/filters/SpotLightSource.h",
423 "graphics/gpu/DrawingBuffer.cpp",
424 "graphics/gpu/DrawingBuffer.h",
425 "graphics/gpu/Extensions3DUtil.cpp",
426 "graphics/gpu/Extensions3DUtil.h",
427 "graphics/gpu/WebGLImageBufferSurface.cpp",
428 "graphics/gpu/WebGLImageBufferSurface.h",
429 "graphics/gpu/WebGLImageConversion.cpp",
430 "graphics/gpu/WebGLImageConversion.h",
431 "graphics/skia/GaneshUtils.cpp", 417 "graphics/skia/GaneshUtils.cpp",
432 "graphics/skia/GaneshUtils.h", 418 "graphics/skia/GaneshUtils.h",
433 "graphics/skia/NativeImageSkia.cpp", 419 "graphics/skia/NativeImageSkia.cpp",
434 "graphics/skia/NativeImageSkia.h", 420 "graphics/skia/NativeImageSkia.h",
435 "graphics/skia/SkSizeHash.h", 421 "graphics/skia/SkSizeHash.h",
436 "graphics/skia/SkiaUtils.cpp", 422 "graphics/skia/SkiaUtils.cpp",
437 "graphics/skia/SkiaUtils.h", 423 "graphics/skia/SkiaUtils.h",
438 "heap/Handle.h", 424 "heap/Handle.h",
439 "image-decoders/ImageDecoder.cpp", 425 "image-decoders/ImageDecoder.cpp",
440 "image-decoders/ImageDecoder.h", 426 "image-decoders/ImageDecoder.h",
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
577 defines = [ 563 defines = [
578 "BLINK_PLATFORM_IMPLEMENTATION=1", 564 "BLINK_PLATFORM_IMPLEMENTATION=1",
579 "INSIDE_BLINK", 565 "INSIDE_BLINK",
580 ] 566 ]
581 567
582 include_dirs = [ "$root_build_dir" ] 568 include_dirs = [ "$root_build_dir" ]
583 569
584 deps = [ 570 deps = [
585 ":make_platform_generated", 571 ":make_platform_generated",
586 "//base:base", 572 "//base:base",
587 "//gpu/command_buffer/client:gles2_c_lib",
588 "//mojo/application", 573 "//mojo/application",
589 "//mojo/common", 574 "//mojo/common",
590 "//mojo/environment:chromium", 575 "//mojo/environment:chromium",
591 "//mojo/public/c/system", 576 "//mojo/public/c/system",
592 "//mojo/public/cpp/bindings", 577 "//mojo/public/cpp/bindings",
593 "//mojo/public/cpp/system", 578 "//mojo/public/cpp/system",
594 "//mojo/public/cpp/utility", 579 "//mojo/public/cpp/utility",
595 "//mojo/services/network/public/interfaces", 580 "//mojo/services/network/public/interfaces",
596 "//skia", 581 "//skia",
597 "//sky/engine/wtf", 582 "//sky/engine/wtf",
598 "//third_party/harfbuzz-ng", 583 "//third_party/harfbuzz-ng",
599 "//third_party/iccjpeg", 584 "//third_party/iccjpeg",
600 "//third_party/icu", 585 "//third_party/icu",
601 "//third_party/libpng", 586 "//third_party/libpng",
602 "//third_party/ots", 587 "//third_party/ots",
603 "//third_party/qcms", 588 "//third_party/qcms",
604 "//third_party:jpeg", 589 "//third_party:jpeg",
605 "//url", 590 "//url",
606 ] 591 ]
607 592
608 forward_dependent_configs_from = [ 593 forward_dependent_configs_from = [
609 "//gpu/command_buffer/client:gles2_c_lib",
610 "//skia", 594 "//skia",
611 "//third_party:jpeg", 595 "//third_party:jpeg",
612 "//third_party/iccjpeg", 596 "//third_party/iccjpeg",
613 "//third_party/libpng", 597 "//third_party/libpng",
614 "//third_party/ots", 598 "//third_party/ots",
615 "//third_party/qcms", 599 "//third_party/qcms",
616 "//url", 600 "//url",
617 ] 601 ]
618 602
619 if (is_android) { 603 if (is_android) {
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
659 "fonts/FontTest.cpp", 643 "fonts/FontTest.cpp",
660 "fonts/GlyphPageTreeNodeTest.cpp", 644 "fonts/GlyphPageTreeNodeTest.cpp",
661 "fonts/android/FontCacheAndroidTest.cpp", 645 "fonts/android/FontCacheAndroidTest.cpp",
662 "geometry/FloatBoxTest.cpp", 646 "geometry/FloatBoxTest.cpp",
663 "geometry/FloatBoxTestHelpers.cpp", 647 "geometry/FloatBoxTestHelpers.cpp",
664 "geometry/FloatRoundedRectTest.cpp", 648 "geometry/FloatRoundedRectTest.cpp",
665 "geometry/RegionTest.cpp", 649 "geometry/RegionTest.cpp",
666 "geometry/RoundedRectTest.cpp", 650 "geometry/RoundedRectTest.cpp",
667 "graphics/GraphicsContextTest.cpp", 651 "graphics/GraphicsContextTest.cpp",
668 "graphics/ThreadSafeDataTransportTest.cpp", 652 "graphics/ThreadSafeDataTransportTest.cpp",
669 "graphics/gpu/DrawingBufferTest.cpp",
670 "image-decoders/ImageDecoderTest.cpp", 653 "image-decoders/ImageDecoderTest.cpp",
671 "mac/ScrollElasticityControllerTest.mm", 654 "mac/ScrollElasticityControllerTest.mm",
672 "network/HTTPParsersTest.cpp", 655 "network/HTTPParsersTest.cpp",
673 "testing/RunAllTests.cpp", 656 "testing/RunAllTests.cpp",
674 "text/BidiResolverTest.cpp", 657 "text/BidiResolverTest.cpp",
675 "text/SegmentedStringTest.cpp", 658 "text/SegmentedStringTest.cpp",
676 "text/UnicodeUtilitiesTest.cpp", 659 "text/UnicodeUtilitiesTest.cpp",
677 "transforms/TransformOperationsTest.cpp", 660 "transforms/TransformOperationsTest.cpp",
678 "transforms/TransformationMatrixTest.cpp", 661 "transforms/TransformationMatrixTest.cpp",
679 "weborigin/KURLTest.cpp", 662 "weborigin/KURLTest.cpp",
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
720 # See https://bugs.webkit.org/show_bug.cgi?id=62916. 703 # See https://bugs.webkit.org/show_bug.cgi?id=62916.
721 # TODO(GYP) 704 # TODO(GYP)
722 #'cflags': ['-marm'], 705 #'cflags': ['-marm'],
723 # 'conditions': [ 706 # 'conditions': [
724 # ['OS=="android"', { 707 # ['OS=="android"', {
725 # 'cflags!': ['-mthumb'], 708 # 'cflags!': ['-mthumb'],
726 # }], 709 # }],
727 # ], 710 # ],
728 } 711 }
729 } 712 }
OLDNEW
« no previous file with comments | « sky/engine/core/script/dart_controller.h ('k') | sky/engine/platform/graphics/Canvas2DImageBufferSurface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698