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

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

Issue 2867693004: Snapshot of all changes to get jumbo in blink and content.
Patch Set: Rebased again Created 3 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
« no previous file with comments | « content/renderer/shared_worker/embedded_shared_worker_stub.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 1735 matching lines...) Expand 10 before | Expand all | Expand 10 after
1746 [ "../browser/media/capture/desktop_capture_device_aura_unittest.cc" ] 1746 [ "../browser/media/capture/desktop_capture_device_aura_unittest.cc" ]
1747 } 1747 }
1748 } 1748 }
1749 1749
1750 if (is_linux) { 1750 if (is_linux) {
1751 if (use_dbus) { 1751 if (use_dbus) {
1752 deps += [ "//dbus:test_support" ] 1752 deps += [ "//dbus:test_support" ]
1753 } 1753 }
1754 } 1754 }
1755 if (is_win) { 1755 if (is_win) {
1756 defines += [
1757 # Must be defined to get access to M_PI and M_PI_2 in VS.
1758 "_USE_MATH_DEFINES",
1759 ]
1760
1756 deps += [ "//third_party/iaccessible2" ] 1761 deps += [ "//third_party/iaccessible2" ]
1757 libs = [ "dwrite.lib" ] 1762 libs = [ "dwrite.lib" ]
1758 } 1763 }
1759 if (is_mac) { 1764 if (is_mac) {
1760 deps += [ 1765 deps += [
1761 "//sandbox/mac:seatbelt", 1766 "//sandbox/mac:seatbelt",
1762 "//third_party/mozilla", 1767 "//third_party/mozilla",
1763 "//third_party/ocmock", 1768 "//third_party/ocmock",
1764 "//ui/accelerated_widget_mac", 1769 "//ui/accelerated_widget_mac",
1765 ] 1770 ]
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
1906 if (is_android) { 1911 if (is_android) {
1907 deps += [ "//testing/android/native_test:native_test_native_code" ] 1912 deps += [ "//testing/android/native_test:native_test_native_code" ]
1908 } 1913 }
1909 } 1914 }
1910 1915
1911 group("fuzzers") { 1916 group("fuzzers") {
1912 deps = [ 1917 deps = [
1913 "//content/test/fuzzer", 1918 "//content/test/fuzzer",
1914 ] 1919 ]
1915 } 1920 }
OLDNEW
« no previous file with comments | « content/renderer/shared_worker/embedded_shared_worker_stub.cc ('k') | content/utility/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698