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

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

Issue 2605743002: Use consistent types for ICC profiles (Closed)
Patch Set: No export for static lib Created 3 years, 11 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 1884 matching lines...) Expand 10 before | Expand all | Expand 10 after
1895 visibility = [ "*" ] 1895 visibility = [ "*" ]
1896 1896
1897 sources = [ 1897 sources = [
1898 "testing/ImageDecodeBench.cpp", 1898 "testing/ImageDecodeBench.cpp",
1899 ] 1899 ]
1900 1900
1901 deps = [ 1901 deps = [
1902 ":blink_common", 1902 ":blink_common",
1903 ":platform", 1903 ":platform",
1904 "//third_party/WebKit/Source/wtf", 1904 "//third_party/WebKit/Source/wtf",
1905 "//ui/gfx:test_support",
1905 ] 1906 ]
1906 1907
1907 configs += [ 1908 configs += [
1908 "//third_party/WebKit/Source/wtf:wtf_config", 1909 "//third_party/WebKit/Source/wtf:wtf_config",
1909 "//third_party/WebKit/Source:config", 1910 "//third_party/WebKit/Source:config",
1910 ] 1911 ]
1911 1912
1912 defines = [ "INSIDE_BLINK" ] 1913 defines = [ "INSIDE_BLINK" ]
1913 } 1914 }
1914 1915
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
2083 "//third_party/WebKit/Source:config", 2084 "//third_party/WebKit/Source:config",
2084 "//third_party/WebKit/Source:inside_blink", 2085 "//third_party/WebKit/Source:inside_blink",
2085 ] 2086 ]
2086 2087
2087 deps = [ 2088 deps = [
2088 ":test_support", 2089 ":test_support",
2089 "//testing/gmock", 2090 "//testing/gmock",
2090 "//testing/gtest", 2091 "//testing/gtest",
2091 ] 2092 ]
2092 } 2093 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698