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 '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 883 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
894 '<(protoc_out_dir)/chrome/browser/sync/protocol/session_specifics.pb.cc'
, | 894 '<(protoc_out_dir)/chrome/browser/sync/protocol/session_specifics.pb.cc'
, |
895 '<(protoc_out_dir)/chrome/browser/sync/protocol/session_specifics.pb.h', | 895 '<(protoc_out_dir)/chrome/browser/sync/protocol/session_specifics.pb.h', |
896 '<(protoc_out_dir)/chrome/browser/sync/protocol/theme_specifics.pb.cc', | 896 '<(protoc_out_dir)/chrome/browser/sync/protocol/theme_specifics.pb.cc', |
897 '<(protoc_out_dir)/chrome/browser/sync/protocol/theme_specifics.pb.h', | 897 '<(protoc_out_dir)/chrome/browser/sync/protocol/theme_specifics.pb.h', |
898 '<(protoc_out_dir)/chrome/browser/sync/protocol/typed_url_specifics.pb.c
c', | 898 '<(protoc_out_dir)/chrome/browser/sync/protocol/typed_url_specifics.pb.c
c', |
899 '<(protoc_out_dir)/chrome/browser/sync/protocol/typed_url_specifics.pb.h
', | 899 '<(protoc_out_dir)/chrome/browser/sync/protocol/typed_url_specifics.pb.h
', |
900 'browser/sync/engine/all_status.cc', | 900 'browser/sync/engine/all_status.cc', |
901 'browser/sync/engine/all_status.h', | 901 'browser/sync/engine/all_status.h', |
902 'browser/sync/engine/apply_updates_command.cc', | 902 'browser/sync/engine/apply_updates_command.cc', |
903 'browser/sync/engine/apply_updates_command.h', | 903 'browser/sync/engine/apply_updates_command.h', |
904 'browser/sync/engine/auth_watcher.cc', | |
905 'browser/sync/engine/auth_watcher.h', | |
906 'browser/sync/engine/authenticator.cc', | |
907 'browser/sync/engine/authenticator.h', | |
908 'browser/sync/engine/build_and_process_conflict_sets_command.cc', | 904 'browser/sync/engine/build_and_process_conflict_sets_command.cc', |
909 'browser/sync/engine/build_and_process_conflict_sets_command.h', | 905 'browser/sync/engine/build_and_process_conflict_sets_command.h', |
910 'browser/sync/engine/build_commit_command.cc', | 906 'browser/sync/engine/build_commit_command.cc', |
911 'browser/sync/engine/build_commit_command.h', | 907 'browser/sync/engine/build_commit_command.h', |
912 'browser/sync/engine/change_reorder_buffer.cc', | 908 'browser/sync/engine/change_reorder_buffer.cc', |
913 'browser/sync/engine/change_reorder_buffer.h', | 909 'browser/sync/engine/change_reorder_buffer.h', |
914 'browser/sync/engine/cleanup_disabled_types_command.cc', | 910 'browser/sync/engine/cleanup_disabled_types_command.cc', |
915 'browser/sync/engine/cleanup_disabled_types_command.h', | 911 'browser/sync/engine/cleanup_disabled_types_command.h', |
916 'browser/sync/engine/conflict_resolver.cc', | 912 'browser/sync/engine/conflict_resolver.cc', |
917 'browser/sync/engine/conflict_resolver.h', | 913 'browser/sync/engine/conflict_resolver.h', |
(...skipping 1056 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1974 }], # targets | 1970 }], # targets |
1975 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" | 1971 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" |
1976 ], # 'conditions' | 1972 ], # 'conditions' |
1977 } | 1973 } |
1978 | 1974 |
1979 # Local Variables: | 1975 # Local Variables: |
1980 # tab-width:2 | 1976 # tab-width:2 |
1981 # indent-tabs-mode:nil | 1977 # indent-tabs-mode:nil |
1982 # End: | 1978 # End: |
1983 # vim: set expandtab tabstop=2 shiftwidth=2: | 1979 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |