| 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 'in_memory_url_index_cache_proto', | 27 'in_memory_url_index_cache_proto', |
| 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 '../google_apis/google_apis.gyp:google_apis', |
| 37 '../media/media.gyp:media', | 38 '../media/media.gyp:media', |
| 38 '../net/net.gyp:net_with_v8', | 39 '../net/net.gyp:net_with_v8', |
| 39 '../ppapi/ppapi_internal.gyp:ppapi_ipc', # For PpapiMsg_LoadPlugin | 40 '../ppapi/ppapi_internal.gyp:ppapi_ipc', # For PpapiMsg_LoadPlugin |
| 40 '../printing/printing.gyp:printing', | 41 '../printing/printing.gyp:printing', |
| 41 '../skia/skia.gyp:skia', | 42 '../skia/skia.gyp:skia', |
| 42 '../sync/protocol/sync_proto.gyp:sync_proto', | 43 '../sync/protocol/sync_proto.gyp:sync_proto', |
| 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 '../sync/sync.gyp:sync_notifier', | 47 '../sync/sync.gyp:sync_notifier', |
| (...skipping 5019 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5066 'includes': [ '../build/jni_generator.gypi' ], | 5067 'includes': [ '../build/jni_generator.gypi' ], |
| 5067 'dependencies': [ | 5068 'dependencies': [ |
| 5068 'android_jar_jni_headers', | 5069 'android_jar_jni_headers', |
| 5069 ], | 5070 ], |
| 5070 }, | 5071 }, |
| 5071 ], | 5072 ], |
| 5072 }, | 5073 }, |
| 5073 ], | 5074 ], |
| 5074 ], | 5075 ], |
| 5075 } | 5076 } |
| OLD | NEW |