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 { | 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 'debugger', | 17 'debugger', |
18 'installer_util', | 18 'installer_util', |
19 'platform_locale_settings', | 19 'platform_locale_settings', |
20 'profile_import', | 20 'profile_import', |
21 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp', | 21 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp', |
22 'browser/policy/proto/device_management_proto.gyp:device_management_prot
o_cpp', | 22 'browser/policy/proto/device_management_proto.gyp:device_management_prot
o_cpp', |
| 23 'policy', |
23 'safe_browsing_csd_proto', | 24 'safe_browsing_csd_proto', |
24 'safe_browsing_report_proto', | 25 'safe_browsing_report_proto', |
25 'syncapi', | 26 'syncapi', |
26 'theme_resources', | 27 'theme_resources', |
27 'userfeedback_proto', | 28 'userfeedback_proto', |
28 '../app/app.gyp:app_resources', | 29 '../app/app.gyp:app_resources', |
29 '../app/app.gyp:app_strings', | 30 '../app/app.gyp:app_strings', |
30 '../media/media.gyp:media', | 31 '../media/media.gyp:media', |
31 '../ppapi/ppapi.gyp:ppapi_proxy', # For PpapiMsg_LoadPlugin | 32 '../ppapi/ppapi.gyp:ppapi_proxy', # For PpapiMsg_LoadPlugin |
32 '../printing/printing.gyp:printing', | 33 '../printing/printing.gyp:printing', |
(...skipping 4544 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4577 ], | 4578 ], |
4578 }, | 4579 }, |
4579 ], | 4580 ], |
4580 } | 4581 } |
4581 | 4582 |
4582 # Local Variables: | 4583 # Local Variables: |
4583 # tab-width:2 | 4584 # tab-width:2 |
4584 # indent-tabs-mode:nil | 4585 # indent-tabs-mode:nil |
4585 # End: | 4586 # End: |
4586 # vim: set expandtab tabstop=2 shiftwidth=2: | 4587 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |