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

Side by Side Diff: third_party/WebKit/Source/platform/BUILD.gn

Issue 2778153002: Add missing header files to GN files (Closed)
Patch Set: fix merge Created 3 years, 8 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/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//testing/libfuzzer/fuzzer_test.gni") 7 import("//testing/libfuzzer/fuzzer_test.gni")
8 import("//testing/test.gni") 8 import("//testing/test.gni")
9 import("//third_party/WebKit/public/public_features.gni") 9 import("//third_party/WebKit/public/public_features.gni")
10 import("//third_party/WebKit/Source/build/scripts/scripts.gni") 10 import("//third_party/WebKit/Source/build/scripts/scripts.gni")
(...skipping 590 matching lines...) Expand 10 before | Expand all | Expand 10 after
601 "fonts/FontCacheMemoryDumpProvider.h", 601 "fonts/FontCacheMemoryDumpProvider.h",
602 "fonts/FontCustomPlatformData.cpp", 602 "fonts/FontCustomPlatformData.cpp",
603 "fonts/FontCustomPlatformData.h", 603 "fonts/FontCustomPlatformData.h",
604 "fonts/FontData.cpp", 604 "fonts/FontData.cpp",
605 "fonts/FontData.h", 605 "fonts/FontData.h",
606 "fonts/FontDataCache.cpp", 606 "fonts/FontDataCache.cpp",
607 "fonts/FontDataCache.h", 607 "fonts/FontDataCache.h",
608 "fonts/FontDataForRangeSet.cpp", 608 "fonts/FontDataForRangeSet.cpp",
609 "fonts/FontDataForRangeSet.h", 609 "fonts/FontDataForRangeSet.h",
610 "fonts/FontDescription.cpp", 610 "fonts/FontDescription.cpp",
611 "fonts/FontDescription.h",
611 "fonts/FontFaceCreationParams.h", 612 "fonts/FontFaceCreationParams.h",
612 "fonts/FontFallbackIterator.cpp", 613 "fonts/FontFallbackIterator.cpp",
613 "fonts/FontFallbackIterator.h", 614 "fonts/FontFallbackIterator.h",
614 "fonts/FontFallbackList.cpp", 615 "fonts/FontFallbackList.cpp",
615 "fonts/FontFallbackList.h", 616 "fonts/FontFallbackList.h",
616 "fonts/FontFallbackPriority.cpp", 617 "fonts/FontFallbackPriority.cpp",
617 "fonts/FontFallbackPriority.h", 618 "fonts/FontFallbackPriority.h",
618 "fonts/FontFamily.cpp", 619 "fonts/FontFamily.cpp",
619 "fonts/FontFamily.h", 620 "fonts/FontFamily.h",
620 "fonts/FontMetrics.h", 621 "fonts/FontMetrics.h",
(...skipping 765 matching lines...) Expand 10 before | Expand all | Expand 10 after
1386 "transforms/PerspectiveTransformOperation.h", 1387 "transforms/PerspectiveTransformOperation.h",
1387 "transforms/RotateTransformOperation.cpp", 1388 "transforms/RotateTransformOperation.cpp",
1388 "transforms/RotateTransformOperation.h", 1389 "transforms/RotateTransformOperation.h",
1389 "transforms/Rotation.cpp", 1390 "transforms/Rotation.cpp",
1390 "transforms/Rotation.h", 1391 "transforms/Rotation.h",
1391 "transforms/ScaleTransformOperation.cpp", 1392 "transforms/ScaleTransformOperation.cpp",
1392 "transforms/ScaleTransformOperation.h", 1393 "transforms/ScaleTransformOperation.h",
1393 "transforms/SkewTransformOperation.cpp", 1394 "transforms/SkewTransformOperation.cpp",
1394 "transforms/SkewTransformOperation.h", 1395 "transforms/SkewTransformOperation.h",
1395 "transforms/TransformOperations.cpp", 1396 "transforms/TransformOperations.cpp",
1397 "transforms/TransformOperations.h",
1396 "transforms/TransformationMatrix.cpp", 1398 "transforms/TransformationMatrix.cpp",
1397 "transforms/TransformationMatrix.h", 1399 "transforms/TransformationMatrix.h",
1398 "transforms/TranslateTransformOperation.cpp", 1400 "transforms/TranslateTransformOperation.cpp",
1399 "transforms/TranslateTransformOperation.h", 1401 "transforms/TranslateTransformOperation.h",
1400 "weborigin/KURL.cpp", 1402 "weborigin/KURL.cpp",
1401 "weborigin/KURL.h", 1403 "weborigin/KURL.h",
1402 "weborigin/KURLHash.h", 1404 "weborigin/KURLHash.h",
1403 "weborigin/KnownPorts.cpp", 1405 "weborigin/KnownPorts.cpp",
1404 "weborigin/KnownPorts.h", 1406 "weborigin/KnownPorts.h",
1405 "weborigin/OriginAccessEntry.cpp", 1407 "weborigin/OriginAccessEntry.cpp",
(...skipping 740 matching lines...) Expand 10 before | Expand all | Expand 10 after
2146 "//third_party/WebKit/Source:config", 2148 "//third_party/WebKit/Source:config",
2147 "//third_party/WebKit/Source:inside_blink", 2149 "//third_party/WebKit/Source:inside_blink",
2148 ] 2150 ]
2149 2151
2150 deps = [ 2152 deps = [
2151 ":test_support", 2153 ":test_support",
2152 "//testing/gmock", 2154 "//testing/gmock",
2153 "//testing/gtest", 2155 "//testing/gtest",
2154 ] 2156 ]
2155 } 2157 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/modules/geolocation/BUILD.gn ('k') | third_party/android_crazy_linker/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698