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

Unified Diff: base/BUILD.gn

Issue 414973002: Add missing base files to GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | build/config/android/rules.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/BUILD.gn
diff --git a/base/BUILD.gn b/base/BUILD.gn
index 2ab44d39a696f08661503d822af2eb6e21f436d1..126a46161920390698ff38632dd647e5e01e8ee6 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -80,6 +80,7 @@ component("base") {
"atomicops_internals_x86_gcc.cc",
"atomicops_internals_x86_gcc.h",
"atomicops_internals_x86_msvc.h",
+ "auto_reset.h",
"barrier_closure.cc",
"barrier_closure.h",
"base_export.h",
@@ -133,6 +134,10 @@ component("base") {
"debug/debugger.h",
"debug/debugger_posix.cc",
"debug/debugger_win.cc",
+ "debug/dump_without_crashing.cc",
+ "debug/dump_without_crashing.h",
+ "debug/gdi_debug_util_win.cc",
+ "debug/gdi_debug_util_win.h",
# This file depends on files from the "allocator" target,
# but this target does not depend on "allocator" (see
# allocator.gyp for details).
@@ -163,6 +168,9 @@ component("base") {
"deferred_sequenced_task_runner.h",
"environment.cc",
"environment.h",
+ "event_recorder.h",
+ "event_recorder_stubs.cc",
+ "event_recorder_win.cc",
"file_descriptor_posix.h",
"file_util.cc",
"file_util.h",
@@ -245,6 +253,8 @@ component("base") {
"json/string_escape.h",
"lazy_instance.cc",
"lazy_instance.h",
+ "linux_util.cc",
+ "linux_util.h",
"location.cc",
"location.h",
"logging.cc",
@@ -870,6 +880,8 @@ component("base") {
} else {
# Non-Linux.
sources -= [
+ "linux_util.cc",
+ "linux_util.h",
"nix/mime_util_xdg.cc",
"nix/mime_util_xdg.h",
"nix/xdg_util.cc",
« no previous file with comments | « no previous file | build/config/android/rules.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698