| 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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 46 'variations_seed_proto', | 46 'variations_seed_proto', |
| 47 '../build/linux/system.gyp:dbus', | 47 '../build/linux/system.gyp:dbus', |
| 48 '../build/temp_gyp/googleurl.gyp:googleurl', | 48 '../build/temp_gyp/googleurl.gyp:googleurl', |
| 49 '../chromeos/chromeos.gyp:chromeos', | 49 '../chromeos/chromeos.gyp:chromeos', |
| 50 '../chromeos/chromeos.gyp:chromeos_memory', | 50 '../chromeos/chromeos.gyp:chromeos_memory', |
| 51 '../content/content.gyp:content_browser', | 51 '../content/content.gyp:content_browser', |
| 52 '../content/content.gyp:content_common', | 52 '../content/content.gyp:content_common', |
| 53 '../chromeos/ime/input_method.gyp:gencode', | 53 '../chromeos/ime/input_method.gyp:gencode', |
| 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/bluetooth/bluetooth.gyp: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/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', | 64 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', |
| 65 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n_proto_cpp', | 65 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n_proto_cpp', |
| 66 '../third_party/cld/cld.gyp:cld', | 66 '../third_party/cld/cld.gyp:cld', |
| (...skipping 854 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 921 'browser/chromeos/attestation/attestation_key_payload.proto', | 921 'browser/chromeos/attestation/attestation_key_payload.proto', |
| 922 ], | 922 ], |
| 923 'variables': { | 923 'variables': { |
| 924 'proto_in_dir': 'browser/chromeos/attestation', | 924 'proto_in_dir': 'browser/chromeos/attestation', |
| 925 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 925 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
| 926 }, | 926 }, |
| 927 'includes': [ '../build/protoc.gypi' ] | 927 'includes': [ '../build/protoc.gypi' ] |
| 928 }, | 928 }, |
| 929 ], | 929 ], |
| 930 } | 930 } |
| OLD | NEW |