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

Side by Side Diff: chromecast/BUILD.gn

Issue 2058033002: gn: Remove unnecessary v8 defaults (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixes Created 4 years, 5 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 | « chrome/test/base/js2gtest.gni ('k') | content/shell/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 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 import("//build/buildflag_header.gni") 5 import("//build/buildflag_header.gni")
6 import("//build/config/features.gni") 6 import("//build/config/features.gni")
7 import("//build/config/locales.gni") 7 import("//build/config/locales.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//build_overrides/v8.gni")
10 import("//chromecast/build/tests/cast_test.gni") 9 import("//chromecast/build/tests/cast_test.gni")
11 import("//chromecast/chromecast.gni") 10 import("//chromecast/chromecast.gni")
12 import("//media/media_options.gni") 11 import("//media/media_options.gni")
13 import("//tools/grit/repack.gni") 12 import("//tools/grit/repack.gni")
14 import("//ui/ozone/ozone.gni") 13 import("//ui/ozone/ozone.gni")
14 import("//v8/gni/v8.gni")
15 15
16 if (is_android) { 16 if (is_android) {
17 import("//build/config/android/rules.gni") 17 import("//build/config/android/rules.gni")
18 } 18 }
19 19
20 config("playready_config") { 20 config("playready_config") {
21 if (use_playready) { 21 if (use_playready) {
22 defines = [ "PLAYREADY_CDM_AVAILABLE" ] 22 defines = [ "PLAYREADY_CDM_AVAILABLE" ]
23 } 23 }
24 } 24 }
(...skipping 302 matching lines...) Expand 10 before | Expand all | Expand 10 after
327 apk_name = "CastShell" 327 apk_name = "CastShell"
328 android_manifest = "$root_gen_dir/cast_shell_manifest/AndroidManifest.xml" 328 android_manifest = "$root_gen_dir/cast_shell_manifest/AndroidManifest.xml"
329 android_manifest_dep = "//chromecast/browser/android:cast_shell_manifest" 329 android_manifest_dep = "//chromecast/browser/android:cast_shell_manifest"
330 deps = [ 330 deps = [
331 ":cast_shell_apk_assets", 331 ":cast_shell_apk_assets",
332 "//chromecast/android:libcast_shell_android", 332 "//chromecast/android:libcast_shell_android",
333 "//chromecast/browser/android:cast_shell_java", 333 "//chromecast/browser/android:cast_shell_java",
334 ] 334 ]
335 } 335 }
336 } 336 }
OLDNEW
« no previous file with comments | « chrome/test/base/js2gtest.gni ('k') | content/shell/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698