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

Currently displaying revision 2031258ed8ca6c763abbf1d688f1ea90 , Show latest

28
 
1
--- a/tools/gn/gn_main.cc   2015-11-12 11:49:56.260549036 +0000
2
+++ b/tools/gn/gn_main.cc   2015-11-12 11:50:14.780931485 +0000
3
@@ -12,13 +12,7 @@
4
 #include "tools/gn/standard_out.h"
5
 #include "tools/gn/switches.h"
6
 
7
-// Only the GN-generated build makes this header for now.
8
-// TODO(brettw) consider adding this if we need it in GYP.
9
-#if defined(GN_BUILD)
10
-#include "tools/gn/last_commit_position.h"
11
-#else
12
 #define LAST_COMMIT_POSITION "UNKNOWN"
13
-#endif
14
 
15
 namespace {
16
 
17
--- a/tools/gn/BUILD.gn 2015-11-12 11:50:43.513524769 +0000
18
+++ b/tools/gn/BUILD.gn 2015-11-12 11:50:57.697817632 +0000
19
@@ -263,7 +263,6 @@
20
 
21
   deps = [
22
     ":gn_lib",
23
-    ":last_commit_position",
24
     "//base",
25
     "//build/config/sanitizers:deps",
26
     "//build/win:default_exe_manifest",
27
28