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 15 matching lines...) Expand all Loading... |
26 'common_net', | 26 'common_net', |
27 'debugger', | 27 'debugger', |
28 'feedback_proto', | 28 'feedback_proto', |
29 'in_memory_url_index_cache_proto', | 29 'in_memory_url_index_cache_proto', |
30 'installer_util', | 30 'installer_util', |
31 'safe_browsing_proto', | 31 'safe_browsing_proto', |
32 'safe_browsing_report_proto', | 32 'safe_browsing_report_proto', |
33 'sync_file_system_proto', | 33 'sync_file_system_proto', |
34 'variations_seed_proto', | 34 'variations_seed_proto', |
35 '../build/temp_gyp/googleurl.gyp:googleurl', | 35 '../build/temp_gyp/googleurl.gyp:googleurl', |
| 36 '../cc/cc.gyp:cc', |
36 '../content/content.gyp:content_browser', | 37 '../content/content.gyp:content_browser', |
37 '../content/content.gyp:content_common', | 38 '../content/content.gyp:content_common', |
38 '../crypto/crypto.gyp:crypto', | 39 '../crypto/crypto.gyp:crypto', |
39 '../google_apis/google_apis.gyp:google_apis', | 40 '../google_apis/google_apis.gyp:google_apis', |
40 '../media/media.gyp:media', | 41 '../media/media.gyp:media', |
41 '../net/net.gyp:net_with_v8', | 42 '../net/net.gyp:net_with_v8', |
42 '../ppapi/ppapi_internal.gyp:ppapi_ipc', # For PpapiMsg_LoadPlugin | 43 '../ppapi/ppapi_internal.gyp:ppapi_ipc', # For PpapiMsg_LoadPlugin |
43 '../printing/printing.gyp:printing', | 44 '../printing/printing.gyp:printing', |
44 '../skia/skia.gyp:skia', | 45 '../skia/skia.gyp:skia', |
45 '../sync/protocol/sync_proto.gyp:sync_proto', | 46 '../sync/protocol/sync_proto.gyp:sync_proto', |
(...skipping 2928 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2974 'proto_in_dir': '../third_party/cros_system_api/dbus', | 2975 'proto_in_dir': '../third_party/cros_system_api/dbus', |
2975 'proto_out_dir': 'chrome/browser/media_transfer_protocol', | 2976 'proto_out_dir': 'chrome/browser/media_transfer_protocol', |
2976 }, | 2977 }, |
2977 'includes': ['../build/protoc.gypi'], | 2978 'includes': ['../build/protoc.gypi'], |
2978 }, | 2979 }, |
2979 ], | 2980 ], |
2980 }, | 2981 }, |
2981 ], | 2982 ], |
2982 ], | 2983 ], |
2983 } | 2984 } |
OLD | NEW |