Add git cl format presubmit warning for extension and apps.
[chromium-blink-merge.git] / tools / binary_size / binary_size.gyp
blob8d8b04ceb4e7a0a8ede78c24a0984fe7a32b8271
1 # Copyright 2014 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.
6   'targets': [
7     {
8       'target_name': 'binary_size_java',
9       'type': 'none',
10       'variables': {
11         'java_in_dir': '../binary_size/java',
12       },
13       'includes': [ '../../build/java.gypi' ],
14     },
15   ],