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

Side by Side Diff: third_party/wds/BUILD.gn

Issue 2784393003: Add missing header files to GN files (2 of N) (Closed)
Patch Set: manual fixes Created 3 years, 8 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 | « third_party/openh264/openh264_sources.gni ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 config("wds_config") { 5 config("wds_config") {
6 include_dirs = [ 6 include_dirs = [
7 "gen", 7 "gen",
8 "src", 8 "src",
9 ] 9 ]
10 } 10 }
11 11
12 shared_library("libwds") { 12 shared_library("libwds") {
13 sources = [ 13 sources = [
14 "gen/errorscanner.cpp", 14 "gen/errorscanner.cpp",
15 "gen/errorscanner.h", 15 "gen/errorscanner.h",
16 "gen/headerscanner.cpp", 16 "gen/headerscanner.cpp",
17 "gen/headerscanner.h", 17 "gen/headerscanner.h",
18 "gen/messagescanner.cpp", 18 "gen/messagescanner.cpp",
19 "gen/messagescanner.h", 19 "gen/messagescanner.h",
20 "gen/parser.cpp", 20 "gen/parser.cpp",
21 "gen/parser.h", 21 "gen/parser.h",
22 "src/libwds/common/logging.cpp", 22 "src/libwds/common/logging.cpp",
23 "src/libwds/common/logging.h",
23 "src/libwds/common/message_handler.cpp", 24 "src/libwds/common/message_handler.cpp",
24 "src/libwds/common/message_handler.h", 25 "src/libwds/common/message_handler.h",
25 "src/libwds/common/rtsp_input_handler.cpp", 26 "src/libwds/common/rtsp_input_handler.cpp",
26 "src/libwds/common/rtsp_input_handler.h", 27 "src/libwds/common/rtsp_input_handler.h",
27 "src/libwds/common/video_format.cpp", 28 "src/libwds/common/video_format.cpp",
28 "src/libwds/public/audio_codec.h", 29 "src/libwds/public/audio_codec.h",
29 "src/libwds/public/connector_type.h", 30 "src/libwds/public/connector_type.h",
30 "src/libwds/public/logging.h", 31 "src/libwds/public/logging.h",
31 "src/libwds/public/media_manager.h", 32 "src/libwds/public/media_manager.h",
32 "src/libwds/public/peer.h", 33 "src/libwds/public/peer.h",
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 "src/libwds/source/source.cpp", 117 "src/libwds/source/source.cpp",
117 "src/libwds/source/streaming_state.cpp", 118 "src/libwds/source/streaming_state.cpp",
118 "src/libwds/source/streaming_state.h", 119 "src/libwds/source/streaming_state.h",
119 ] 120 ]
120 121
121 configs -= [ "//build/config/compiler:chromium_code" ] 122 configs -= [ "//build/config/compiler:chromium_code" ]
122 configs += [ "//build/config/compiler:no_chromium_code" ] 123 configs += [ "//build/config/compiler:no_chromium_code" ]
123 124
124 public_configs = [ ":wds_config" ] 125 public_configs = [ ":wds_config" ]
125 } 126 }
OLDNEW
« no previous file with comments | « third_party/openh264/openh264_sources.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698