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

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

Issue 2822953002: Remove old wtf/ directory. (Closed)
Patch Set: Fixup *.typemap files. 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 1465 matching lines...) Expand 10 before | Expand all | Expand 10 after
1476 "//cc/paint", 1476 "//cc/paint",
1477 "//gpu/command_buffer/client:client", 1477 "//gpu/command_buffer/client:client",
1478 "//gpu/command_buffer/client:gles2_c_lib", 1478 "//gpu/command_buffer/client:gles2_c_lib",
1479 "//gpu/command_buffer/client:gles2_interface", 1479 "//gpu/command_buffer/client:gles2_interface",
1480 "//gpu/command_buffer/common:common", 1480 "//gpu/command_buffer/common:common",
1481 "//media", 1481 "//media",
1482 "//net", 1482 "//net",
1483 "//services/service_manager/public/interfaces:interfaces_blink", 1483 "//services/service_manager/public/interfaces:interfaces_blink",
1484 "//skia", 1484 "//skia",
1485 "//third_party:jpeg", 1485 "//third_party:jpeg",
1486 "//third_party/WebKit/Source/wtf", 1486 "//third_party/WebKit/Source/platform/wtf",
1487 "//third_party/WebKit/public:mojo_bindings_blink", 1487 "//third_party/WebKit/public:mojo_bindings_blink",
1488 "//third_party/iccjpeg", 1488 "//third_party/iccjpeg",
1489 "//third_party/libpng", 1489 "//third_party/libpng",
1490 "//third_party/libwebp", 1490 "//third_party/libwebp",
1491 "//third_party/ots", 1491 "//third_party/ots",
1492 "//url", 1492 "//url",
1493 "//v8", 1493 "//v8",
1494 ] 1494 ]
1495 deps = [ 1495 deps = [
1496 "//cc/surfaces:surfaces", 1496 "//cc/surfaces:surfaces",
(...skipping 395 matching lines...) Expand 10 before | Expand all | Expand 10 after
1892 } 1892 }
1893 1893
1894 if (use_default_render_theme) { 1894 if (use_default_render_theme) {
1895 sources += [ "scroll/ScrollbarThemeAuraTest.cpp" ] 1895 sources += [ "scroll/ScrollbarThemeAuraTest.cpp" ]
1896 } 1896 }
1897 1897
1898 sources += [ "testing/RunAllTests.cpp" ] 1898 sources += [ "testing/RunAllTests.cpp" ]
1899 1899
1900 configs += [ 1900 configs += [
1901 ":blink_platform_pch", 1901 ":blink_platform_pch",
1902 "//third_party/WebKit/Source/wtf:wtf_config", 1902 "//third_party/WebKit/Source/platform/wtf:wtf_config",
1903 "//third_party/WebKit/Source:config", 1903 "//third_party/WebKit/Source:config",
1904 ] 1904 ]
1905 1905
1906 deps = [ 1906 deps = [
1907 ":platform", 1907 ":platform",
1908 ":test_support", 1908 ":test_support",
1909 "//base", 1909 "//base",
1910 "//base/test:test_support", 1910 "//base/test:test_support",
1911 "//cc", 1911 "//cc",
1912 "//cc:test_support", 1912 "//cc:test_support",
1913 "//cc/blink", 1913 "//cc/blink",
1914 "//device/base/synchronization", 1914 "//device/base/synchronization",
1915 "//mojo/common:test_common_custom_types_blink", 1915 "//mojo/common:test_common_custom_types_blink",
1916 "//mojo/edk/system", 1916 "//mojo/edk/system",
1917 "//mojo/public/cpp/bindings/tests:for_blink_tests", 1917 "//mojo/public/cpp/bindings/tests:for_blink_tests",
1918 "//skia", 1918 "//skia",
1919 "//testing/gmock", 1919 "//testing/gmock",
1920 "//testing/gtest", 1920 "//testing/gtest",
1921 "//third_party/WebKit/Source/platform/loader:unit_tests", 1921 "//third_party/WebKit/Source/platform/loader:unit_tests",
1922 "//third_party/WebKit/Source/wtf", 1922 "//third_party/WebKit/Source/platform/wtf",
1923 "//third_party/harfbuzz-ng", 1923 "//third_party/harfbuzz-ng",
1924 "//ui/gfx", 1924 "//ui/gfx",
1925 "//ui/gfx/geometry", 1925 "//ui/gfx/geometry",
1926 "//ui/gfx/geometry/mojo:test_interfaces_blink", 1926 "//ui/gfx/geometry/mojo:test_interfaces_blink",
1927 "//url", 1927 "//url",
1928 "//url/mojo:test_url_mojom_gurl_blink", 1928 "//url/mojo:test_url_mojom_gurl_blink",
1929 ] 1929 ]
1930 1930
1931 data_deps = [ 1931 data_deps = [
1932 ":blink_platform_unittests_data", 1932 ":blink_platform_unittests_data",
1933 ] 1933 ]
1934 1934
1935 defines = [ "INSIDE_BLINK" ] 1935 defines = [ "INSIDE_BLINK" ]
1936 1936
1937 include_dirs = [ "$root_gen_dir/blink" ] 1937 include_dirs = [ "$root_gen_dir/blink" ]
1938 } 1938 }
1939 1939
1940 test("image_decode_bench") { 1940 test("image_decode_bench") {
1941 visibility = [] # Allow re-assignment of list. 1941 visibility = [] # Allow re-assignment of list.
1942 visibility = [ "*" ] 1942 visibility = [ "*" ]
1943 1943
1944 sources = [ 1944 sources = [
1945 "testing/ImageDecodeBench.cpp", 1945 "testing/ImageDecodeBench.cpp",
1946 ] 1946 ]
1947 1947
1948 deps = [ 1948 deps = [
1949 ":platform", 1949 ":platform",
1950 "//third_party/WebKit/Source/wtf", 1950 "//third_party/WebKit/Source/platform/wtf",
1951 "//ui/gfx:test_support", 1951 "//ui/gfx:test_support",
1952 ] 1952 ]
1953 1953
1954 configs += [ 1954 configs += [
1955 "//third_party/WebKit/Source/wtf:wtf_config", 1955 "//third_party/WebKit/Source/platform/wtf:wtf_config",
1956 "//third_party/WebKit/Source:config", 1956 "//third_party/WebKit/Source:config",
1957 ] 1957 ]
1958 1958
1959 defines = [ "INSIDE_BLINK" ] 1959 defines = [ "INSIDE_BLINK" ]
1960 } 1960 }
1961 1961
1962 test("blink_platform_perftests") { 1962 test("blink_platform_perftests") {
1963 sources = [ 1963 sources = [
1964 "scheduler/base/task_queue_manager_delegate_for_test.cc", 1964 "scheduler/base/task_queue_manager_delegate_for_test.cc",
1965 "scheduler/base/task_queue_manager_delegate_for_test.h", 1965 "scheduler/base/task_queue_manager_delegate_for_test.h",
1966 "scheduler/base/task_queue_manager_perftest.cc", 1966 "scheduler/base/task_queue_manager_perftest.cc",
1967 ] 1967 ]
1968 1968
1969 configs += [ 1969 configs += [
1970 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 1970 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
1971 "//build/config/compiler:no_size_t_to_int_warning", 1971 "//build/config/compiler:no_size_t_to_int_warning",
1972 "//third_party/WebKit/Source/wtf:wtf_config", 1972 "//third_party/WebKit/Source/platform/wtf:wtf_config",
1973 "//third_party/WebKit/Source:config", 1973 "//third_party/WebKit/Source:config",
1974 ] 1974 ]
1975 1975
1976 deps = [ 1976 deps = [
1977 ":platform", 1977 ":platform",
1978 "//base", 1978 "//base",
1979 "//base/test:test_support", 1979 "//base/test:test_support",
1980 "//base/test:test_support_perf", 1980 "//base/test:test_support_perf",
1981 "//testing/gtest", 1981 "//testing/gtest",
1982 "//testing/perf", 1982 "//testing/perf",
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
2043 sources = [ 2043 sources = [
2044 "mhtml/MHTMLFuzzer.cpp", 2044 "mhtml/MHTMLFuzzer.cpp",
2045 ] 2045 ]
2046 deps = [ 2046 deps = [
2047 ":blink_fuzzer_test_support", 2047 ":blink_fuzzer_test_support",
2048 ":platform", 2048 ":platform",
2049 ] 2049 ]
2050 dict = "//testing/libfuzzer/fuzzers/dicts/mhtml.dict" 2050 dict = "//testing/libfuzzer/fuzzers/dicts/mhtml.dict"
2051 seed_corpus = "//third_party/WebKit/LayoutTests/mhtml" 2051 seed_corpus = "//third_party/WebKit/LayoutTests/mhtml"
2052 additional_configs = [ 2052 additional_configs = [
2053 "//third_party/WebKit/Source/wtf:wtf_config", 2053 "//third_party/WebKit/Source/platform/wtf:wtf_config",
2054 "//third_party/WebKit/Source:config", 2054 "//third_party/WebKit/Source:config",
2055 ] 2055 ]
2056 } 2056 }
2057 2057
2058 # Fuzzer for blink::WebIconSizesParser. 2058 # Fuzzer for blink::WebIconSizesParser.
2059 fuzzer_test("web_icon_sizes_fuzzer") { 2059 fuzzer_test("web_icon_sizes_fuzzer") {
2060 sources = [ 2060 sources = [
2061 "WebIconSizesFuzzer.cpp", 2061 "WebIconSizesFuzzer.cpp",
2062 ] 2062 ]
2063 deps = [ 2063 deps = [
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
2162 "//third_party/WebKit/Source:config", 2162 "//third_party/WebKit/Source:config",
2163 "//third_party/WebKit/Source:inside_blink", 2163 "//third_party/WebKit/Source:inside_blink",
2164 ] 2164 ]
2165 2165
2166 deps = [ 2166 deps = [
2167 ":test_support", 2167 ":test_support",
2168 "//testing/gmock", 2168 "//testing/gmock",
2169 "//testing/gtest", 2169 "//testing/gtest",
2170 ] 2170 ]
2171 } 2171 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698