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

Side by Side Diff: ppapi/ppapi_sources.gypi

Issue 10332018: Work around linker error of multiple definitions of pp::BlockUntilComplete (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: remove .cc Created 8 years, 7 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/ppapi_proxy.gypi ('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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 { 5 {
6 'variables': { 6 'variables': {
7 'c_source_files': [ 7 'c_source_files': [
8 'c/pp_array_output.h', 8 'c/pp_array_output.h',
9 'c/pp_bool.h', 9 'c/pp_bool.h',
10 'c/pp_completion_callback.h', 10 'c/pp_completion_callback.h',
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 'c/trusted/ppb_url_loader_trusted.h', 129 'c/trusted/ppb_url_loader_trusted.h',
130 'c/trusted/ppp_broker.h', 130 'c/trusted/ppp_broker.h',
131 ], 131 ],
132 'cpp_source_files': [ 132 'cpp_source_files': [
133 'cpp/array_output.cc', 133 'cpp/array_output.cc',
134 'cpp/array_output.h', 134 'cpp/array_output.h',
135 'cpp/audio.cc', 135 'cpp/audio.cc',
136 'cpp/audio.h', 136 'cpp/audio.h',
137 'cpp/audio_config.cc', 137 'cpp/audio_config.cc',
138 'cpp/audio_config.h', 138 'cpp/audio_config.h',
139 'cpp/completion_callback.cc',
140 'cpp/completion_callback.h', 139 'cpp/completion_callback.h',
141 'cpp/core.cc', 140 'cpp/core.cc',
142 'cpp/core.h', 141 'cpp/core.h',
143 'cpp/file_io.cc', 142 'cpp/file_io.cc',
144 'cpp/file_io.h', 143 'cpp/file_io.h',
145 'cpp/file_ref.cc', 144 'cpp/file_ref.cc',
146 'cpp/file_ref.h', 145 'cpp/file_ref.h',
147 'cpp/file_system.cc', 146 'cpp/file_system.cc',
148 'cpp/file_system.h', 147 'cpp/file_system.h',
149 'cpp/fullscreen.cc', 148 'cpp/fullscreen.cc',
(...skipping 299 matching lines...) Expand 10 before | Expand all | Expand 10 after
449 'c/dev/ppb_transport_dev.h', 448 'c/dev/ppb_transport_dev.h',
450 ], 449 ],
451 'cpp_source_files': [ 450 'cpp_source_files': [
452 'cpp/dev/transport_dev.cc', 451 'cpp/dev/transport_dev.cc',
453 'cpp/dev/transport_dev.h', 452 'cpp/dev/transport_dev.h',
454 ], 453 ],
455 }, 454 },
456 }], 455 }],
457 ], 456 ],
458 } 457 }
OLDNEW
« no previous file with comments | « ppapi/ppapi_proxy.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698