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

Unified Diff: base/BUILD.gn

Issue 2807463004: GN: aix port along with linux_s390x, linux_ppc64 and linux_ppc64le support. (Closed)
Patch Set: 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
« no previous file with comments | « PRESUBMIT.py ('k') | base/base_paths_posix.cc » ('j') | tools/gn/args.cc » ('J')
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 7714190534fc23bd8b879ffb3e119916d6c144d3..8b6a60337db55da852fc8cfc9a003f74370d46cc 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') | tools/gn/args.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698