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

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

Issue 1239633002: Remove //sky/engine/platform/network (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: rebase 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 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
164 "animation/KeyframeValueList.h", 164 "animation/KeyframeValueList.h",
165 "animation/TimingFunction.cpp", 165 "animation/TimingFunction.cpp",
166 "animation/TimingFunction.h", 166 "animation/TimingFunction.h",
167 "animation/UnitBezier.h", 167 "animation/UnitBezier.h",
168 "exported/Platform.cpp", 168 "exported/Platform.cpp",
169 "exported/ServiceProvider.cpp", 169 "exported/ServiceProvider.cpp",
170 "exported/WebArrayBuffer.cpp", 170 "exported/WebArrayBuffer.cpp",
171 "exported/WebCString.cpp", 171 "exported/WebCString.cpp",
172 "exported/WebCommon.cpp", 172 "exported/WebCommon.cpp",
173 "exported/WebData.cpp", 173 "exported/WebData.cpp",
174 "exported/WebHTTPBody.cpp",
175 "exported/WebHTTPLoadInfo.cpp",
176 "exported/WebImageSkia.cpp", 174 "exported/WebImageSkia.cpp",
177 "exported/WebString.cpp", 175 "exported/WebString.cpp",
178 "exported/WebURL.cpp", 176 "exported/WebURL.cpp",
179 "exported/WebURLError.cpp",
180 "exported/WebURLLoadTiming.cpp",
181 "exported/WebURLRequest.cpp",
182 "exported/WebURLRequestPrivate.h",
183 "exported/WebURLResponse.cpp",
184 "exported/WebURLResponsePrivate.h",
185 "exported/WrappedResourceRequest.h",
186 "exported/WrappedResourceResponse.h",
187 "exported/linux/WebFontInfo.cpp", 177 "exported/linux/WebFontInfo.cpp",
188 "exported/linux/WebFontRenderStyle.cpp", 178 "exported/linux/WebFontRenderStyle.cpp",
189 "fonts/AlternateFontFamily.h", 179 "fonts/AlternateFontFamily.h",
190 "fonts/Character.cpp", 180 "fonts/Character.cpp",
191 "fonts/Character.h", 181 "fonts/Character.h",
192 "fonts/CustomFontData.h", 182 "fonts/CustomFontData.h",
193 "fonts/FixedPitchFontType.h", 183 "fonts/FixedPitchFontType.h",
194 "fonts/Font.cpp", 184 "fonts/Font.cpp",
195 "fonts/Font.h", 185 "fonts/Font.h",
196 "fonts/FontBaseline.h", 186 "fonts/FontBaseline.h",
(...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after
437 "image-decoders/ico/ICOImageDecoder.cpp", 427 "image-decoders/ico/ICOImageDecoder.cpp",
438 "image-decoders/ico/ICOImageDecoder.h", 428 "image-decoders/ico/ICOImageDecoder.h",
439 "image-decoders/jpeg/JPEGImageDecoder.cpp", 429 "image-decoders/jpeg/JPEGImageDecoder.cpp",
440 "image-decoders/jpeg/JPEGImageDecoder.h", 430 "image-decoders/jpeg/JPEGImageDecoder.h",
441 "image-decoders/png/PNGImageDecoder.cpp", 431 "image-decoders/png/PNGImageDecoder.cpp",
442 "image-decoders/png/PNGImageDecoder.h", 432 "image-decoders/png/PNGImageDecoder.h",
443 "image-encoders/skia/JPEGImageEncoder.cpp", 433 "image-encoders/skia/JPEGImageEncoder.cpp",
444 "image-encoders/skia/JPEGImageEncoder.h", 434 "image-encoders/skia/JPEGImageEncoder.h",
445 "image-encoders/skia/PNGImageEncoder.cpp", 435 "image-encoders/skia/PNGImageEncoder.cpp",
446 "image-encoders/skia/PNGImageEncoder.h", 436 "image-encoders/skia/PNGImageEncoder.h",
447 "network/FormData.cpp",
448 "network/FormData.h",
449 "network/FormDataBuilder.cpp",
450 "network/FormDataBuilder.h",
451 "network/HTTPHeaderMap.cpp",
452 "network/HTTPHeaderMap.h",
453 "network/HTTPParsers.cpp",
454 "network/HTTPParsers.h",
455 "network/HTTPRequest.cpp",
456 "network/HTTPRequest.h",
457 "network/ParsedContentType.cpp",
458 "network/ParsedContentType.h",
459 "network/ProxyServer.cpp",
460 "network/ProxyServer.h",
461 "network/ResourceError.cpp",
462 "network/ResourceError.h",
463 "network/ResourceLoadInfo.h",
464 "network/ResourceLoadPriority.h",
465 "network/ResourceLoadTiming.h",
466 "network/ResourceRequest.cpp",
467 "network/ResourceRequest.h",
468 "network/ResourceResponse.cpp",
469 "network/ResourceResponse.h",
470 "text/BidiCharacterRun.cpp", 437 "text/BidiCharacterRun.cpp",
471 "text/BidiCharacterRun.h", 438 "text/BidiCharacterRun.h",
472 "text/BidiContext.cpp", 439 "text/BidiContext.cpp",
473 "text/BidiContext.h", 440 "text/BidiContext.h",
474 "text/BidiResolver.h", 441 "text/BidiResolver.h",
475 "text/BidiRunList.h", 442 "text/BidiRunList.h",
476 "text/BidiTextRun.cpp", 443 "text/BidiTextRun.cpp",
477 "text/BidiTextRun.h", 444 "text/BidiTextRun.h",
478 "text/DateTimeFormat.cpp", 445 "text/DateTimeFormat.cpp",
479 "text/DateTimeFormat.h", 446 "text/DateTimeFormat.h",
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
645 "fonts/android/FontCacheAndroidTest.cpp", 612 "fonts/android/FontCacheAndroidTest.cpp",
646 "geometry/FloatBoxTest.cpp", 613 "geometry/FloatBoxTest.cpp",
647 "geometry/FloatBoxTestHelpers.cpp", 614 "geometry/FloatBoxTestHelpers.cpp",
648 "geometry/FloatRoundedRectTest.cpp", 615 "geometry/FloatRoundedRectTest.cpp",
649 "geometry/RegionTest.cpp", 616 "geometry/RegionTest.cpp",
650 "geometry/RoundedRectTest.cpp", 617 "geometry/RoundedRectTest.cpp",
651 "graphics/GraphicsContextTest.cpp", 618 "graphics/GraphicsContextTest.cpp",
652 "graphics/ThreadSafeDataTransportTest.cpp", 619 "graphics/ThreadSafeDataTransportTest.cpp",
653 "image-decoders/ImageDecoderTest.cpp", 620 "image-decoders/ImageDecoderTest.cpp",
654 "mac/ScrollElasticityControllerTest.mm", 621 "mac/ScrollElasticityControllerTest.mm",
655 "network/HTTPParsersTest.cpp",
656 "testing/RunAllTests.cpp", 622 "testing/RunAllTests.cpp",
657 "text/BidiResolverTest.cpp", 623 "text/BidiResolverTest.cpp",
658 "text/SegmentedStringTest.cpp", 624 "text/SegmentedStringTest.cpp",
659 "text/UnicodeUtilitiesTest.cpp", 625 "text/UnicodeUtilitiesTest.cpp",
660 "transforms/TransformOperationsTest.cpp", 626 "transforms/TransformOperationsTest.cpp",
661 "transforms/TransformationMatrixTest.cpp", 627 "transforms/TransformationMatrixTest.cpp",
662 "weborigin/KURLTest.cpp", 628 "weborigin/KURLTest.cpp",
663 "weborigin/SecurityPolicyTest.cpp", 629 "weborigin/SecurityPolicyTest.cpp",
664 ] 630 ]
665 631
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
703 # See https://bugs.webkit.org/show_bug.cgi?id=62916. 669 # See https://bugs.webkit.org/show_bug.cgi?id=62916.
704 # TODO(GYP) 670 # TODO(GYP)
705 #'cflags': ['-marm'], 671 #'cflags': ['-marm'],
706 # 'conditions': [ 672 # 'conditions': [
707 # ['OS=="android"', { 673 # ['OS=="android"', {
708 # 'cflags!': ['-mthumb'], 674 # 'cflags!': ['-mthumb'],
709 # }], 675 # }],
710 # ], 676 # ],
711 } 677 }
712 } 678 }
OLDNEW
« no previous file with comments | « sky/engine/core/testing/URLTestHelpers.cpp ('k') | sky/engine/platform/exported/WebHTTPBody.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698