OLD | NEW |
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 321 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
332 'nss_util.h', | 332 'nss_util.h', |
333 ], | 333 ], |
334 }, { # OS != "mac" | 334 }, { # OS != "mac" |
335 'sources!': [ | 335 'sources!': [ |
336 'crypto/cssm_init.cc', | 336 'crypto/cssm_init.cc', |
337 'crypto/cssm_init.h', | 337 'crypto/cssm_init.h', |
338 ], | 338 ], |
339 },], | 339 },], |
340 [ 'OS == "win"', { | 340 [ 'OS == "win"', { |
341 'include_dirs': [ | 341 'include_dirs': [ |
342 '../chrome/third_party/wtl/include', | 342 '<(DEPTH)/third_party/wtl/include', |
343 ], | 343 ], |
344 'sources!': [ | 344 'sources!': [ |
345 'event_recorder_stubs.cc', | 345 'event_recorder_stubs.cc', |
346 'file_descriptor_shuffle.cc', | 346 'file_descriptor_shuffle.cc', |
347 'message_pump_libevent.cc', | 347 'message_pump_libevent.cc', |
348 'string16.cc', | 348 'string16.cc', |
349 ], | 349 ], |
350 },], | 350 },], |
351 ], | 351 ], |
352 }], | 352 }], |
(...skipping 293 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
646 'third_party/xdg_mime/xdgmimemagic.c', | 646 'third_party/xdg_mime/xdgmimemagic.c', |
647 'third_party/xdg_mime/xdgmimemagic.h', | 647 'third_party/xdg_mime/xdgmimemagic.h', |
648 'third_party/xdg_mime/xdgmimeparent.c', | 648 'third_party/xdg_mime/xdgmimeparent.c', |
649 'third_party/xdg_mime/xdgmimeparent.h', | 649 'third_party/xdg_mime/xdgmimeparent.h', |
650 ], | 650 ], |
651 }, | 651 }, |
652 ], | 652 ], |
653 }], | 653 }], |
654 ], | 654 ], |
655 } | 655 } |
OLD | NEW |