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

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: Address comment 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
« no previous file with comments | « configs/chromium/config_private.py ('k') | configs/chromium/master/buildbot » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « configs/chromium/config_private.py ('k') | configs/chromium/master/buildbot » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698