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

Side by Side Diff: tools/clang/scripts/blink_gc_plugin_flags.sh

Issue 1180693002: Update from https://crrev.com/333737 (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: rebased Created 5 years, 6 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 #!/usr/bin/env bash
2 # Copyright 2014 The Chromium Authors. All rights reserved.
3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file.
5
6 # TODO(thakis): Remove this script once Source/config.gyp refers the the .py
7 # file.
8 THIS_DIR="$(dirname "${0}")"
9 ABS_THIS_DIR="${PWD}/${THIS_DIR}"
10 exec python "${ABS_THIS_DIR}/blink_gc_plugin_flags.py" "$@"
OLDNEW
« no previous file with comments | « tools/clang/blink_gc_plugin/tests/traceimpl_overloaded.txt ('k') | tools/clang/scripts/package.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698