| 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 20 matching lines...) Expand all Loading... |
| 31 'feedback_proto', | 31 'feedback_proto', |
| 32 'drive_proto', | 32 'drive_proto', |
| 33 'contacts_proto', | 33 'contacts_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', | 37 '../content/content.gyp:content_common', |
| 38 '../crypto/crypto.gyp:crypto', | 38 '../crypto/crypto.gyp:crypto', |
| 39 '../media/media.gyp:media', | 39 '../media/media.gyp:media', |
| 40 '../net/net.gyp:net', | 40 '../net/net.gyp:net', |
| 41 '../ppapi/ppapi_internal.gyp:ppapi_proxy', # For PpapiMsg_LoadPlugin | 41 '../ppapi/ppapi_internal.gyp:ppapi_ipc', # For PpapiMsg_LoadPlugin |
| 42 '../printing/printing.gyp:printing', | 42 '../printing/printing.gyp:printing', |
| 43 '../skia/skia.gyp:skia', | 43 '../skia/skia.gyp:skia', |
| 44 '../sync/protocol/sync_proto.gyp:sync_proto', | 44 '../sync/protocol/sync_proto.gyp:sync_proto', |
| 45 # TODO(akalin): Depend only on syncapi_service from sync. | 45 # TODO(akalin): Depend only on syncapi_service from sync. |
| 46 '../sync/sync.gyp:syncapi_core', | 46 '../sync/sync.gyp:syncapi_core', |
| 47 '../sync/sync.gyp:syncapi_service', | 47 '../sync/sync.gyp:syncapi_service', |
| 48 '../sync/sync.gyp:sync_notifier', | 48 '../sync/sync.gyp:sync_notifier', |
| 49 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', | 49 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', |
| 50 '../third_party/bzip2/bzip2.gyp:bzip2', | 50 '../third_party/bzip2/bzip2.gyp:bzip2', |
| 51 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', | 51 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', |
| (...skipping 5603 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5655 'includes': [ '../build/jni_generator.gypi' ], | 5655 'includes': [ '../build/jni_generator.gypi' ], |
| 5656 'dependencies': [ | 5656 'dependencies': [ |
| 5657 'android_jar_jni_headers', | 5657 'android_jar_jni_headers', |
| 5658 ], | 5658 ], |
| 5659 }, | 5659 }, |
| 5660 ], | 5660 ], |
| 5661 }, | 5661 }, |
| 5662 ], | 5662 ], |
| 5663 ], | 5663 ], |
| 5664 } | 5664 } |
| OLD | NEW |