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

Side by Side Diff: breakpad/BUILD.gn

Issue 569923003: Make content_shell_apk build completely (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-fix-apk-resources
Patch Set: Created 6 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
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 config("tools_config") { 5 config("tools_config") {
6 include_dirs = [ "src", "src/third_party" ] 6 include_dirs = [ "src", "src/third_party" ]
7 if (is_android) { 7 if (is_android) {
8 defines = [ "__ANDROID__" ] 8 defines = [ "__ANDROID__" ]
9 } 9 }
10 if (is_clang) { 10 if (is_clang) {
(...skipping 371 matching lines...) Expand 10 before | Expand all | Expand 10 after
382 # Breakpad rev 583 introduced this flag. 382 # Breakpad rev 583 introduced this flag.
383 # Using this define, stabs_reader.h will include a.out.h to 383 # Using this define, stabs_reader.h will include a.out.h to
384 # build on Linux. 384 # build on Linux.
385 defines = [ "HAVE_A_OUT_H" ] 385 defines = [ "HAVE_A_OUT_H" ]
386 386
387 include_dirs = [ "src" ] 387 include_dirs = [ "src" ]
388 } 388 }
389 } 389 }
390 390
391 static_library("client") { 391 static_library("client") {
392 # Want all these sources for both Linux and Android.
393 set_sources_assignment_filter([])
392 sources = [ 394 sources = [
393 "src/client/linux/crash_generation/crash_generation_client.cc", 395 "src/client/linux/crash_generation/crash_generation_client.cc",
394 "src/client/linux/crash_generation/crash_generation_client.h", 396 "src/client/linux/crash_generation/crash_generation_client.h",
395 "src/client/linux/handler/exception_handler.cc", 397 "src/client/linux/handler/exception_handler.cc",
396 "src/client/linux/handler/exception_handler.h", 398 "src/client/linux/handler/exception_handler.h",
397 "src/client/linux/handler/minidump_descriptor.cc", 399 "src/client/linux/handler/minidump_descriptor.cc",
398 "src/client/linux/handler/minidump_descriptor.h", 400 "src/client/linux/handler/minidump_descriptor.h",
399 "src/client/linux/log/log.cc", 401 "src/client/linux/log/log.cc",
400 "src/client/linux/log/log.h", 402 "src/client/linux/log/log.h",
401 "src/client/linux/minidump_writer/cpu_set.h", 403 "src/client/linux/minidump_writer/cpu_set.h",
(...skipping 291 matching lines...) Expand 10 before | Expand all | Expand 10 after
693 "src/client/windows/handler/exception_handler.h", 695 "src/client/windows/handler/exception_handler.h",
694 "src/common/windows/guid_string.cc", 696 "src/common/windows/guid_string.cc",
695 "src/common/windows/guid_string.h", 697 "src/common/windows/guid_string.h",
696 "src/google_breakpad/common/minidump_format.h", 698 "src/google_breakpad/common/minidump_format.h",
697 "src/client/windows/crash_generation/minidump_generator.cc", 699 "src/client/windows/crash_generation/minidump_generator.cc",
698 "src/client/windows/crash_generation/minidump_generator.h", 700 "src/client/windows/crash_generation/minidump_generator.h",
699 "src/common/windows/string_utils-inl.h", 701 "src/common/windows/string_utils-inl.h",
700 ] 702 ]
701 } 703 }
702 } 704 }
OLDNEW
« no previous file with comments | « base/BUILD.gn ('k') | build/config/BUILD.gn » ('j') | build/config/android/internal_rules.gni » ('J')

Powered by Google App Engine
This is Rietveld 408576698