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

Unified Diff: base/BUILD.gn

Issue 216903004: Add optional public header checking to GN build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: unit test Created 6 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 | « no previous file | base/test/BUILD.gn » ('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 7aa8659b50c078f00fb261ccd136a9ffe6096fe9..468d76c39026eade9bb37a9dcb5f01820fc65ce4 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -6,7 +6,6 @@ import("//build/config/ui.gni")
component("base") {
sources = [
- "../build/build_config.h",
"third_party/dmg_fp/dmg_fp.h",
"third_party/dmg_fp/g_fmt.cc",
"third_party/dmg_fp/dtoa_wrapper.cc",
@@ -368,6 +367,10 @@ component("base") {
"native_library_mac.mm",
"native_library_posix.cc",
"native_library_win.cc",
+ "numerics/safe_conversions.h",
+ "numerics/safe_conversions_impl.h",
+ "numerics/safe_math.h",
+ "numerics/safe_math_impl.h",
"nix/mime_util_xdg.cc",
"nix/mime_util_xdg.h",
"nix/xdg_util.cc",
@@ -391,7 +394,6 @@ component("base") {
"port.h",
"posix/eintr_wrapper.h",
"posix/file_descriptor_shuffle.cc",
- "posix/file_descriptor_shuffle.y",
"posix/global_descriptors.cc",
"posix/global_descriptors.h",
"posix/unix_domain_socket_linux.cc",
@@ -453,7 +455,6 @@ component("base") {
"process/process_metrics_posix.cc",
"process/process_metrics_win.cc",
"process/process_posix.cc",
- "process/process_util.h",
"process/process_win.cc",
"profiler/scoped_profile.cc",
"profiler/scoped_profile.h",
@@ -468,7 +469,6 @@ component("base") {
"rand_util_win.cc",
"run_loop.cc",
"run_loop.h",
- "safe_numerics.h",
"safe_strerror_posix.cc",
"safe_strerror_posix.h",
"scoped_generic.h",
« no previous file with comments | « no previous file | base/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698