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

Side by Side Diff: breakpad/BUILD.gn

Issue 824263004: Move the test template to //testing/test.gni (part 2) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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("//testing/rules.gni")
6
5 config("tools_config") { 7 config("tools_config") {
6 include_dirs = [ 8 include_dirs = [
7 "src", 9 "src",
8 "src/third_party", 10 "src/third_party",
9 ] 11 ]
10 if (is_android) { 12 if (is_android) {
11 defines = [ "__ANDROID__" ] 13 defines = [ "__ANDROID__" ]
12 } 14 }
13 if (is_clang) { 15 if (is_clang) {
14 cflags = [ "-Wno-tautological-constant-out-of-range-compare" ] 16 cflags = [ "-Wno-tautological-constant-out-of-range-compare" ]
(...skipping 742 matching lines...) Expand 10 before | Expand all | Expand 10 after
757 "src/client/windows/handler/exception_handler.h", 759 "src/client/windows/handler/exception_handler.h",
758 "src/common/windows/guid_string.cc", 760 "src/common/windows/guid_string.cc",
759 "src/common/windows/guid_string.h", 761 "src/common/windows/guid_string.h",
760 "src/google_breakpad/common/minidump_format.h", 762 "src/google_breakpad/common/minidump_format.h",
761 "src/client/windows/crash_generation/minidump_generator.cc", 763 "src/client/windows/crash_generation/minidump_generator.cc",
762 "src/client/windows/crash_generation/minidump_generator.h", 764 "src/client/windows/crash_generation/minidump_generator.h",
763 "src/common/windows/string_utils-inl.h", 765 "src/common/windows/string_utils-inl.h",
764 ] 766 ]
765 } 767 }
766 } 768 }
OLDNEW
« no previous file with comments | « base/BUILD.gn ('k') | build/config/BUILDCONFIG.gn » ('j') | testing/rules.gni » ('J')

Powered by Google App Engine
This is Rietveld 408576698