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
/
chrome
/
chrome.sln
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adding missing "EndProject" in .sln that showed up with recent gmock changes.
robertshield@google.com
2009-05-29
1
-0
/
+1
*
Retry to checkin a version of gmock, modified to use our boost_tuple in VS2005.
ajwong@chromium.org
2009-05-28
1
-0
/
+22
*
Revert "Checkin a version of gmock, modified to use our boost_tuple in VS2005."
ajwong@chromium.org
2009-05-26
1
-22
/
+0
*
Checkin a version of gmock, modified to use our boost_tuple in VS2005.
ajwong@chromium.org
2009-05-26
1
-0
/
+22
*
Adding ffmpeg_binaries target which copies FFmpeg binaries alongside chrome.d...
ajwong@chromium.org
2009-05-23
1
-0
/
+15
*
Fix clobber build on chromium-xp by setting dependency on app_resources from ...
ben@chromium.org
2009-05-21
1
-0
/
+1
*
Make views/ depend only on images from app/resources.
ben@chromium.org
2009-05-21
1
-0
/
+5
*
Revert 16567.
ben@chromium.org
2009-05-21
1
-5
/
+0
*
views/ should use resources from app/resources. Move dependent images to this...
ben@chromium.org
2009-05-21
1
-0
/
+5
*
Restoring cygwin project and dependencies that seem to have been clobbered at...
bradnelson@google.com
2009-05-20
1
-0
/
+36
*
Make views/ use strings from app_strings.
ben@chromium.org
2009-05-20
1
-1
/
+1
*
revert this change, svn seems to have committed it with my property-edit.
ben@chromium.org
2009-05-20
1
-1
/
+1
*
Add locale_settings file to app_strings target.
ben@chromium.org
2009-05-20
1
-0
/
+14
*
Create a new app_strings target that builds strings for the app_base and even...
ben@chromium.org
2009-05-19
1
-0
/
+64
*
Rename app.vcproj to app_base.vcproj to match what is generated
tc@google.com
2009-05-19
1
-1
/
+1
*
Move app-related unit tests to gyp in app.gyp
ben@chromium.org
2009-05-18
1
-27
/
+23
*
Dropping websiteproperties garp from chrome.sln
bradnelson@chromium.org
2009-05-18
1
-749
/
+1
*
Adding cygwin project (calls setup_mount.bat) to chrome.sln.
bradnelson@chromium.org
2009-05-16
1
-0
/
+776
*
Introducing the Utility process, which handles the unpacking and verification
mpcomplete@google.com
2009-05-15
1
-0
/
+12
*
Redirecting chrome.sln to the new vcproj locations spit out by gyp.
bradnelson@chromium.org
2009-05-13
1
-2
/
+2
*
Making command-line specified proxy settings more flexible - allowing for set...
robertshield@google.com
2009-05-12
1
-0
/
+3
*
Move Courgette
sra@chromium.org
2009-05-08
1
-5
/
+5
*
Add 'inspector_resources' as a dependency of 'glue'.
sgk@google.com
2009-05-08
1
-0
/
+1
*
The VS generator handles file copies as AdditionalDependencies,
sgk@google.com
2009-05-08
1
-0
/
+2
*
Manually add new dependencies from webkit.gyp and test_shell.gyp to
sgk@google.com
2009-05-08
1
-0
/
+25
*
Convert the webkit build on Windows to gyp:
sgk@google.com
2009-05-08
1
-2167
/
+2109
*
Move src/chrome/views to src/views. RS=darin http://crbug.com/11387
ben@chromium.org
2009-05-08
1
-2140
/
+2140
*
gtest shouldn't link in gtest_main.cc, as that provides its own main().
evan@chromium.org
2009-05-06
1
-0
/
+12
*
Move Courgette from internal depot to third_party.
sra@chromium.org
2009-05-06
1
-0
/
+83
*
racy builds meant I didn't see this one... build bustage fix via dependency u...
ben@chromium.org
2009-05-05
1
-0
/
+1
*
Adds toplevel app/ directory and moves ResourceBundle into it.
ben@chromium.org
2009-05-05
1
-0
/
+26
*
roll back r15177
ben@chromium.org
2009-05-04
1
-28
/
+1
*
Reverting 15178.
ben@chromium.org
2009-05-04
1
-50
/
+0
*
Reverting 15179.
ben@chromium.org
2009-05-04
1
-1
/
+0
*
Reverting 15180.
ben@chromium.org
2009-05-04
1
-2
/
+0
*
Bustage fix for mac and linux:
ben@chromium.org
2009-05-04
1
-0
/
+2
*
Fix bustage because of missing dep from theme_dll on views_resources.
ben@chromium.org
2009-05-04
1
-0
/
+1
*
Fix bustage by establishing dependencies correctly.
ben@chromium.org
2009-05-04
1
-0
/
+50
*
Extract all views resources into:
ben@chromium.org
2009-05-04
1
-1
/
+28
*
Rolling back webkit-gyp switch. r14382
bradnelson@google.com
2009-04-29
1
-73
/
+153
*
Fixing missing dependecies on webcore from glue and others.
bradnelson@google.com
2009-04-29
1
-0
/
+8
*
Switching webkit over to gyp on windows.
bradnelson@google.com
2009-04-29
1
-153
/
+72
*
Adding dependency v8_nosnapshot -> js2c.
bradnelson@google.com
2009-04-29
1
-12
/
+11
*
Switching forgotten project references (lost after last resolve....).
bradnelson@google.com
2009-04-28
1
-2
/
+2
*
Switching to v8.gyp in the v8 project (so they can maintain it themselves).
bradnelson@google.com
2009-04-28
1
-25
/
+22
*
Relanding this:
jcampan@chromium.org
2009-04-28
1
-0
/
+70
*
Reverting my change it breaks release compilation on Windows.
jcampan@chromium.org
2009-04-27
1
-70
/
+0
*
This patch adds a new kind of tests: browser tests.
jcampan@chromium.org
2009-04-27
1
-0
/
+70
*
Reverting 14597,14596,14595.
sgjesse@chromium.org
2009-04-27
1
-1342
/
+1346
*
Update the solutions again to fix dependency on js2c.
ager@chromium.org
2009-04-27
1
-0
/
+1
[next]