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

Side by Side Diff: configs/chromium/master/Makefile

Issue 648353002: Remove Skia's forked buildbot code (Closed) Base URL: https://skia.googlesource.com/buildbot.git@master
Patch Set: Fix launch_slaves, remove more stuff Created 6 years, 2 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
OLDNEW
(Empty)
1 # -*- makefile -*-
2
3 CWD := $(shell pwd)
4
5 TOPLEVEL_DIR := $(CWD)/../../../third_party/chromium_buildbot
6 PUBLICCONFIG_DIR := $(TOPLEVEL_DIR)/site_config
7 PRIVATECONFIG_DIR := $(CWD)/..
8
9 # TODO(epoger): I don't know if I even need MASTERPATH
10 MASTERPATH := master.chromium.local
11
12 include $(TOPLEVEL_DIR)/masters/master-common.mk
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698