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': 'static_library', | 9 'type': 'static_library', |
10 'dependencies': [ | 10 'dependencies': [ |
11 'app/policy/cloud_policy_codegen.gyp:policy', | 11 'app/policy/cloud_policy_codegen.gyp:policy', |
12 'browser/sync/protocol/sync_proto.gyp:sync_proto', | 12 'browser/sync/protocol/sync_proto.gyp:sync_proto', |
13 'cert_logger_proto', | 13 'cert_logger_proto', |
14 'chrome_resources.gyp:chrome_extra_resources', | 14 'chrome_extra_resources', |
15 'chrome_resources.gyp:chrome_resources', | 15 'chrome_resources', |
16 'chrome_resources.gyp:chrome_strings', | 16 'chrome_strings', |
17 'chrome_resources.gyp:platform_locale_settings', | |
18 'chrome_resources.gyp:theme_resources', | |
19 'common', | 17 'common', |
20 'common_net', | 18 'common_net', |
21 'debugger', | 19 'debugger', |
22 'in_memory_url_index_cache_proto', | 20 'in_memory_url_index_cache_proto', |
23 'installer_util', | 21 'installer_util', |
| 22 'platform_locale_settings', |
24 'safe_browsing_proto', | 23 'safe_browsing_proto', |
25 'safe_browsing_report_proto', | 24 'safe_browsing_report_proto', |
26 # TODO(sync): Make browser not depend on syncapi_core directly. | 25 # TODO(sync): Make browser not depend on syncapi_core directly. |
27 'syncapi_core', | 26 'syncapi_core', |
28 'syncapi_service', | 27 'syncapi_service', |
| 28 'theme_resources', |
29 'userfeedback_proto', | 29 'userfeedback_proto', |
30 '../build/temp_gyp/googleurl.gyp:googleurl', | 30 '../build/temp_gyp/googleurl.gyp:googleurl', |
31 '../content/content.gyp:content_browser', | 31 '../content/content.gyp:content_browser', |
32 '../crypto/crypto.gyp:crypto', | 32 '../crypto/crypto.gyp:crypto', |
33 '../media/media.gyp:media', | 33 '../media/media.gyp:media', |
34 '../net/net.gyp:net', | 34 '../net/net.gyp:net', |
35 '../ppapi/ppapi_internal.gyp:ppapi_proxy', # For PpapiMsg_LoadPlugin | 35 '../ppapi/ppapi_internal.gyp:ppapi_proxy', # For PpapiMsg_LoadPlugin |
36 '../printing/printing.gyp:printing', | 36 '../printing/printing.gyp:printing', |
37 '../skia/skia.gyp:skia', | 37 '../skia/skia.gyp:skia', |
38 '../third_party/bzip2/bzip2.gyp:bzip2', | 38 '../third_party/bzip2/bzip2.gyp:bzip2', |
(...skipping 5195 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5234 'type': 'static_library', | 5234 'type': 'static_library', |
5235 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5235 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
5236 'variables': { | 5236 'variables': { |
5237 'proto_in_dir': 'browser/history', | 5237 'proto_in_dir': 'browser/history', |
5238 'proto_out_dir': 'chrome/browser/history', | 5238 'proto_out_dir': 'chrome/browser/history', |
5239 }, | 5239 }, |
5240 'includes': [ '../build/protoc.gypi' ] | 5240 'includes': [ '../build/protoc.gypi' ] |
5241 }, | 5241 }, |
5242 ], | 5242 ], |
5243 } | 5243 } |
OLD | NEW |