| 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 624 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 635 'browser/sync/engine/verify_updates_command.cc', | 635 'browser/sync/engine/verify_updates_command.cc', |
| 636 'browser/sync/engine/verify_updates_command.h', | 636 'browser/sync/engine/verify_updates_command.h', |
| 637 'browser/sync/js/js_arg_list.cc', | 637 'browser/sync/js/js_arg_list.cc', |
| 638 'browser/sync/js/js_arg_list.h', | 638 'browser/sync/js/js_arg_list.h', |
| 639 'browser/sync/js/js_backend.h', | 639 'browser/sync/js/js_backend.h', |
| 640 'browser/sync/js/js_controller.h', | 640 'browser/sync/js/js_controller.h', |
| 641 'browser/sync/js/js_event_details.cc', | 641 'browser/sync/js/js_event_details.cc', |
| 642 'browser/sync/js/js_event_details.h', | 642 'browser/sync/js/js_event_details.h', |
| 643 'browser/sync/js/js_event_handler.h', | 643 'browser/sync/js/js_event_handler.h', |
| 644 'browser/sync/js/js_reply_handler.h', | 644 'browser/sync/js/js_reply_handler.h', |
| 645 'browser/sync/js/js_mutation_event_observer.cc', |
| 646 'browser/sync/js/js_mutation_event_observer.h', |
| 645 'browser/sync/js/js_sync_manager_observer.cc', | 647 'browser/sync/js/js_sync_manager_observer.cc', |
| 646 'browser/sync/js/js_sync_manager_observer.h', | 648 'browser/sync/js/js_sync_manager_observer.h', |
| 647 'browser/sync/js/js_transaction_observer.cc', | |
| 648 'browser/sync/js/js_transaction_observer.h', | |
| 649 'browser/sync/protocol/proto_enum_conversions.cc', | 649 'browser/sync/protocol/proto_enum_conversions.cc', |
| 650 'browser/sync/protocol/proto_enum_conversions.h', | 650 'browser/sync/protocol/proto_enum_conversions.h', |
| 651 'browser/sync/protocol/proto_value_conversions.cc', | 651 'browser/sync/protocol/proto_value_conversions.cc', |
| 652 'browser/sync/protocol/proto_value_conversions.h', | 652 'browser/sync/protocol/proto_value_conversions.h', |
| 653 'browser/sync/protocol/service_constants.h', | 653 'browser/sync/protocol/service_constants.h', |
| 654 'browser/sync/protocol/sync_protocol_error.cc', | 654 'browser/sync/protocol/sync_protocol_error.cc', |
| 655 'browser/sync/protocol/sync_protocol_error.h', | 655 'browser/sync/protocol/sync_protocol_error.h', |
| 656 'browser/sync/sessions/ordered_commit_set.cc', | 656 'browser/sync/sessions/ordered_commit_set.cc', |
| 657 'browser/sync/sessions/ordered_commit_set.h', | 657 'browser/sync/sessions/ordered_commit_set.h', |
| 658 'browser/sync/sessions/session_state.cc', | 658 'browser/sync/sessions/session_state.cc', |
| (...skipping 1046 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1705 'destination': '<(PRODUCT_DIR)', | 1705 'destination': '<(PRODUCT_DIR)', |
| 1706 'files': [ | 1706 'files': [ |
| 1707 '<(INTERMEDIATE_DIR)/repack/chrome.pak' | 1707 '<(INTERMEDIATE_DIR)/repack/chrome.pak' |
| 1708 ], | 1708 ], |
| 1709 }, | 1709 }, |
| 1710 ], | 1710 ], |
| 1711 }], # targets | 1711 }], # targets |
| 1712 }], # OS != "mac" | 1712 }], # OS != "mac" |
| 1713 ], # 'conditions' | 1713 ], # 'conditions' |
| 1714 } | 1714 } |
| OLD | NEW |