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

Side by Side Diff: chrome/browser/BUILD.gn

Issue 1722283002: about_flags.cc entry for WebRTC-H264WithOpenH264FFmpeg (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nit, moved flag to bottom of about_flags list Created 4 years, 10 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
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 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 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 import("//build/config/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/crypto.gni") 6 import("//build/config/crypto.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//chrome/common/features.gni") 9 import("//chrome/common/features.gni")
10 import("//media/media_options.gni") 10 import("//media/media_options.gni")
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
181 "//components/user_prefs", 181 "//components/user_prefs",
182 "//components/user_prefs/tracked:user_prefs_tracked", 182 "//components/user_prefs/tracked:user_prefs_tracked",
183 "//components/variations", 183 "//components/variations",
184 "//components/variations/net", 184 "//components/variations/net",
185 "//components/variations/service", 185 "//components/variations/service",
186 "//components/web_resource", 186 "//components/web_resource",
187 "//components/webdata/common", 187 "//components/webdata/common",
188 "//components/webdata_services", 188 "//components/webdata_services",
189 "//content/public/browser", 189 "//content/public/browser",
190 "//content/public/common", 190 "//content/public/common",
191 "//content/public/common:feature_h264_with_openh264_ffmpeg",
hbos_chromium 2016/02/25 15:20:16 (Target for base::Feature kWebRtcH264WithOpenH264F
192 "//content/public/common:features",
hbos_chromium 2016/02/25 15:20:16 (Target for BUILDFLAG(RTC_USE_H264).)
191 "//courgette:courgette_lib", 193 "//courgette:courgette_lib",
192 "//crypto", 194 "//crypto",
193 "//google_apis", 195 "//google_apis",
194 "//gpu/config", 196 "//gpu/config",
195 "//skia", 197 "//skia",
196 "//sql", 198 "//sql",
197 "//sync", 199 "//sync",
198 "//third_party/cacheinvalidation", 200 "//third_party/cacheinvalidation",
199 "//third_party/icu", 201 "//third_party/icu",
200 "//third_party/libjingle", 202 "//third_party/libjingle",
(...skipping 1141 matching lines...) Expand 10 before | Expand all | Expand 10 after
1342 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") 1344 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome")
1343 deps = [ 1345 deps = [
1344 "//components/google/core/browser", 1346 "//components/google/core/browser",
1345 "//components/omnibox/browser", 1347 "//components/omnibox/browser",
1346 "//components/rlz", 1348 "//components/rlz",
1347 "//components/search_engines", 1349 "//components/search_engines",
1348 "//rlz:rlz_lib", 1350 "//rlz:rlz_lib",
1349 ] 1351 ]
1350 } 1352 }
1351 } 1353 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698