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

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

Issue 1263513004: Get content_unittests to link on the mac GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@enable_mac_net_unittests
Patch Set: Created 5 years, 4 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/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/crypto.gni") 6 import("//build/config/crypto.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//build/module_args/v8.gni") 9 import("//build/module_args/v8.gni")
10 import("//testing/test.gni") 10 import("//testing/test.gni")
(...skipping 544 matching lines...) Expand 10 before | Expand all | Expand 10 after
555 "//media:shared_memory_support", 555 "//media:shared_memory_support",
556 "//media/audio:test_support", 556 "//media/audio:test_support",
557 "//media/base:test_support", 557 "//media/base:test_support",
558 "//media/midi:midi", 558 "//media/midi:midi",
559 "//storage/browser", 559 "//storage/browser",
560 "//storage/common", 560 "//storage/common",
561 "//third_party/WebKit/public:blink", 561 "//third_party/WebKit/public:blink",
562 "//third_party/icu", 562 "//third_party/icu",
563 "//third_party/leveldatabase", 563 "//third_party/leveldatabase",
564 "//third_party/libjingle", 564 "//third_party/libjingle",
565 "//ui/compositor:test_support",
565 "//ui/gl", 566 "//ui/gl",
566 "//ui/gl:test_support", 567 "//ui/gl:test_support",
567 ] 568 ]
568 } 569 }
569 570
570 data_deps = [ "//third_party/mesa:osmesa" ] 571 data_deps = [ "//third_party/mesa:osmesa" ]
571 572
572 if (!is_win) { 573 if (!is_win) {
573 sources += [ "../browser/file_descriptor_info_impl_unittest.cc" ] 574 sources += [ "../browser/file_descriptor_info_impl_unittest.cc" ]
574 } 575 }
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
776 "//testing/gtest", 777 "//testing/gtest",
777 "//third_party/WebKit/public:blink", 778 "//third_party/WebKit/public:blink",
778 "//ui/base", 779 "//ui/base",
779 "//ui/gfx", 780 "//ui/gfx",
780 "//ui/gfx/geometry", 781 "//ui/gfx/geometry",
781 "//ui/gl", 782 "//ui/gl",
782 "//ui/gl:test_support", 783 "//ui/gl:test_support",
783 ] 784 ]
784 } 785 }
785 } 786 }
OLDNEW
« no previous file with comments | « content/common/BUILD.gn ('k') | printing/BUILD.gn » ('j') | printing/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698