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

Side by Side Diff: 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/slave/run_webserver.bat ('k') | master/__init__.py » ('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 THIRDPARTY := $(CWD)/../third_party
5 CHROMIUM_BUILDBOT := $(THIRDPARTY)/chromium_buildbot
6
7 # These variables are used within master-common.mk
8 MASTERPATH := master.client.skia
9 BUILDBOT_PATH = $(BUILDBOT8_PATH)
10 TOPLEVEL_DIR := $(CHROMIUM_BUILDBOT)
11 PUBLICCONFIG_DIR := $(CHROMIUM_BUILDBOT)/site_config
12 PRIVATECONFIG_DIR := $(CWD)/../site_config
13
14 include $(CHROMIUM_BUILDBOT)/masters/master-common.mk
OLDNEW
« no previous file with comments | « configs/chromium/slave/run_webserver.bat ('k') | master/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698