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

Side by Side Diff: ppapi/shared_impl/BUILD.gn

Issue 1256223003: Revert "Add precompiled headers to GN build for large targets." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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 | « ppapi/proxy/BUILD.gn ('k') | ppapi/thunk/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 component("shared_impl") { 5 component("shared_impl") {
6 output_name = "ppapi_shared" 6 output_name = "ppapi_shared"
7 7
8 sources = [ 8 sources = [
9 "array_var.cc", 9 "array_var.cc",
10 "array_var.h", 10 "array_var.h",
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 if (is_win && current_cpu == "x64" && current_toolchain != default_toolchain) { 144 if (is_win && current_cpu == "x64" && current_toolchain != default_toolchain) {
145 sources -= [ 145 sources -= [
146 "ppb_audio_shared.cc", 146 "ppb_audio_shared.cc",
147 "ppb_graphics_3d_shared.cc", 147 "ppb_graphics_3d_shared.cc",
148 "ppb_opengles2_shared.cc", 148 "ppb_opengles2_shared.cc",
149 "private/net_address_private_impl.cc", 149 "private/net_address_private_impl.cc",
150 "private/ppb_host_resolver_shared.cc", 150 "private/ppb_host_resolver_shared.cc",
151 ] 151 ]
152 } 152 }
153 153
154 configs += [ "//build/config:precompiled_headers" ]
155 defines = [ 154 defines = [
156 "PPAPI_SHARED_IMPLEMENTATION", 155 "PPAPI_SHARED_IMPLEMENTATION",
157 156
158 # This target goes in the same library as thunk (in GYP they are the same). 157 # This target goes in the same library as thunk (in GYP they are the same).
159 "PPAPI_THUNK_IMPLEMENTATION", 158 "PPAPI_THUNK_IMPLEMENTATION",
160 ] 159 ]
161 160
162 deps = [ 161 deps = [
163 "//base", 162 "//base",
164 "//base:i18n", 163 "//base:i18n",
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
201 deps = [ 200 deps = [
202 "//base/test:test_support", 201 "//base/test:test_support",
203 "//ipc", 202 "//ipc",
204 "//ipc:test_support", 203 "//ipc:test_support",
205 "//ppapi/proxy", 204 "//ppapi/proxy",
206 "//ppapi/shared_impl", 205 "//ppapi/shared_impl",
207 "//testing/gmock", 206 "//testing/gmock",
208 "//testing/gtest", 207 "//testing/gtest",
209 ] 208 ]
210 } 209 }
OLDNEW
« no previous file with comments | « ppapi/proxy/BUILD.gn ('k') | ppapi/thunk/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698