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

Unified Diff: BUILD.gn

Issue 2125023004: Remove v8- prefix of file name in libsampler. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 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 | src/isolate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index cf5085b032a36a23647fea6c206a6bce1649701b..a11b1467e286fdc799183bca0d3c358bc29fcb31 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -2032,8 +2032,8 @@ v8_source_set("v8_libplatform") {
v8_source_set("v8_libsampler") {
sources = [
- "src/libsampler/v8-sampler.cc",
- "src/libsampler/v8-sampler.h",
+ "src/libsampler/sampler.cc",
+ "src/libsampler/sampler.h",
]
configs = [ ":internal_config_base" ]
« no previous file with comments | « no previous file | src/isolate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698