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

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

Issue 1649933002: [Chromecast] Hook up mojo media pipeline. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressed comments 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
« no previous file with comments | « no previous file | chromecast/browser/BUILD.gn » ('j') | chromecast/media/mojo/BUILD.gn » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 367 matching lines...) Expand 10 before | Expand all | Expand 10 after
378 "//third_party/smhasher:cityhash", 378 "//third_party/smhasher:cityhash",
379 "//third_party/webrtc/modules/desktop_capture", 379 "//third_party/webrtc/modules/desktop_capture",
380 "//ui/base/ime", 380 "//ui/base/ime",
381 "//ui/gl", 381 "//ui/gl",
382 "//ui/resources", 382 "//ui/resources",
383 "//ui/surface", 383 "//ui/surface",
384 "//ui/web_dialogs", 384 "//ui/web_dialogs",
385 "//v8", 385 "//v8",
386 ] 386 ]
387 387
388 if (enable_mojo_media == "browser") {
389 deps += [ "//media/mojo/services:default_application" ]
390 }
388 if (toolkit_views) { 391 if (toolkit_views) {
389 deps += [ "//ui/views" ] 392 deps += [ "//ui/views" ]
390 } 393 }
391 } else { # iOS 394 } else { # iOS
392 sources += 395 sources +=
393 rebase_path(gypi_values.chrome_browser_ios_sources, ".", "//chrome") 396 rebase_path(gypi_values.chrome_browser_ios_sources, ".", "//chrome")
394 sources += 397 sources +=
395 rebase_path(gypi_values.chrome_browser_google_sources, ".", "//chrome") 398 rebase_path(gypi_values.chrome_browser_google_sources, ".", "//chrome")
396 deps += [ "//net" ] 399 deps += [ "//net" ]
397 libs += [ 400 libs += [
(...skipping 931 matching lines...) Expand 10 before | Expand all | Expand 10 after
1329 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") 1332 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome")
1330 deps = [ 1333 deps = [
1331 "//components/google/core/browser", 1334 "//components/google/core/browser",
1332 "//components/omnibox/browser", 1335 "//components/omnibox/browser",
1333 "//components/rlz", 1336 "//components/rlz",
1334 "//components/search_engines", 1337 "//components/search_engines",
1335 "//rlz:rlz_lib", 1338 "//rlz:rlz_lib",
1336 ] 1339 ]
1337 } 1340 }
1338 } 1341 }
OLDNEW
« no previous file with comments | « no previous file | chromecast/browser/BUILD.gn » ('j') | chromecast/media/mojo/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698