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

Side by Side Diff: .gn

Issue 2274713005: GN: Fix Windows Clang errors (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Cleaning up. Created 4 years, 3 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
« no previous file with comments | « no previous file | third_party/winsdk_samples/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2015 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2015 The WebRTC project authors. All Rights Reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license 3 # Use of this source code is governed by a BSD-style license
4 # that can be found in the LICENSE file in the root of the source 4 # that can be found in the LICENSE file in the root of the source
5 # tree. An additional intellectual property rights grant can be found 5 # tree. An additional intellectual property rights grant can be found
6 # in the file PATENTS. All contributing project authors may 6 # in the file PATENTS. All contributing project authors may
7 # be found in the AUTHORS file in the root of the source tree. 7 # be found in the AUTHORS file in the root of the source tree.
8 8
9 # The location of the build configuration file. 9 # The location of the build configuration file.
10 buildconfig = "//build/config/BUILDCONFIG.gn" 10 buildconfig = "//build/config/BUILDCONFIG.gn"
(...skipping 29 matching lines...) Expand all
40 "//build/config/android/internal_rules.gni", 40 "//build/config/android/internal_rules.gni",
41 "//build/config/android/rules.gni", 41 "//build/config/android/rules.gni",
42 "//build/config/compiler/BUILD.gn", 42 "//build/config/compiler/BUILD.gn",
43 "//build/config/gcc/gcc_version.gni", 43 "//build/config/gcc/gcc_version.gni",
44 "//build/config/ios/ios_sdk.gni", 44 "//build/config/ios/ios_sdk.gni",
45 "//build/config/linux/BUILD.gn", 45 "//build/config/linux/BUILD.gn",
46 "//build/config/linux/pkg_config.gni", 46 "//build/config/linux/pkg_config.gni",
47 "//build/config/mac/mac_sdk.gni", 47 "//build/config/mac/mac_sdk.gni",
48 "//build/config/posix/BUILD.gn", 48 "//build/config/posix/BUILD.gn",
49 "//build/config/sysroot.gni", 49 "//build/config/sysroot.gni",
50 "//build/config/win/BUILD.gn",
50 "//build/config/win/visual_studio_version.gni", 51 "//build/config/win/visual_studio_version.gni",
51 "//build/gn_helpers.py", 52 "//build/gn_helpers.py",
52 "//build/gypi_to_gn.py", 53 "//build/gypi_to_gn.py",
53 "//build/toolchain/concurrent_links.gni", 54 "//build/toolchain/concurrent_links.gni",
54 "//build/toolchain/gcc_toolchain.gni", 55 "//build/toolchain/gcc_toolchain.gni",
55 "//build/toolchain/mac/BUILD.gn", 56 "//build/toolchain/mac/BUILD.gn",
56 "//build/toolchain/win/BUILD.gn", 57 "//build/toolchain/win/BUILD.gn",
57 "//third_party/boringssl/BUILD.gn", 58 "//third_party/boringssl/BUILD.gn",
58 "//third_party/openh264/BUILD.gn", 59 "//third_party/openh264/BUILD.gn",
59 "//third_party/opus/BUILD.gn", 60 "//third_party/opus/BUILD.gn",
60 "//webrtc/modules/video_render/BUILD.gn", 61 "//webrtc/modules/video_render/BUILD.gn",
61 "//webrtc/modules/video_render/BUILD.gn", 62 "//webrtc/modules/video_render/BUILD.gn",
62 ] 63 ]
OLDNEW
« no previous file with comments | « no previous file | third_party/winsdk_samples/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698