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

Side by Side Diff: content/test/BUILD.gn

Issue 2867693004: Snapshot of all changes to get jumbo in blink and content.
Patch Set: Exclude certain files from jumbo because of a Windows problem Created 3 years, 3 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
« no previous file with comments | « content/renderer/render_view_impl.cc ('k') | content/utility/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/chromecast_build.gni") 6 import("//build/config/chromecast_build.gni")
7 import("//build/config/compiler/compiler.gni") 7 import("//build/config/compiler/compiler.gni")
8 import("//build/config/crypto.gni") 8 import("//build/config/crypto.gni")
9 import("//build/config/features.gni") 9 import("//build/config/features.gni")
10 import("//build/config/ui.gni") 10 import("//build/config/ui.gni")
(...skipping 1795 matching lines...) Expand 10 before | Expand all | Expand 10 after
1806 [ "../browser/media/capture/desktop_capture_device_aura_unittest.cc" ] 1806 [ "../browser/media/capture/desktop_capture_device_aura_unittest.cc" ]
1807 } 1807 }
1808 } 1808 }
1809 1809
1810 if (is_linux) { 1810 if (is_linux) {
1811 if (use_dbus) { 1811 if (use_dbus) {
1812 deps += [ "//dbus:test_support" ] 1812 deps += [ "//dbus:test_support" ]
1813 } 1813 }
1814 } 1814 }
1815 if (is_win) { 1815 if (is_win) {
1816 defines += [
1817 # Must be defined to get access to M_PI and M_PI_2 in VS.
1818 "_USE_MATH_DEFINES",
1819 ]
1820
1816 deps += [ "//third_party/iaccessible2" ] 1821 deps += [ "//third_party/iaccessible2" ]
1817 libs = [ "dwrite.lib" ] 1822 libs = [ "dwrite.lib" ]
1818 } 1823 }
1819 if (is_mac) { 1824 if (is_mac) {
1820 deps += [ 1825 deps += [
1821 "//sandbox/mac:seatbelt", 1826 "//sandbox/mac:seatbelt",
1822 "//third_party/mozilla", 1827 "//third_party/mozilla",
1823 "//third_party/ocmock", 1828 "//third_party/ocmock",
1824 "//ui/accelerated_widget_mac", 1829 "//ui/accelerated_widget_mac",
1825 ] 1830 ]
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
1971 if (is_android) { 1976 if (is_android) {
1972 deps += [ "//testing/android/native_test:native_test_native_code" ] 1977 deps += [ "//testing/android/native_test:native_test_native_code" ]
1973 } 1978 }
1974 } 1979 }
1975 1980
1976 group("fuzzers") { 1981 group("fuzzers") {
1977 deps = [ 1982 deps = [
1978 "//content/test/fuzzer", 1983 "//content/test/fuzzer",
1979 ] 1984 ]
1980 } 1985 }
OLDNEW
« no previous file with comments | « content/renderer/render_view_impl.cc ('k') | content/utility/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698