OLD | NEW |
---|---|
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 # | 2 # |
3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
5 | 5 |
6 { | 6 { |
7 'targets': [ | 7 'targets': [ |
8 { | 8 { |
9 'target_name': 'browser', | 9 'target_name': 'browser', |
10 'type': 'static_library', | 10 'type': 'static_library', |
(...skipping 16 matching lines...) Expand all Loading... | |
27 'debugger', | 27 'debugger', |
28 'in_memory_url_index_cache_proto', | 28 'in_memory_url_index_cache_proto', |
29 'installer_util', | 29 'installer_util', |
30 'safe_browsing_proto', | 30 'safe_browsing_proto', |
31 'safe_browsing_report_proto', | 31 'safe_browsing_report_proto', |
32 'feedback_proto', | 32 'feedback_proto', |
33 'gdata_proto', | 33 'gdata_proto', |
34 'variations_seed_proto', | 34 'variations_seed_proto', |
35 '../build/temp_gyp/googleurl.gyp:googleurl', | 35 '../build/temp_gyp/googleurl.gyp:googleurl', |
36 '../content/content.gyp:content_browser', | 36 '../content/content.gyp:content_browser', |
37 '../content/content.gyp:content_common', | |
wtc
2012/06/18 23:04:22
What is this new dependency for? Just curious.
akalin
2012/06/18 23:12:32
template_url_fetcher.cc uses AssociateURLFetcherWI
| |
37 '../crypto/crypto.gyp:crypto', | 38 '../crypto/crypto.gyp:crypto', |
38 '../media/media.gyp:media', | 39 '../media/media.gyp:media', |
39 '../net/net.gyp:net', | 40 '../net/net.gyp:net', |
40 '../ppapi/ppapi_internal.gyp:ppapi_proxy', # For PpapiMsg_LoadPlugin | 41 '../ppapi/ppapi_internal.gyp:ppapi_proxy', # For PpapiMsg_LoadPlugin |
41 '../printing/printing.gyp:printing', | 42 '../printing/printing.gyp:printing', |
42 '../skia/skia.gyp:skia', | 43 '../skia/skia.gyp:skia', |
43 # TODO(akalin): Depend only on syncapi_service from sync. | 44 # TODO(akalin): Depend only on syncapi_service from sync. |
44 '../sync/sync.gyp:syncapi_core', | 45 '../sync/sync.gyp:syncapi_core', |
45 '../sync/sync.gyp:syncapi_service', | 46 '../sync/sync.gyp:syncapi_service', |
46 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', | 47 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', |
(...skipping 5195 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
5242 'browser/metrics/proto/study.proto', | 5243 'browser/metrics/proto/study.proto', |
5243 ], | 5244 ], |
5244 'variables': { | 5245 'variables': { |
5245 'proto_in_dir': 'browser/metrics/proto', | 5246 'proto_in_dir': 'browser/metrics/proto', |
5246 'proto_out_dir': 'chrome/browser/metrics/proto', | 5247 'proto_out_dir': 'chrome/browser/metrics/proto', |
5247 }, | 5248 }, |
5248 'includes': [ '../build/protoc.gypi' ] | 5249 'includes': [ '../build/protoc.gypi' ] |
5249 }, | 5250 }, |
5250 ], | 5251 ], |
5251 } | 5252 } |
OLD | NEW |