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

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

Issue 1119613002: Fix building NaCl in Linux component GN builds. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rely on NaCl toolchains to turn off component build Created 5 years, 7 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 | « build/config/features.gni ('k') | no next file » | 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/crypto.gni") 5 import("//build/config/crypto.gni")
6 import("//build/config/features.gni") 6 import("//build/config/features.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//build/module_args/v8.gni") 8 import("//build/module_args/v8.gni")
9 import("//testing/test.gni") 9 import("//testing/test.gni")
10 import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni") 10 import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni")
(...skipping 658 matching lines...) Expand 10 before | Expand all | Expand 10 after
669 sources = [ 669 sources = [
670 "../common/gpu/client/gl_helper_unittest.cc", 670 "../common/gpu/client/gl_helper_unittest.cc",
671 "../common/gpu/client/gpu_in_process_context_tests.cc", 671 "../common/gpu/client/gpu_in_process_context_tests.cc",
672 ] 672 ]
673 673
674 deps = [ 674 deps = [
675 ":test_support", 675 ":test_support",
676 "//base/allocator", 676 "//base/allocator",
677 "//base/test:test_support", 677 "//base/test:test_support",
678 "//content/public/common", 678 "//content/public/common",
679 "//gpu/blink",
679 "//gpu/command_buffer/common", 680 "//gpu/command_buffer/common",
680 "//testing/gtest", 681 "//testing/gtest",
681 "//third_party/WebKit/public:blink", 682 "//third_party/WebKit/public:blink",
682 "//ui/base", 683 "//ui/base",
683 "//ui/gfx", 684 "//ui/gfx",
684 "//ui/gfx:test_support", 685 "//ui/gfx:test_support",
685 "//ui/gfx/geometry", 686 "//ui/gfx/geometry",
686 "//ui/gl", 687 "//ui/gl",
687 "//v8", 688 "//v8",
688 ] 689 ]
(...skipping 21 matching lines...) Expand all
710 "//gpu/blink", 711 "//gpu/blink",
711 "//testing/gtest", 712 "//testing/gtest",
712 "//third_party/WebKit/public:blink", 713 "//third_party/WebKit/public:blink",
713 "//ui/base", 714 "//ui/base",
714 "//ui/gfx", 715 "//ui/gfx",
715 "//ui/gfx/geometry", 716 "//ui/gfx/geometry",
716 "//ui/gl", 717 "//ui/gl",
717 ] 718 ]
718 } 719 }
719 } 720 }
OLDNEW
« no previous file with comments | « build/config/features.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698