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

Side by Side Diff: third_party/WebKit/Source/web/BUILD.gn

Issue 2108643003: [GN] Add //build/config/compiler:wexit_time_destructors everywhere it is in GYP. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « storage/common/BUILD.gn ('k') | no next file » | 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/ui.gni") 5 import("//build/config/ui.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 import("//third_party/WebKit/Source/bindings/bindings.gni") 7 import("//third_party/WebKit/Source/bindings/bindings.gni")
8 import("//third_party/WebKit/Source/config.gni") 8 import("//third_party/WebKit/Source/config.gni")
9 import("//third_party/WebKit/Source/core/core.gni") 9 import("//third_party/WebKit/Source/core/core.gni")
10 import("//third_party/WebKit/Source/modules/modules.gni") 10 import("//third_party/WebKit/Source/modules/modules.gni")
(...skipping 14 matching lines...) Expand all
25 "//third_party/WebKit/Source/core", 25 "//third_party/WebKit/Source/core",
26 "//third_party/WebKit/Source/modules", 26 "//third_party/WebKit/Source/modules",
27 "//third_party/WebKit/Source/platform", 27 "//third_party/WebKit/Source/platform",
28 "//third_party/angle:translator", 28 "//third_party/angle:translator",
29 "//third_party/icu", 29 "//third_party/icu",
30 "//ui/gfx/geometry", 30 "//ui/gfx/geometry",
31 "//v8", 31 "//v8",
32 ] 32 ]
33 33
34 configs += [ 34 configs += [
35 "//build/config/compiler:wexit_time_destructors",
35 "//third_party/WebKit/Source:config", 36 "//third_party/WebKit/Source:config",
36 "//third_party/WebKit/Source:inside_blink", 37 "//third_party/WebKit/Source:inside_blink",
37 "//third_party/WebKit/Source:non_test_config", 38 "//third_party/WebKit/Source:non_test_config",
38 ] 39 ]
39 40
40 defines = [ "BLINK_WEB_IMPLEMENTATION=1" ] 41 defines = [ "BLINK_WEB_IMPLEMENTATION=1" ]
41 42
42 sources = web_gypi.web_files 43 sources = web_gypi.web_files
43 44
44 if (!use_default_render_theme) { 45 if (!use_default_render_theme) {
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 139
139 if (is_android) { 140 if (is_android) {
140 deps += [ 141 deps += [
141 "//base:base_java", 142 "//base:base_java",
142 "//content/public/android:content_java", 143 "//content/public/android:content_java",
143 "//content/shell/android:content_shell_assets", 144 "//content/shell/android:content_shell_assets",
144 "//net/android:net_java", 145 "//net/android:net_java",
145 ] 146 ]
146 } 147 }
147 } 148 }
OLDNEW
« no previous file with comments | « storage/common/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698