| 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 30 matching lines...) Expand all Loading... |
| 41 '../ppapi/ppapi_internal.gyp:ppapi_proxy', # For PpapiMsg_LoadPlugin | 41 '../ppapi/ppapi_internal.gyp:ppapi_proxy', # 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', |
| 52 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n_proto_cpp', |
| 51 '../third_party/cld/cld.gyp:cld', | 53 '../third_party/cld/cld.gyp:cld', |
| 52 '../third_party/expat/expat.gyp:expat', | 54 '../third_party/expat/expat.gyp:expat', |
| 53 '../third_party/hunspell/hunspell.gyp:hunspell', | 55 '../third_party/hunspell/hunspell.gyp:hunspell', |
| 54 '../third_party/icu/icu.gyp:icui18n', | 56 '../third_party/icu/icu.gyp:icui18n', |
| 55 '../third_party/icu/icu.gyp:icuuc', | 57 '../third_party/icu/icu.gyp:icuuc', |
| 56 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 58 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
| 57 '../third_party/libjingle/libjingle.gyp:libjingle', | 59 '../third_party/libjingle/libjingle.gyp:libjingle', |
| 58 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', | 60 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', |
| 59 '../third_party/libusb/libusb.gyp:libusb', | 61 '../third_party/libusb/libusb.gyp:libusb', |
| 60 '../third_party/libxml/libxml.gyp:libxml', | 62 '../third_party/libxml/libxml.gyp:libxml', |
| (...skipping 5564 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5625 'includes': [ '../build/jni_generator.gypi' ], | 5627 'includes': [ '../build/jni_generator.gypi' ], |
| 5626 'dependencies': [ | 5628 'dependencies': [ |
| 5627 'android_jar_jni_headers', | 5629 'android_jar_jni_headers', |
| 5628 ], | 5630 ], |
| 5629 }, | 5631 }, |
| 5630 ], | 5632 ], |
| 5631 }, | 5633 }, |
| 5632 ], | 5634 ], |
| 5633 ], | 5635 ], |
| 5634 } | 5636 } |
| OLD | NEW |