| 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_chromeos', | 9 'target_name': 'browser_chromeos', |
| 10 'type': 'static_library', | 10 'type': 'static_library', |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 51 '../content/content.gyp:content_common', | 51 '../content/content.gyp:content_common', |
| 52 '../crypto/crypto.gyp:crypto', | 52 '../crypto/crypto.gyp:crypto', |
| 53 '../dbus/dbus.gyp:dbus', | 53 '../dbus/dbus.gyp:dbus', |
| 54 '../device/device.gyp:device_bluetooth', | 54 '../device/device.gyp:device_bluetooth', |
| 55 '../media/media.gyp:media', | 55 '../media/media.gyp:media', |
| 56 '../net/net.gyp:net', | 56 '../net/net.gyp:net', |
| 57 '../ppapi/ppapi_internal.gyp:ppapi_ipc', # For PpapiMsg_LoadPlugin | 57 '../ppapi/ppapi_internal.gyp:ppapi_ipc', # For PpapiMsg_LoadPlugin |
| 58 '../printing/printing.gyp:printing', | 58 '../printing/printing.gyp:printing', |
| 59 '../skia/skia.gyp:skia', | 59 '../skia/skia.gyp:skia', |
| 60 '../sync/protocol/sync_proto.gyp:sync_proto', | 60 '../sync/protocol/sync_proto.gyp:sync_proto', |
| 61 # TODO(akalin): Depend only on syncapi_service from sync. | 61 # TODO(akalin): Depend only on sync_api from sync. |
| 62 '../sync/sync.gyp:syncapi_core', | 62 '../sync/sync.gyp:sync_api', |
| 63 '../sync/sync.gyp:syncapi_service', | 63 '../sync/sync.gyp:sync_internal_api', |
| 64 '../sync/sync.gyp:sync_notifier', | 64 '../sync/sync.gyp:sync_notifier', |
| 65 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', | 65 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', |
| 66 '../third_party/bzip2/bzip2.gyp:bzip2', | 66 '../third_party/bzip2/bzip2.gyp:bzip2', |
| 67 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', | 67 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', |
| 68 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n_proto_cpp', | 68 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n_proto_cpp', |
| 69 '../third_party/cld/cld.gyp:cld', | 69 '../third_party/cld/cld.gyp:cld', |
| 70 '../third_party/expat/expat.gyp:expat', | 70 '../third_party/expat/expat.gyp:expat', |
| 71 '../third_party/hunspell/hunspell.gyp:hunspell', | 71 '../third_party/hunspell/hunspell.gyp:hunspell', |
| 72 '../third_party/icu/icu.gyp:icui18n', | 72 '../third_party/icu/icu.gyp:icui18n', |
| 73 '../third_party/icu/icu.gyp:icuuc', | 73 '../third_party/icu/icu.gyp:icuuc', |
| (...skipping 686 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 760 'type': 'static_library', | 760 'type': 'static_library', |
| 761 'sources': [ 'browser/chromeos/drive/drive.proto' ], | 761 'sources': [ 'browser/chromeos/drive/drive.proto' ], |
| 762 'variables': { | 762 'variables': { |
| 763 'proto_in_dir': 'browser/chromeos/drive', | 763 'proto_in_dir': 'browser/chromeos/drive', |
| 764 'proto_out_dir': 'chrome/browser/chromeos/drive', | 764 'proto_out_dir': 'chrome/browser/chromeos/drive', |
| 765 }, | 765 }, |
| 766 'includes': [ '../build/protoc.gypi' ] | 766 'includes': [ '../build/protoc.gypi' ] |
| 767 }, | 767 }, |
| 768 ], | 768 ], |
| 769 } | 769 } |
| OLD | NEW |