| 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 17 matching lines...) Expand all Loading... |
| 28 'installer_util', | 28 'installer_util', |
| 29 'safe_browsing_proto', | 29 'safe_browsing_proto', |
| 30 'safe_browsing_report_proto', | 30 'safe_browsing_report_proto', |
| 31 'feedback_proto', | 31 'feedback_proto', |
| 32 'variations_seed_proto', | 32 'variations_seed_proto', |
| 33 '../build/temp_gyp/googleurl.gyp:googleurl', | 33 '../build/temp_gyp/googleurl.gyp:googleurl', |
| 34 '../content/content.gyp:content_browser', | 34 '../content/content.gyp:content_browser', |
| 35 '../content/content.gyp:content_common', | 35 '../content/content.gyp:content_common', |
| 36 '../crypto/crypto.gyp:crypto', | 36 '../crypto/crypto.gyp:crypto', |
| 37 '../media/media.gyp:media', | 37 '../media/media.gyp:media', |
| 38 '../net/net.gyp:net', | 38 '../net/net.gyp:net_with_v8', |
| 39 '../ppapi/ppapi_internal.gyp:ppapi_ipc', # For PpapiMsg_LoadPlugin | 39 '../ppapi/ppapi_internal.gyp:ppapi_ipc', # For PpapiMsg_LoadPlugin |
| 40 '../printing/printing.gyp:printing', | 40 '../printing/printing.gyp:printing', |
| 41 '../skia/skia.gyp:skia', | 41 '../skia/skia.gyp:skia', |
| 42 '../sync/protocol/sync_proto.gyp:sync_proto', | 42 '../sync/protocol/sync_proto.gyp:sync_proto', |
| 43 # TODO(akalin): Depend only on syncapi_service from sync. | 43 # TODO(akalin): Depend only on syncapi_service from sync. |
| 44 '../sync/sync.gyp:syncapi_core', | 44 '../sync/sync.gyp:syncapi_core', |
| 45 '../sync/sync.gyp:syncapi_service', | 45 '../sync/sync.gyp:syncapi_service', |
| 46 '../sync/sync.gyp:sync_notifier', | 46 '../sync/sync.gyp:sync_notifier', |
| 47 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', | 47 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', |
| 48 '../third_party/bzip2/bzip2.gyp:bzip2', | 48 '../third_party/bzip2/bzip2.gyp:bzip2', |
| (...skipping 4986 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5035 'includes': [ '../build/jni_generator.gypi' ], | 5035 'includes': [ '../build/jni_generator.gypi' ], |
| 5036 'dependencies': [ | 5036 'dependencies': [ |
| 5037 'android_jar_jni_headers', | 5037 'android_jar_jni_headers', |
| 5038 ], | 5038 ], |
| 5039 }, | 5039 }, |
| 5040 ], | 5040 ], |
| 5041 }, | 5041 }, |
| 5042 ], | 5042 ], |
| 5043 ], | 5043 ], |
| 5044 } | 5044 } |
| OLD | NEW |