OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
11 'dependencies': [ | 11 'dependencies': [ |
12 'app/policy/cloud_policy_codegen.gyp:policy', | 12 'app/policy/cloud_policy_codegen.gyp:policy', |
13 'autofill_regexes', | 13 'autofill_regexes', |
14 'browser_extensions', | 14 'browser_extensions', |
15 '../sync/protocol/sync_proto.gyp:sync_proto', | 15 '../sync/protocol/sync_proto.gyp:sync_proto', |
16 'cert_logger_proto', | 16 'cert_logger_proto', |
17 'chrome_resources.gyp:chrome_extra_resources', | 17 'chrome_resources.gyp:chrome_extra_resources', |
18 'chrome_resources.gyp:chrome_resources', | 18 'chrome_resources.gyp:chrome_resources', |
19 'chrome_resources.gyp:chrome_strings', | 19 'chrome_resources.gyp:chrome_strings', |
20 'chrome_resources.gyp:platform_locale_settings', | 20 'chrome_resources.gyp:platform_locale_settings', |
21 'chrome_resources.gyp:theme_resources', | 21 'chrome_resources.gyp:theme_resources', |
22 'common', | 22 'common', |
23 'common/extensions/api/api.gyp:api', | 23 'common/extensions/api/api.gyp:api', |
24 'common_net', | 24 'common_net', |
25 'debugger', | 25 'debugger', |
26 'in_memory_url_index_cache_proto', | 26 'in_memory_url_index_cache_proto', |
27 'installer_util', | 27 'installer_util', |
28 'safe_browsing_proto', | 28 'safe_browsing_proto', |
29 'safe_browsing_report_proto', | 29 'safe_browsing_report_proto', |
30 # TODO(sync): Make browser not depend on syncapi_core directly. | |
31 'syncapi_core', | |
32 'syncapi_service', | 30 'syncapi_service', |
33 'feedback_proto', | 31 'feedback_proto', |
34 'gdata_proto', | 32 'gdata_proto', |
35 '../build/temp_gyp/googleurl.gyp:googleurl', | 33 '../build/temp_gyp/googleurl.gyp:googleurl', |
36 '../content/content.gyp:content_browser', | 34 '../content/content.gyp:content_browser', |
37 '../crypto/crypto.gyp:crypto', | 35 '../crypto/crypto.gyp:crypto', |
38 '../media/media.gyp:media', | 36 '../media/media.gyp:media', |
39 '../net/net.gyp:net', | 37 '../net/net.gyp:net', |
40 '../ppapi/ppapi_internal.gyp:ppapi_proxy', # For PpapiMsg_LoadPlugin | 38 '../ppapi/ppapi_internal.gyp:ppapi_proxy', # For PpapiMsg_LoadPlugin |
41 '../printing/printing.gyp:printing', | 39 '../printing/printing.gyp:printing', |
42 '../skia/skia.gyp:skia', | 40 '../skia/skia.gyp:skia', |
| 41 '../sync/sync.gyp:syncapi_core', |
43 '../third_party/bzip2/bzip2.gyp:bzip2', | 42 '../third_party/bzip2/bzip2.gyp:bzip2', |
44 '../third_party/cld/cld.gyp:cld', | 43 '../third_party/cld/cld.gyp:cld', |
45 '../third_party/expat/expat.gyp:expat', | 44 '../third_party/expat/expat.gyp:expat', |
46 '../third_party/hunspell/hunspell.gyp:hunspell', | 45 '../third_party/hunspell/hunspell.gyp:hunspell', |
47 '../third_party/icu/icu.gyp:icui18n', | 46 '../third_party/icu/icu.gyp:icui18n', |
48 '../third_party/icu/icu.gyp:icuuc', | 47 '../third_party/icu/icu.gyp:icuuc', |
49 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 48 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
50 '../third_party/libjingle/libjingle.gyp:libjingle', | 49 '../third_party/libjingle/libjingle.gyp:libjingle', |
51 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', | 50 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', |
52 '../third_party/libxml/libxml.gyp:libxml', | 51 '../third_party/libxml/libxml.gyp:libxml', |
(...skipping 5152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5205 'type': 'static_library', | 5204 'type': 'static_library', |
5206 'sources': [ 'browser/chromeos/gdata/gdata.proto' ], | 5205 'sources': [ 'browser/chromeos/gdata/gdata.proto' ], |
5207 'variables': { | 5206 'variables': { |
5208 'proto_in_dir': 'browser/chromeos/gdata', | 5207 'proto_in_dir': 'browser/chromeos/gdata', |
5209 'proto_out_dir': 'chrome/browser/chromeos/gdata', | 5208 'proto_out_dir': 'chrome/browser/chromeos/gdata', |
5210 }, | 5209 }, |
5211 'includes': [ '../build/protoc.gypi' ] | 5210 'includes': [ '../build/protoc.gypi' ] |
5212 }, | 5211 }, |
5213 ], | 5212 ], |
5214 } | 5213 } |
OLD | NEW |