index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
gn
/
secondary
Commit message (
Expand
)
Author
Age
Files
Lines
*
Work on GYP generation for GN. The hybrid build now works in xcode and ninja.
brettw@chromium.org
2013-10-29
4
-4
/
+41
*
Fix the output of "gn args" for the OS and CPU architecture.
brettw@chromium.org
2013-10-25
1
-0
/
+3
*
Fix GN unit tests
brettw@chromium.org
2013-10-25
2
-0
/
+26
*
Fix GN build on Linux.
brettw@chromium.org
2013-10-24
1
-1
/
+1
*
Improve Windows GN build setup.
brettw@chromium.org
2013-10-22
3
-39
/
+133
*
[net] Move android/x509_util.[cc|h] to cert/x509_util_android.[cc|h]
nyquist@google.com
2013-10-22
1
-2
/
+2
*
Add BUILD.gn files for weborigin/weborigin_unittests
jamesr@chromium.org
2013-10-22
2
-1
/
+70
*
Fix GN errors in WebKit build files.
brettw@chromium.org
2013-10-22
1
-3
/
+3
*
Listen for new system certificates.
qsr@chromium.org
2013-10-22
1
-0
/
+2
*
Work on the GN GYP generator
brettw@chromium.org
2013-10-20
1
-0
/
+2
*
(mostly) working wtf / wtf_unittests gn targets
jamesr@chromium.org
2013-10-19
5
-5
/
+393
*
Work on GN cross compiling.
brettw@chromium.org
2013-10-18
4
-46
/
+213
*
GYP generator for GN.
brettw@chromium.org
2013-10-16
6
-118
/
+125
*
Add the concept of a source set to GN.
brettw@chromium.org
2013-10-08
3
-5
/
+21
*
Add inherited libs and lib_dirs to GN.
brettw@chromium.org
2013-10-07
27
-93
/
+244
*
Enhance the Windows GN build
brettw@chromium.org
2013-10-07
6
-21
/
+251
*
This makes the Skia build work 95% in GN and it fixes a number of error repor...
brettw@chromium.org
2013-10-04
3
-490
/
+1135
*
Remove the ENABLE_GPU #define and enable_gpu gyp variable
jamesr@chromium.org
2013-10-04
1
-1
/
+0
*
Some fixes for the GYP subcommand of GN
brettw@chromium.org
2013-10-03
14
-145
/
+149
*
Get gn generation working on mac
jamesr@chromium.org
2013-10-02
4
-10
/
+8
*
base: Move PerfTimer out of test/ directory.
tfarina@chromium.org
2013-09-29
1
-3
/
+3
*
Move IsRunningOnChromeOS to SysInfo
stevenjb@chromium.org
2013-09-27
1
-2
/
+0
*
GN: Return array from pkgconfig wrapper
brettw@chromium.org
2013-09-25
4
-21
/
+98
*
Fix GN on Windows build and tests.
brettw@chromium.org
2013-09-23
4
-14
/
+11
*
GN: Make Linux build work again.
brettw@chromium.org
2013-09-23
1
-1
/
+1
*
Replace to_build_path() with the more general rebase_path(). Use rebase_path ...
brettw@chromium.org
2013-09-23
9
-31
/
+72
*
Work on generated resources for GN chrome build.
brettw@chromium.org
2013-09-20
2
-18
/
+86
*
Work on GN Windows build.
brettw@chromium.org
2013-09-19
3
-16
/
+18
*
Update GN copy file rule.
brettw@chromium.org
2013-09-18
1
-1
/
+1
*
This changes the current directory for script execution to be the build direc...
brettw@chromium.org
2013-09-17
5
-21
/
+15
*
Add hard dependencies and compile prereqs to GN
brettw@chromium.org
2013-09-11
2
-1
/
+101
*
Add ability to rename a target's output name.
brettw@chromium.org
2013-09-10
5
-11
/
+14
*
Remove nss hack in chrome.
brettw@chromium.org
2013-09-10
15
-55
/
+1349
*
The ldflags are now inherited across module boundaries until a shared library...
brettw@chromium.org
2013-09-10
7
-8
/
+277
*
Add a GYP command to GN. This runs GYP and then GN, and does some work to int...
brettw@chromium.org
2013-08-29
26
-243
/
+471
*
Move perftimer.* into base/test/ directory.
tfarina@chromium.org
2013-08-24
1
-4
/
+2
*
GN: Add some variables, work on net compiling.
brettw@chromium.org
2013-08-23
3
-4
/
+1199
*
This make the GN current dir be set on thte scope. This fixes a bug where a t...
brettw@chromium.org
2013-08-23
2
-42
/
+19
*
Various config fixes in GN.
brettw@chromium.org
2013-08-21
8
-24
/
+6
*
Moved base test support stuff to //base/test/
brettw@chromium.org
2013-08-21
19
-183
/
+1359
*
Add support for boolean values to GN.
brettw@chromium.org
2013-08-20
2
-16
/
+16
*
This hooks up build flags from the command-line and the toolchain (for re-inv...
brettw@chromium.org
2013-08-19
13
-278
/
+367
*
Remove ENABLE_LANGUAGE_DETECTION in BUILD.gn
hajimehoshi@chromium.org
2013-08-19
1
-1
/
+0
*
Fix line endings and copyrights of GN buildfiles.
brettw@chromium.org
2013-08-13
10
-1668
/
+1690
*
Self-hosting on Linux.
brettw@chromium.org
2013-08-13
10
-88
/
+233
*
Split apart various target type code.
brettw@chromium.org
2013-08-13
8
-62
/
+195
*
Add support for data deps.
brettw@chromium.org
2013-08-06
2
-16
/
+14
*
Make the Mac build work.
brettw@chromium.org
2013-08-06
8
-22
/
+179
*
Hook up better describing, work on Mac build.
brettw@chromium.org
2013-08-05
4
-140
/
+327
*
Revert 214325 "Revert 214254 "Add initial prototype for the GN m..."
bauerb@chromium.org
2013-07-30
12
-0
/
+2364
[next]