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

Side by Side Diff: ppapi/ppapi_internal.gyp

Issue 657313004: Cleanup: Remove trailing whitespaces in gyp files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git/+/master
Patch Set: Created 6 years, 2 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_cpp.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 'chromium_code': 1, # Use higher warning level. 7 'chromium_code': 1, # Use higher warning level.
8 }, 8 },
9 'target_defaults': { 9 'target_defaults': {
10 'conditions': [ 10 'conditions': [
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
236 'dependencies': [ 236 'dependencies': [
237 'ppapi.gyp:ppapi_c', 237 'ppapi.gyp:ppapi_c',
238 '../base/base.gyp:base_win64', 238 '../base/base.gyp:base_win64',
239 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn amic_annotations_win64', 239 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn amic_annotations_win64',
240 '../gpu/gpu.gyp:command_buffer_common_win64', 240 '../gpu/gpu.gyp:command_buffer_common_win64',
241 '../ipc/ipc.gyp:ipc_win64', 241 '../ipc/ipc.gyp:ipc_win64',
242 '../ui/events/latency_info_nacl.gyp:latency_info_nacl_win64', 242 '../ui/events/latency_info_nacl.gyp:latency_info_nacl_win64',
243 ], 243 ],
244 'defines': [ 244 'defines': [
245 '<@(nacl_win64_defines)', 245 '<@(nacl_win64_defines)',
246 ], 246 ],
247 'export_dependent_settings': [ 247 'export_dependent_settings': [
248 '../base/base.gyp:base_win64', 248 '../base/base.gyp:base_win64',
249 ], 249 ],
250 'configurations': { 250 'configurations': {
251 'Common_Base': { 251 'Common_Base': {
252 'msvs_target_platform': 'x64', 252 'msvs_target_platform': 'x64',
253 }, 253 },
254 }, 254 },
255 }, 255 },
256 { 256 {
(...skipping 11 matching lines...) Expand all
268 '../gpu/gpu.gyp:gpu_ipc_win64', 268 '../gpu/gpu.gyp:gpu_ipc_win64',
269 '../ui/events/latency_info_nacl.gyp:latency_info_nacl_win64', 269 '../ui/events/latency_info_nacl.gyp:latency_info_nacl_win64',
270 'ppapi.gyp:ppapi_c', 270 'ppapi.gyp:ppapi_c',
271 'ppapi_shared_win64', 271 'ppapi_shared_win64',
272 ], 272 ],
273 'export_dependent_settings': [ 273 'export_dependent_settings': [
274 '../gpu/gpu.gyp:gpu_ipc_win64', 274 '../gpu/gpu.gyp:gpu_ipc_win64',
275 ], 275 ],
276 'defines': [ 276 'defines': [
277 '<@(nacl_win64_defines)', 277 '<@(nacl_win64_defines)',
278 ], 278 ],
279 'all_dependent_settings': { 279 'all_dependent_settings': {
280 'include_dirs': [ 280 'include_dirs': [
281 '..', 281 '..',
282 ], 282 ],
283 }, 283 },
284 'configurations': { 284 'configurations': {
285 'Common_Base': { 285 'Common_Base': {
286 'msvs_target_platform': 'x64', 286 'msvs_target_platform': 'x64',
287 }, 287 },
288 }, 288 },
289 }], 289 }],
290 }], 290 }],
291 ], 291 ],
292 } 292 }
OLDNEW
« no previous file with comments | « ppapi/ppapi_cpp.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698