Files
platform-external-webrtc/tools-webrtc/testdata/all_build_files/subpackage1/BUILD.gn
ehmaldonado 4fb97462a8 Add presubmit check to prevent package boundary violations.
BUG=webrtc:6954
NOTRY=True

Review-Url: https://codereview.webrtc.org/2629723004
Cr-Commit-Position: refs/heads/master@{#16357}
2017-01-30 13:27:22 +00:00

16 lines
546 B
Plaintext

# Copyright (c) 2017 The WebRTC project authors. All Rights Reserved.
#
# Use of this source code is governed by a BSD-style license
# that can be found in the LICENSE file in the root of the source
# tree. An additional intellectual property rights grant can be found
# in the file PATENTS. All contributing project authors may
# be found in the AUTHORS file in the root of the source tree.
target("error_1") {
sources = [
"subpackage1.h",
"subsubpackage1/dummy_subsubpackage1.cc",
"subsubpackage1/dummy_subsubpackage1.h",
]
}