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

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

Issue 1258273004: Annotate large GN targets for precompiled headers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: disable 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/cpp/BUILD.gn ('k') | ppapi/shared_impl/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 config("proxy_implementation") { 5 config("proxy_implementation") {
6 defines = [ "PPAPI_PROXY_IMPLEMENTATION" ] 6 defines = [ "PPAPI_PROXY_IMPLEMENTATION" ]
7 } 7 }
8 8
9 component("proxy") { 9 component("proxy") {
10 output_name = "ppapi_proxy" 10 output_name = "ppapi_proxy"
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
258 "ppp_content_decryptor_private_proxy.h", 258 "ppp_content_decryptor_private_proxy.h",
259 "ppp_instance_private_proxy.cc", 259 "ppp_instance_private_proxy.cc",
260 "ppp_instance_private_proxy.h", 260 "ppp_instance_private_proxy.h",
261 "ppp_video_decoder_proxy.cc", 261 "ppp_video_decoder_proxy.cc",
262 "ppp_video_decoder_proxy.h", 262 "ppp_video_decoder_proxy.h",
263 "video_capture_resource.cc", 263 "video_capture_resource.cc",
264 "video_capture_resource.h", 264 "video_capture_resource.h",
265 ] 265 ]
266 } 266 }
267 267
268 configs += [ ":proxy_implementation" ] 268 configs += [
269 ":proxy_implementation",
270 "//build/config:precompiled_headers",
271 ]
269 272
270 deps = [ 273 deps = [
271 "//base", 274 "//base",
272 "//gpu/command_buffer/client:gles2_implementation", 275 "//gpu/command_buffer/client:gles2_implementation",
273 "//gpu/ipc", 276 "//gpu/ipc",
274 "//ipc", 277 "//ipc",
275 "//media:shared_memory_support", 278 "//media:shared_memory_support",
276 "//ppapi/c", 279 "//ppapi/c",
277 "//ppapi/proxy:ipc_sources", 280 "//ppapi/proxy:ipc_sources",
278 "//ppapi/shared_impl", 281 "//ppapi/shared_impl",
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
360 deps = [ 363 deps = [
361 "//base/test:test_support", 364 "//base/test:test_support",
362 "//ipc", 365 "//ipc",
363 "//ipc:test_support", 366 "//ipc:test_support",
364 "//ppapi/proxy", 367 "//ppapi/proxy",
365 "//ppapi/shared_impl", 368 "//ppapi/shared_impl",
366 "//testing/gmock", 369 "//testing/gmock",
367 "//testing/gtest", 370 "//testing/gtest",
368 ] 371 ]
369 } 372 }
OLDNEW
« no previous file with comments | « ppapi/cpp/BUILD.gn ('k') | ppapi/shared_impl/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698