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

Unified Diff: base/BUILD.gn

Issue 2807463004: GN: aix port along with linux_s390x, linux_ppc64 and linux_ppc64le support. (Closed)
Patch Set: rebased, cleaned up the code, addressed comments Created 3 years, 8 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
Index: base/BUILD.gn
diff --git a/base/BUILD.gn b/base/BUILD.gn
index b623e963250371f25eaf56e7dceef972fc850745..61889848f49f29be272a0057fca1f963d7622d7f 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -1212,6 +1212,14 @@ component("base") {
public_configs = [ ":android_system_libs" ]
}
+ # AIX
+ if (is_aix) {
+ sources += [
+ "base/process/internal_aix.cc",
+ "base/process/internal_aix.h",
+ ]
+ }
+
# Chromeos.
if (is_chromeos) {
sources += [ "power_monitor/power_monitor_device_source_chromeos.cc" ]
« no previous file with comments | « PRESUBMIT.py ('k') | base/base_paths_posix.cc » ('j') | base/memory/shared_memory_posix.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698