File chromium-last-commit-position-r0.patch of Package chromium-ffmpeg-extra (Revision 4aa08058ecc0da7c0873a857ec5bbb52)

Currently displaying revision 4aa08058ecc0da7c0873a857ec5bbb52 , Show latest

31
 
1
Index: chromium-60.0.3107.4/tools/gn/gn_main.cc
2
===================================================================
3
--- chromium-60.0.3107.4.orig/tools/gn/gn_main.cc
4
+++ chromium-60.0.3107.4/tools/gn/gn_main.cc
5
@@ -12,13 +12,7 @@
6
 #include "tools/gn/standard_out.h"
7
 #include "tools/gn/switches.h"
8
 
9
-// Only the GN-generated build makes this header for now.
10
-// TODO(brettw) consider adding this if we need it in GYP.
11
-#if defined(GN_BUILD)
12
-#include "tools/gn/last_commit_position.h"
13
-#else
14
 #define LAST_COMMIT_POSITION "UNKNOWN"
15
-#endif
16
 
17
 namespace {
18
 
19
Index: chromium-60.0.3107.4/tools/gn/BUILD.gn
20
===================================================================
21
--- chromium-60.0.3107.4.orig/tools/gn/BUILD.gn
22
+++ chromium-60.0.3107.4/tools/gn/BUILD.gn
23
@@ -268,7 +268,6 @@ executable("gn") {
24
 
25
   deps = [
26
     ":gn_lib",
27
-    ":last_commit_position",
28
     "//base",
29
     "//build/config:exe_and_shlib_deps",
30
     "//build/win:default_exe_manifest",
31