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 { | 5 { |
6 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'browser', | 8 'target_name': 'browser', |
9 'type': '<(library)', | 9 'type': '<(library)', |
10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', | 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', |
11 'dependencies': [ | 11 'dependencies': [ |
12 'common', | 12 'common', |
13 'common_net', | 13 'common_net', |
14 'chrome_extra_resources', | 14 'chrome_extra_resources', |
15 'chrome_resources', | 15 'chrome_resources', |
16 'chrome_strings', | 16 'chrome_strings', |
17 'chrome_version_info', | |
Evan Martin
2010/08/20 19:39:53
This is no longer necessary, because it's part of
| |
18 'component_extensions', | 17 'component_extensions', |
19 'installer_util', | 18 'installer_util', |
20 'platform_locale_settings', | 19 'platform_locale_settings', |
21 'profile_import', | 20 'profile_import', |
22 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp', | 21 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp', |
23 'syncapi', | 22 'syncapi', |
24 'theme_resources', | 23 'theme_resources', |
25 'userfeedback_proto', | 24 'userfeedback_proto', |
26 '../app/app.gyp:app_resources', | 25 '../app/app.gyp:app_resources', |
27 '../app/app.gyp:app_strings', | 26 '../app/app.gyp:app_strings', |
(...skipping 3828 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
3856 ], | 3855 ], |
3857 }, | 3856 }, |
3858 ], | 3857 ], |
3859 } | 3858 } |
3860 | 3859 |
3861 # Local Variables: | 3860 # Local Variables: |
3862 # tab-width:2 | 3861 # tab-width:2 |
3863 # indent-tabs-mode:nil | 3862 # indent-tabs-mode:nil |
3864 # End: | 3863 # End: |
3865 # vim: set expandtab tabstop=2 shiftwidth=2: | 3864 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |