rename example.py -> examples/full.py for all modules

R=dnj@chromium.org, nodir@chromium.org, phajdan.jr@chromium.org

Bug:
Change-Id: I47d8f9311b6ee71583fb989888a1e4d28b5495df
Reviewed-on: https://chromium-review.googlesource.com/520731
Commit-Queue: Robbie Iannucci <iannucci@chromium.org>
Reviewed-by: Nodir Turakulov <nodir@chromium.org>
This commit is contained in:
Robert Iannucci
2017-06-01 11:10:39 -07:00
committed by Commit Bot
parent 6cfe8d4301
commit 56038f517d
99 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
# Copyright 2016 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
DEPS = [
'presubmit',
]
def RunSteps(api):
api.presubmit()
def GenTests(api):
yield api.test('basic')