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 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
54 '../crypto/crypto.gyp:crypto', | 54 '../crypto/crypto.gyp:crypto', |
55 '../dbus/dbus.gyp:dbus', | 55 '../dbus/dbus.gyp:dbus', |
56 '../device/device.gyp:device_bluetooth', | 56 '../device/device.gyp:device_bluetooth', |
57 '../media/media.gyp:media', | 57 '../media/media.gyp:media', |
58 '../net/net.gyp:net', | 58 '../net/net.gyp:net', |
59 '../ppapi/ppapi_internal.gyp:ppapi_ipc', # For PpapiMsg_LoadPlugin | 59 '../ppapi/ppapi_internal.gyp:ppapi_ipc', # For PpapiMsg_LoadPlugin |
60 '../printing/printing.gyp:printing', | 60 '../printing/printing.gyp:printing', |
61 '../skia/skia.gyp:skia', | 61 '../skia/skia.gyp:skia', |
62 '../sync/sync.gyp:sync', | 62 '../sync/sync.gyp:sync', |
63 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', | 63 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', |
64 '../third_party/bzip2/bzip2.gyp:bzip2', | |
65 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', | 64 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', |
66 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n_proto_cpp', | 65 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n_proto_cpp', |
67 '../third_party/cld/cld.gyp:cld', | 66 '../third_party/cld/cld.gyp:cld', |
68 '../third_party/expat/expat.gyp:expat', | 67 '../third_party/expat/expat.gyp:expat', |
69 '../third_party/hunspell/hunspell.gyp:hunspell', | 68 '../third_party/hunspell/hunspell.gyp:hunspell', |
70 '../third_party/icu/icu.gyp:icui18n', | 69 '../third_party/icu/icu.gyp:icui18n', |
71 '../third_party/icu/icu.gyp:icuuc', | 70 '../third_party/icu/icu.gyp:icuuc', |
72 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 71 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
73 '../third_party/libevent/libevent.gyp:libevent', | 72 '../third_party/libevent/libevent.gyp:libevent', |
74 '../third_party/libjingle/libjingle.gyp:libjingle', | 73 '../third_party/libjingle/libjingle.gyp:libjingle', |
(...skipping 843 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
918 'browser/chromeos/attestation/attestation_key_payload.proto', | 917 'browser/chromeos/attestation/attestation_key_payload.proto', |
919 ], | 918 ], |
920 'variables': { | 919 'variables': { |
921 'proto_in_dir': 'browser/chromeos/attestation', | 920 'proto_in_dir': 'browser/chromeos/attestation', |
922 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 921 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
923 }, | 922 }, |
924 'includes': [ '../build/protoc.gypi' ] | 923 'includes': [ '../build/protoc.gypi' ] |
925 }, | 924 }, |
926 ], | 925 ], |
927 } | 926 } |
OLD | NEW |