| 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 686 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 697 'browser/sync/syncable/transaction_observer.h', | 697 'browser/sync/syncable/transaction_observer.h', |
| 698 'browser/sync/util/cryptographer.cc', | 698 'browser/sync/util/cryptographer.cc', |
| 699 'browser/sync/util/cryptographer.h', | 699 'browser/sync/util/cryptographer.h', |
| 700 'browser/sync/util/dbgq.h', | 700 'browser/sync/util/dbgq.h', |
| 701 'browser/sync/util/extensions_activity_monitor.cc', | 701 'browser/sync/util/extensions_activity_monitor.cc', |
| 702 'browser/sync/util/extensions_activity_monitor.h', | 702 'browser/sync/util/extensions_activity_monitor.h', |
| 703 'browser/sync/util/logging.cc', | 703 'browser/sync/util/logging.cc', |
| 704 'browser/sync/util/logging.h', | 704 'browser/sync/util/logging.h', |
| 705 'browser/sync/util/nigori.cc', | 705 'browser/sync/util/nigori.cc', |
| 706 'browser/sync/util/nigori.h', | 706 'browser/sync/util/nigori.h', |
| 707 'browser/sync/util/oauth.cc', |
| 708 'browser/sync/util/oauth.h', |
| 707 'browser/sync/util/sqlite_utils.cc', | 709 'browser/sync/util/sqlite_utils.cc', |
| 708 'browser/sync/util/sqlite_utils.h', | 710 'browser/sync/util/sqlite_utils.h', |
| 709 'browser/sync/util/user_settings.cc', | 711 'browser/sync/util/user_settings.cc', |
| 710 'browser/sync/util/user_settings.h', | 712 'browser/sync/util/user_settings.h', |
| 711 'browser/sync/util/user_settings_posix.cc', | 713 'browser/sync/util/user_settings_posix.cc', |
| 712 'browser/sync/util/user_settings_win.cc', | 714 'browser/sync/util/user_settings_win.cc', |
| 713 'browser/sync/weak_handle.cc', | 715 'browser/sync/weak_handle.cc', |
| 714 'browser/sync/weak_handle.h', | 716 'browser/sync/weak_handle.h', |
| 715 ], | 717 ], |
| 716 'include_dirs': [ | 718 'include_dirs': [ |
| (...skipping 989 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1706 'destination': '<(PRODUCT_DIR)', | 1708 'destination': '<(PRODUCT_DIR)', |
| 1707 'files': [ | 1709 'files': [ |
| 1708 '<(INTERMEDIATE_DIR)/repack/chrome.pak' | 1710 '<(INTERMEDIATE_DIR)/repack/chrome.pak' |
| 1709 ], | 1711 ], |
| 1710 }, | 1712 }, |
| 1711 ], | 1713 ], |
| 1712 }], # targets | 1714 }], # targets |
| 1713 }], # os_posix == 1 and OS != "mac" | 1715 }], # os_posix == 1 and OS != "mac" |
| 1714 ], # 'conditions' | 1716 ], # 'conditions' |
| 1715 } | 1717 } |
| OLD | NEW |