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

Side by Side Diff: gpu/BUILD.gn

Issue 1250273002: Add precompiled headers to GN build for large targets. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: mergey-wergey 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 | « extensions/renderer/BUILD.gn ('k') | gpu/command_buffer/service/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 # GYP-to-GN project mappings: 5 # GYP-to-GN project mappings:
6 # 6 #
7 # gpu.gyp:command_buffer_client => //gpu/command_buffer/client 7 # gpu.gyp:command_buffer_client => //gpu/command_buffer/client
8 # 8 #
9 # gpu.gyp:command_buffer_common => //gpu/command_buffer/common 9 # gpu.gyp:command_buffer_common => //gpu/command_buffer/common
10 # 10 #
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
224 "config/gpu_control_list_unittest.cc", 224 "config/gpu_control_list_unittest.cc",
225 "config/gpu_control_list_version_info_unittest.cc", 225 "config/gpu_control_list_version_info_unittest.cc",
226 "config/gpu_driver_bug_list_unittest.cc", 226 "config/gpu_driver_bug_list_unittest.cc",
227 "config/gpu_info_collector_unittest.cc", 227 "config/gpu_info_collector_unittest.cc",
228 "config/gpu_info_unittest.cc", 228 "config/gpu_info_unittest.cc",
229 "config/gpu_test_config_unittest.cc", 229 "config/gpu_test_config_unittest.cc",
230 "config/gpu_test_expectations_parser_unittest.cc", 230 "config/gpu_test_expectations_parser_unittest.cc",
231 "config/gpu_util_unittest.cc", 231 "config/gpu_util_unittest.cc",
232 ] 232 ]
233 233
234 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ] 234 configs += [
235 "//build/config:precompiled_headers",
236
237 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
238 "//build/config/compiler:no_size_t_to_int_warning",
239 ]
235 240
236 deps = [ 241 deps = [
237 ":gpu", 242 ":gpu",
238 ":test_support", 243 ":test_support",
239 "//base", 244 "//base",
240 "//base/test:test_support", 245 "//base/test:test_support",
241 "//base/third_party/dynamic_annotations", 246 "//base/third_party/dynamic_annotations",
242 "//testing/gmock", 247 "//testing/gmock",
243 "//testing/gtest", 248 "//testing/gtest",
244 "//third_party/angle:translator", 249 "//third_party/angle:translator",
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
289 294
290 deps = [ 295 deps = [
291 "//base", 296 "//base",
292 "//base/test:test_support", 297 "//base/test:test_support",
293 "//base/third_party/dynamic_annotations", 298 "//base/third_party/dynamic_annotations",
294 "//testing/gmock", 299 "//testing/gmock",
295 "//testing/gtest", 300 "//testing/gtest",
296 "//third_party/angle:translator_static", 301 "//third_party/angle:translator_static",
297 ] 302 ]
298 } 303 }
OLDNEW
« no previous file with comments | « extensions/renderer/BUILD.gn ('k') | gpu/command_buffer/service/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698