| 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 'variations_seed_proto', | 28 'variations_seed_proto', |
| 29 '../build/temp_gyp/googleurl.gyp:googleurl', | 29 '../build/temp_gyp/googleurl.gyp:googleurl', |
| 30 '../cc/cc.gyp:cc', | 30 '../cc/cc.gyp:cc', |
| 31 '../content/content.gyp:content_browser', | 31 '../content/content.gyp:content_browser', |
| 32 '../content/content.gyp:content_common', | 32 '../content/content.gyp:content_common', |
| 33 '../crypto/crypto.gyp:crypto', | 33 '../crypto/crypto.gyp:crypto', |
| 34 '../google_apis/google_apis.gyp:google_apis', | 34 '../google_apis/google_apis.gyp:google_apis', |
| 35 '../media/media.gyp:media', | 35 '../media/media.gyp:media', |
| 36 '../skia/skia.gyp:skia', | 36 '../skia/skia.gyp:skia', |
| 37 '../sync/protocol/sync_proto.gyp:sync_proto', | 37 '../sync/protocol/sync_proto.gyp:sync_proto', |
| 38 # TODO(akalin): Depend only on syncapi_service from sync. | 38 # TODO(akalin): Depend only on sync_api from sync. |
| 39 '../sync/sync.gyp:syncapi_core', | 39 '../sync/sync.gyp:sync_api', |
| 40 '../sync/sync.gyp:syncapi_service', | 40 '../sync/sync.gyp:sync_internal_api', |
| 41 '../sync/sync.gyp:sync_notifier', | 41 '../sync/sync.gyp:sync_notifier', |
| 42 '../third_party/bzip2/bzip2.gyp:bzip2', | 42 '../third_party/bzip2/bzip2.gyp:bzip2', |
| 43 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', | 43 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', |
| 44 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n_proto_cpp', | 44 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n_proto_cpp', |
| 45 '../third_party/icu/icu.gyp:icui18n', | 45 '../third_party/icu/icu.gyp:icui18n', |
| 46 '../third_party/icu/icu.gyp:icuuc', | 46 '../third_party/icu/icu.gyp:icuuc', |
| 47 '../third_party/libusb/libusb.gyp:libusb', | 47 '../third_party/libusb/libusb.gyp:libusb', |
| 48 '../third_party/libxml/libxml.gyp:libxml', | 48 '../third_party/libxml/libxml.gyp:libxml', |
| 49 '../third_party/zlib/zlib.gyp:minizip', | 49 '../third_party/zlib/zlib.gyp:minizip', |
| 50 '../third_party/zlib/zlib.gyp:zlib', | 50 '../third_party/zlib/zlib.gyp:zlib', |
| (...skipping 2978 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3029 'proto_in_dir': '../third_party/cros_system_api/dbus', | 3029 'proto_in_dir': '../third_party/cros_system_api/dbus', |
| 3030 'proto_out_dir': 'chrome/browser/media_transfer_protocol', | 3030 'proto_out_dir': 'chrome/browser/media_transfer_protocol', |
| 3031 }, | 3031 }, |
| 3032 'includes': ['../build/protoc.gypi'], | 3032 'includes': ['../build/protoc.gypi'], |
| 3033 }, | 3033 }, |
| 3034 ], | 3034 ], |
| 3035 }, | 3035 }, |
| 3036 ], | 3036 ], |
| 3037 ], | 3037 ], |
| 3038 } | 3038 } |
| OLD | NEW |