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

Side by Side Diff: content/shell/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 | « chromecast/BUILD.gn ('k') | content/test/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 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/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/sanitizers/sanitizers.gni") 6 import("//build/config/sanitizers/sanitizers.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//build/config/win/console_app.gni") 8 import("//build/config/win/console_app.gni")
9 import("//build/config/win/manifest.gni") 9 import("//build/config/win/manifest.gni")
10 import("//media/media_options.gni") 10 import("//media/media_options.gni")
11 import("//mojo/public/tools/bindings/mojom.gni") 11 import("//mojo/public/tools/bindings/mojom.gni")
12 import("//tools/grit/repack.gni") 12 import("//tools/grit/repack.gni")
13 import("//tools/grit/grit_rule.gni") 13 import("//tools/grit/grit_rule.gni")
14 if (is_android) { 14 if (is_android) {
15 import("//build/config/android/config.gni") 15 import("//build/config/android/config.gni")
16 } else if (is_mac) { 16 } else if (is_mac) {
17 import("//build/config/mac/rules.gni") 17 import("//build/config/mac/rules.gni")
18 import("//build_overrides/v8.gni")
19 import("//build/mac/tweak_info_plist.gni") 18 import("//build/mac/tweak_info_plist.gni")
19 import("//v8/gni/v8.gni")
20 } else if (is_win) { 20 } else if (is_win) {
21 import("//build/win/syzygy/syzygy.gni") 21 import("//build/win/syzygy/syzygy.gni")
22 } 22 }
23 23
24 declare_args() { 24 declare_args() {
25 content_shell_product_name = "Content Shell" 25 content_shell_product_name = "Content Shell"
26 content_shell_version = "99.77.34.5" 26 content_shell_version = "99.77.34.5"
27 } 27 }
28 28
29 config("content_shell_lib_warnings") { 29 config("content_shell_lib_warnings") {
(...skipping 703 matching lines...) Expand 10 before | Expand all | Expand 10 after
733 "{{bundle_resources_dir}}/{{source_file_part}}", 733 "{{bundle_resources_dir}}/{{source_file_part}}",
734 ] 734 ]
735 } 735 }
736 } 736 }
737 737
738 mojom("mojo_bindings") { 738 mojom("mojo_bindings") {
739 sources = [ 739 sources = [
740 "common/layout_test/layout_test_bluetooth_fake_adapter_setter.mojom", 740 "common/layout_test/layout_test_bluetooth_fake_adapter_setter.mojom",
741 ] 741 ]
742 } 742 }
OLDNEW
« no previous file with comments | « chromecast/BUILD.gn ('k') | content/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698