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

Side by Side Diff: base/base_unittest.sl

Issue 9856028: Remove Slavelastic Manifest File (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 9 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 ; This file is needed for the experimental Slavelastic/Swarm project.
2 ; Talk to csharp@chromium.org for details
3 ; base_unittests.sl: Slavelastic Manifest file for Base Unit Tests
4
5 [Header]
6 name = Base Unittests
7
8 [Windows]
9 executable = src\build\%(target)s\base_unittests.exe
10
11 [Linux]
12 executable = src/out/%(target)s/base_unittests
13
14 [Mac]
15 ; PLACEHOLDER ONLY, WON'T WORK
16 executable = src/out/%(target)s/base_unittests
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698