Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 # Copyright 2016 The Chromium Authors. All rights reserved. | |
| 2 # Use of this source code is governed by a BSD-style license that can be | |
| 3 # found in the LICENSE file. | |
| 4 | |
| 5 import os | |
| 6 | |
| 7 from google.appengine.ext import vendor | |
| 8 | |
| 9 # Add all the third-party libraries. | |
| 10 vendor.add( | |
| 11 os.path.join(os.path.dirname(os.path.realpath(__file__)), 'third_party')) | |
| OLD | NEW |