OLD | NEW |
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 { | 5 { |
6 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 | 8 |
9 'variables': { | 9 'variables': { |
10 'version_py_path': 'tools/build/version.py', | 10 'version_py_path': 'tools/build/version.py', |
(...skipping 669 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
680 'common/thumbnail_score.cc', | 680 'common/thumbnail_score.cc', |
681 'common/thumbnail_score.h', | 681 'common/thumbnail_score.h', |
682 'common/time_format.cc', | 682 'common/time_format.cc', |
683 'common/time_format.h', | 683 'common/time_format.h', |
684 'common/transport_dib.h', | 684 'common/transport_dib.h', |
685 'common/transport_dib_linux.cc', | 685 'common/transport_dib_linux.cc', |
686 'common/transport_dib_mac.cc', | 686 'common/transport_dib_mac.cc', |
687 'common/transport_dib_win.cc', | 687 'common/transport_dib_win.cc', |
688 'common/url_constants.cc', | 688 'common/url_constants.cc', |
689 'common/url_constants.h', | 689 'common/url_constants.h', |
| 690 'common/utility_messages.h', |
| 691 'common/utility_messages_internal.h', |
690 'common/view_types.cc', | 692 'common/view_types.cc', |
691 'common/view_types.h', | 693 'common/view_types.h', |
692 'common/visitedlink_common.cc', | 694 'common/visitedlink_common.cc', |
693 'common/visitedlink_common.h', | 695 'common/visitedlink_common.h', |
694 'common/webkit_param_traits.h', | 696 'common/webkit_param_traits.h', |
695 'common/webmessageportchannel_impl.cc', | 697 'common/webmessageportchannel_impl.cc', |
696 'common/webmessageportchannel_impl.h', | 698 'common/webmessageportchannel_impl.h', |
697 'common/win_safe_util.cc', | 699 'common/win_safe_util.cc', |
698 'common/win_safe_util.h', | 700 'common/win_safe_util.h', |
699 'common/worker_messages.h', | 701 'common/worker_messages.h', |
(...skipping 2253 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2953 ]}, # 'targets' | 2955 ]}, # 'targets' |
2954 ], # OS=="win" | 2956 ], # OS=="win" |
2955 ], # 'conditions' | 2957 ], # 'conditions' |
2956 } | 2958 } |
2957 | 2959 |
2958 # Local Variables: | 2960 # Local Variables: |
2959 # tab-width:2 | 2961 # tab-width:2 |
2960 # indent-tabs-mode:nil | 2962 # indent-tabs-mode:nil |
2961 # End: | 2963 # End: |
2962 # vim: set expandtab tabstop=2 shiftwidth=2: | 2964 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |