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 687 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
698 'browser/sync/syncable/syncable_id.cc', | 698 'browser/sync/syncable/syncable_id.cc', |
699 'browser/sync/syncable/syncable_id.h', | 699 'browser/sync/syncable/syncable_id.h', |
700 'browser/sync/syncable/syncable_enum_conversions.cc', | 700 'browser/sync/syncable/syncable_enum_conversions.cc', |
701 'browser/sync/syncable/syncable_enum_conversions.h', | 701 'browser/sync/syncable/syncable_enum_conversions.h', |
702 'browser/sync/syncable/transaction_observer.h', | 702 'browser/sync/syncable/transaction_observer.h', |
703 'browser/sync/util/cryptographer.cc', | 703 'browser/sync/util/cryptographer.cc', |
704 'browser/sync/util/cryptographer.h', | 704 'browser/sync/util/cryptographer.h', |
705 'browser/sync/util/dbgq.h', | 705 'browser/sync/util/dbgq.h', |
706 'browser/sync/util/extensions_activity_monitor.cc', | 706 'browser/sync/util/extensions_activity_monitor.cc', |
707 'browser/sync/util/extensions_activity_monitor.h', | 707 'browser/sync/util/extensions_activity_monitor.h', |
| 708 'browser/sync/util/immutable.h', |
708 'browser/sync/util/logging.cc', | 709 'browser/sync/util/logging.cc', |
709 'browser/sync/util/logging.h', | 710 'browser/sync/util/logging.h', |
710 'browser/sync/util/nigori.cc', | 711 'browser/sync/util/nigori.cc', |
711 'browser/sync/util/nigori.h', | 712 'browser/sync/util/nigori.h', |
712 'browser/sync/util/oauth.cc', | 713 'browser/sync/util/oauth.cc', |
713 'browser/sync/util/oauth.h', | 714 'browser/sync/util/oauth.h', |
714 'browser/sync/util/shared_value.h', | |
715 'browser/sync/util/sqlite_utils.cc', | 715 'browser/sync/util/sqlite_utils.cc', |
716 'browser/sync/util/sqlite_utils.h', | 716 'browser/sync/util/sqlite_utils.h', |
717 'browser/sync/util/user_settings.cc', | 717 'browser/sync/util/user_settings.cc', |
718 'browser/sync/util/user_settings.h', | 718 'browser/sync/util/user_settings.h', |
719 'browser/sync/util/user_settings_posix.cc', | 719 'browser/sync/util/user_settings_posix.cc', |
720 'browser/sync/util/user_settings_win.cc', | 720 'browser/sync/util/user_settings_win.cc', |
721 'browser/sync/weak_handle.cc', | 721 'browser/sync/weak_handle.cc', |
722 'browser/sync/weak_handle.h', | 722 'browser/sync/weak_handle.h', |
723 ], | 723 ], |
724 'include_dirs': [ | 724 'include_dirs': [ |
(...skipping 994 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1719 'destination': '<(PRODUCT_DIR)', | 1719 'destination': '<(PRODUCT_DIR)', |
1720 'files': [ | 1720 'files': [ |
1721 '<(INTERMEDIATE_DIR)/repack/chrome.pak' | 1721 '<(INTERMEDIATE_DIR)/repack/chrome.pak' |
1722 ], | 1722 ], |
1723 }, | 1723 }, |
1724 ], | 1724 ], |
1725 }], # targets | 1725 }], # targets |
1726 }], # OS != "mac" | 1726 }], # OS != "mac" |
1727 ], # 'conditions' | 1727 ], # 'conditions' |
1728 } | 1728 } |
OLD | NEW |