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