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 'base_extra_target': 0, | 9 'base_extra_target': 0, |
10 }, | 10 }, |
(...skipping 338 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
349 'file_descriptor_shuffle.cc', | 349 'file_descriptor_shuffle.cc', |
350 'message_pump_libevent.cc', | 350 'message_pump_libevent.cc', |
351 'string16.cc', | 351 'string16.cc', |
352 'trace_event.cc', | 352 'trace_event.cc', |
353 ], | 353 ], |
354 },], | 354 },], |
355 ], | 355 ], |
356 }], | 356 }], |
357 ['base_extra_target', { | 357 ['base_extra_target', { |
358 'sources': [ | 358 'sources': [ |
359 'crypto/capi_util.h', | |
wtc
2010/06/23 16:44:15
Nit: list .cc before .h (in the directory listing
| |
360 'crypto/capi_util.cc', | |
359 'crypto/cssm_init.cc', | 361 'crypto/cssm_init.cc', |
360 'crypto/cssm_init.h', | 362 'crypto/cssm_init.h', |
361 'crypto/encryptor.h', | 363 'crypto/encryptor.h', |
362 'crypto/encryptor_mac.cc', | 364 'crypto/encryptor_mac.cc', |
363 'crypto/encryptor_nss.cc', | 365 'crypto/encryptor_nss.cc', |
364 'crypto/encryptor_win.cc', | 366 'crypto/encryptor_win.cc', |
365 'crypto/rsa_private_key.h', | 367 'crypto/rsa_private_key.h', |
366 'crypto/rsa_private_key.cc', | 368 'crypto/rsa_private_key.cc', |
367 'crypto/rsa_private_key_mac.cc', | 369 'crypto/rsa_private_key_mac.cc', |
368 'crypto/rsa_private_key_nss.cc', | 370 'crypto/rsa_private_key_nss.cc', |
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
475 'cflags': [ | 477 'cflags': [ |
476 '-Wno-write-strings', | 478 '-Wno-write-strings', |
477 ], | 479 ], |
478 },], | 480 },], |
479 [ 'OS != "win"', { | 481 [ 'OS != "win"', { |
480 'sources!': [ | 482 'sources!': [ |
481 'third_party/purify/pure_api.c', | 483 'third_party/purify/pure_api.c', |
482 'base_drag_source.cc', | 484 'base_drag_source.cc', |
483 'base_drop_target.cc', | 485 'base_drop_target.cc', |
484 'cpu.cc', | 486 'cpu.cc', |
487 'crypto/capi_util.h', | |
488 'crypto/capi_util.cc', | |
485 'debug_on_start.cc', | 489 'debug_on_start.cc', |
486 'event_recorder.cc', | 490 'event_recorder.cc', |
487 'file_version_info.cc', | 491 'file_version_info.cc', |
488 'iat_patch.cc', | 492 'iat_patch.cc', |
489 'image_util.cc', | 493 'image_util.cc', |
490 'object_watcher.cc', | 494 'object_watcher.cc', |
491 'pe_image.cc', | 495 'pe_image.cc', |
492 'registry.cc', | 496 'registry.cc', |
493 'resource_util.cc', | 497 'resource_util.cc', |
494 'win_util.cc', | 498 'win_util.cc', |
(...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
723 'third_party/xdg_mime/xdgmimemagic.c', | 727 'third_party/xdg_mime/xdgmimemagic.c', |
724 'third_party/xdg_mime/xdgmimemagic.h', | 728 'third_party/xdg_mime/xdgmimemagic.h', |
725 'third_party/xdg_mime/xdgmimeparent.c', | 729 'third_party/xdg_mime/xdgmimeparent.c', |
726 'third_party/xdg_mime/xdgmimeparent.h', | 730 'third_party/xdg_mime/xdgmimeparent.h', |
727 ], | 731 ], |
728 }, | 732 }, |
729 ], | 733 ], |
730 }], | 734 }], |
731 ], | 735 ], |
732 } | 736 } |
OLD | NEW |