OLD | NEW |
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 'target_defaults': { | 6 'target_defaults': { |
7 'variables': { | 7 'variables': { |
8 'base_target': 0, | 8 'base_target': 0, |
9 }, | 9 }, |
10 'target_conditions': [ | 10 'target_conditions': [ |
(...skipping 313 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
324 'crypto/cssm_init.cc', | 324 'crypto/cssm_init.cc', |
325 'crypto/cssm_init.h', | 325 'crypto/cssm_init.h', |
326 ], | 326 ], |
327 } | 327 } |
328 ], | 328 ], |
329 [ 'OS == "win"', { | 329 [ 'OS == "win"', { |
330 'include_dirs': [ | 330 'include_dirs': [ |
331 '../chrome/third_party/wtl/include', | 331 '../chrome/third_party/wtl/include', |
332 ], | 332 ], |
333 'sources!': [ | 333 'sources!': [ |
334 'data_pack.cc', | |
335 'event_recorder_stubs.cc', | 334 'event_recorder_stubs.cc', |
336 'file_descriptor_shuffle.cc', | 335 'file_descriptor_shuffle.cc', |
337 'message_pump_libevent.cc', | 336 'message_pump_libevent.cc', |
338 'string16.cc', | 337 'string16.cc', |
339 ], | 338 ], |
340 },], | 339 },], |
341 ], | 340 ], |
342 }], | 341 }], |
343 ], | 342 ], |
344 }, | 343 }, |
(...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
588 'configurations': { | 587 'configurations': { |
589 'Common': { | 588 'Common': { |
590 'msvs_target_platform': 'x64', | 589 'msvs_target_platform': 'x64', |
591 }, | 590 }, |
592 }, | 591 }, |
593 }, | 592 }, |
594 ], | 593 ], |
595 }], | 594 }], |
596 ], | 595 ], |
597 } | 596 } |
OLD | NEW |