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

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: .grd if expr matching about_flags.cc #if. Use of kOsDesktop Created 4 years, 9 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",
192 "//content/public/common:features",
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 1147 matching lines...) Expand 10 before | Expand all | Expand 10 after
1348 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") 1350 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome")
1349 deps = [ 1351 deps = [
1350 "//components/google/core/browser", 1352 "//components/google/core/browser",
1351 "//components/omnibox/browser", 1353 "//components/omnibox/browser",
1352 "//components/rlz", 1354 "//components/rlz",
1353 "//components/search_engines", 1355 "//components/search_engines",
1354 "//rlz:rlz_lib", 1356 "//rlz:rlz_lib",
1355 ] 1357 ]
1356 } 1358 }
1357 } 1359 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698