OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 'variables': { | 5 'variables': { |
6 'chromium_code': 1, | 6 'chromium_code': 1, |
7 | 7 |
8 'variables': { | 8 'variables': { |
9 'version_py_path': 'tools/build/version.py', | 9 'version_py_path': 'tools/build/version.py', |
10 'version_path': 'VERSION', | 10 'version_path': 'VERSION', |
(...skipping 516 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
527 'browser/sync/engine/store_timestamps_command.cc', | 527 'browser/sync/engine/store_timestamps_command.cc', |
528 'browser/sync/engine/store_timestamps_command.h', | 528 'browser/sync/engine/store_timestamps_command.h', |
529 'browser/sync/engine/syncer.cc', | 529 'browser/sync/engine/syncer.cc', |
530 'browser/sync/engine/syncer.h', | 530 'browser/sync/engine/syncer.h', |
531 'browser/sync/engine/syncer_command.cc', | 531 'browser/sync/engine/syncer_command.cc', |
532 'browser/sync/engine/syncer_command.h', | 532 'browser/sync/engine/syncer_command.h', |
533 'browser/sync/engine/syncer_end_command.cc', | 533 'browser/sync/engine/syncer_end_command.cc', |
534 'browser/sync/engine/syncer_end_command.h', | 534 'browser/sync/engine/syncer_end_command.h', |
535 'browser/sync/engine/syncer_proto_util.cc', | 535 'browser/sync/engine/syncer_proto_util.cc', |
536 'browser/sync/engine/syncer_proto_util.h', | 536 'browser/sync/engine/syncer_proto_util.h', |
537 'browser/sync/engine/syncer_thread_adapter.cc', | |
538 'browser/sync/engine/syncer_thread_adapter.h', | |
539 'browser/sync/engine/syncer_thread2.cc', | |
540 'browser/sync/engine/syncer_thread2.h', | |
541 'browser/sync/engine/syncer_thread.cc', | 537 'browser/sync/engine/syncer_thread.cc', |
542 'browser/sync/engine/syncer_thread.h', | 538 'browser/sync/engine/syncer_thread.h', |
543 'browser/sync/engine/syncer_types.h', | 539 'browser/sync/engine/syncer_types.h', |
544 'browser/sync/engine/syncer_util.cc', | 540 'browser/sync/engine/syncer_util.cc', |
545 'browser/sync/engine/syncer_util.h', | 541 'browser/sync/engine/syncer_util.h', |
546 'browser/sync/engine/syncproto.h', | 542 'browser/sync/engine/syncproto.h', |
547 'browser/sync/engine/update_applicator.cc', | 543 'browser/sync/engine/update_applicator.cc', |
548 'browser/sync/engine/update_applicator.h', | 544 'browser/sync/engine/update_applicator.h', |
549 'browser/sync/engine/verify_updates_command.cc', | 545 'browser/sync/engine/verify_updates_command.cc', |
550 'browser/sync/engine/verify_updates_command.h', | 546 'browser/sync/engine/verify_updates_command.h', |
(...skipping 1010 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1561 }], # targets | 1557 }], # targets |
1562 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" | 1558 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" |
1563 ], # 'conditions' | 1559 ], # 'conditions' |
1564 } | 1560 } |
1565 | 1561 |
1566 # Local Variables: | 1562 # Local Variables: |
1567 # tab-width:2 | 1563 # tab-width:2 |
1568 # indent-tabs-mode:nil | 1564 # indent-tabs-mode:nil |
1569 # End: | 1565 # End: |
1570 # vim: set expandtab tabstop=2 shiftwidth=2: | 1566 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |