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

Unified Diff: third_party/BUILD.gn

Issue 900753002: Add namespace and re-arrange PDFium's local copy of chromium /base. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 5 years, 11 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: third_party/BUILD.gn
diff --git a/third_party/BUILD.gn b/third_party/BUILD.gn
index df02938a93ca6022c5c1371666916927743dc7ac..1ba829c42a75da7a0caccc2f83b6d0caf6669df2 100644
--- a/third_party/BUILD.gn
+++ b/third_party/BUILD.gn
@@ -76,13 +76,13 @@ component("safemath") {
"//build/config/compiler:no_chromium_code",
]
sources = [
- "logging.h",
- "macros.h",
- "template_util.h",
- "numerics/safe_conversions.h",
- "numerics/safe_conversions_impl.h",
- "numerics/safe_math.h",
- "numerics/safe_math_impl.h",
+ "base/logging.h",
+ "base/macros.h",
+ "base/template_util.h",
+ "base/numerics/safe_conversions.h",
+ "base/numerics/safe_conversions_impl.h",
+ "base/numerics/safe_math.h",
+ "base/numerics/safe_math_impl.h",
]
}

Powered by Google App Engine
This is Rietveld 408576698