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 830 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
841 ], | 841 ], |
842 }, | 842 }, |
843 { | 843 { |
844 'target_name': 'sync', | 844 'target_name': 'sync', |
845 'type': '<(library)', | 845 'type': '<(library)', |
846 'sources': [ | 846 'sources': [ |
847 '<(protoc_out_dir)/chrome/browser/sync/protocol/sync.pb.cc', | 847 '<(protoc_out_dir)/chrome/browser/sync/protocol/sync.pb.cc', |
848 '<(protoc_out_dir)/chrome/browser/sync/protocol/sync.pb.h', | 848 '<(protoc_out_dir)/chrome/browser/sync/protocol/sync.pb.h', |
849 '<(protoc_out_dir)/chrome/browser/sync/protocol/encryption.pb.cc', | 849 '<(protoc_out_dir)/chrome/browser/sync/protocol/encryption.pb.cc', |
850 '<(protoc_out_dir)/chrome/browser/sync/protocol/encryption.pb.h', | 850 '<(protoc_out_dir)/chrome/browser/sync/protocol/encryption.pb.h', |
| 851 '<(protoc_out_dir)/chrome/browser/sync/protocol/app_specifics.pb.cc', |
| 852 '<(protoc_out_dir)/chrome/browser/sync/protocol/app_specifics.pb.h', |
851 '<(protoc_out_dir)/chrome/browser/sync/protocol/autofill_specifics.pb.cc
', | 853 '<(protoc_out_dir)/chrome/browser/sync/protocol/autofill_specifics.pb.cc
', |
852 '<(protoc_out_dir)/chrome/browser/sync/protocol/autofill_specifics.pb.h'
, | 854 '<(protoc_out_dir)/chrome/browser/sync/protocol/autofill_specifics.pb.h'
, |
853 '<(protoc_out_dir)/chrome/browser/sync/protocol/bookmark_specifics.pb.cc
', | 855 '<(protoc_out_dir)/chrome/browser/sync/protocol/bookmark_specifics.pb.cc
', |
854 '<(protoc_out_dir)/chrome/browser/sync/protocol/bookmark_specifics.pb.h'
, | 856 '<(protoc_out_dir)/chrome/browser/sync/protocol/bookmark_specifics.pb.h'
, |
855 '<(protoc_out_dir)/chrome/browser/sync/protocol/extension_specifics.pb.c
c', | 857 '<(protoc_out_dir)/chrome/browser/sync/protocol/extension_specifics.pb.c
c', |
856 '<(protoc_out_dir)/chrome/browser/sync/protocol/extension_specifics.pb.h
', | 858 '<(protoc_out_dir)/chrome/browser/sync/protocol/extension_specifics.pb.h
', |
857 '<(protoc_out_dir)/chrome/browser/sync/protocol/nigori_specifics.pb.cc', | 859 '<(protoc_out_dir)/chrome/browser/sync/protocol/nigori_specifics.pb.cc', |
858 '<(protoc_out_dir)/chrome/browser/sync/protocol/nigori_specifics.pb.h', | 860 '<(protoc_out_dir)/chrome/browser/sync/protocol/nigori_specifics.pb.h', |
859 '<(protoc_out_dir)/chrome/browser/sync/protocol/password_specifics.pb.cc
', | 861 '<(protoc_out_dir)/chrome/browser/sync/protocol/password_specifics.pb.cc
', |
860 '<(protoc_out_dir)/chrome/browser/sync/protocol/password_specifics.pb.h'
, | 862 '<(protoc_out_dir)/chrome/browser/sync/protocol/password_specifics.pb.h'
, |
(...skipping 1016 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1877 }], # targets | 1879 }], # targets |
1878 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" | 1880 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" |
1879 ], # 'conditions' | 1881 ], # 'conditions' |
1880 } | 1882 } |
1881 | 1883 |
1882 # Local Variables: | 1884 # Local Variables: |
1883 # tab-width:2 | 1885 # tab-width:2 |
1884 # indent-tabs-mode:nil | 1886 # indent-tabs-mode:nil |
1885 # End: | 1887 # End: |
1886 # vim: set expandtab tabstop=2 shiftwidth=2: | 1888 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |