| 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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 57 # be generated before code in this target can start building. | 57 # be generated before code in this target can start building. |
| 58 '../components/components.gyp:variations', | 58 '../components/components.gyp:variations', |
| 59 '../content/content.gyp:content_browser', | 59 '../content/content.gyp:content_browser', |
| 60 '../content/content.gyp:content_common', | 60 '../content/content.gyp:content_common', |
| 61 '../crypto/crypto.gyp:crypto', | 61 '../crypto/crypto.gyp:crypto', |
| 62 '../dbus/dbus.gyp:dbus', | 62 '../dbus/dbus.gyp:dbus', |
| 63 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 63 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
| 64 '../media/media.gyp:media', | 64 '../media/media.gyp:media', |
| 65 '../net/net.gyp:net', | 65 '../net/net.gyp:net', |
| 66 '../ppapi/ppapi_internal.gyp:ppapi_ipc', # For PpapiMsg_LoadPlugin | 66 '../ppapi/ppapi_internal.gyp:ppapi_ipc', # For PpapiMsg_LoadPlugin |
| 67 '../printing/printing.gyp:printing', | |
| 68 '../skia/skia.gyp:skia', | 67 '../skia/skia.gyp:skia', |
| 69 '../sync/sync.gyp:sync', | 68 '../sync/sync.gyp:sync', |
| 70 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', | 69 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', |
| 71 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', | 70 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', |
| 72 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n_proto_cpp', | 71 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n_proto_cpp', |
| 73 '../third_party/expat/expat.gyp:expat', | 72 '../third_party/expat/expat.gyp:expat', |
| 74 '../third_party/hunspell/hunspell.gyp:hunspell', | 73 '../third_party/hunspell/hunspell.gyp:hunspell', |
| 75 '../third_party/icu/icu.gyp:icui18n', | 74 '../third_party/icu/icu.gyp:icui18n', |
| 76 '../third_party/icu/icu.gyp:icuuc', | 75 '../third_party/icu/icu.gyp:icuuc', |
| 77 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 76 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
| (...skipping 877 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 955 ], | 954 ], |
| 956 'include_dirs': [ | 955 'include_dirs': [ |
| 957 '<(INTERMEDIATE_DIR)', | 956 '<(INTERMEDIATE_DIR)', |
| 958 '<(INTERMEDIATE_DIR)/chrome', | 957 '<(INTERMEDIATE_DIR)/chrome', |
| 959 ], | 958 ], |
| 960 'sources/': [ | 959 'sources/': [ |
| 961 ['include', '^browser/chromeos/status/memory_menu_button.cc'], | 960 ['include', '^browser/chromeos/status/memory_menu_button.cc'], |
| 962 ['include', '^browser/chromeos/status/memory_menu_button.h'], | 961 ['include', '^browser/chromeos/status/memory_menu_button.h'], |
| 963 ], | 962 ], |
| 964 }], | 963 }], |
| 964 ['enable_printing != 0', { |
| 965 'dependencies': [ |
| 966 '../printing/printing.gyp:printing', |
| 967 ], |
| 968 }], |
| 965 ], | 969 ], |
| 966 }, | 970 }, |
| 967 { | 971 { |
| 968 # Protobuf compiler / generator for the Drive protocol buffer. | 972 # Protobuf compiler / generator for the Drive protocol buffer. |
| 969 'target_name': 'drive_proto', | 973 'target_name': 'drive_proto', |
| 970 'type': 'static_library', | 974 'type': 'static_library', |
| 971 'sources': [ 'browser/chromeos/drive/drive.proto' ], | 975 'sources': [ 'browser/chromeos/drive/drive.proto' ], |
| 972 'variables': { | 976 'variables': { |
| 973 'proto_in_dir': 'browser/chromeos/drive', | 977 'proto_in_dir': 'browser/chromeos/drive', |
| 974 'proto_out_dir': 'chrome/browser/chromeos/drive', | 978 'proto_out_dir': 'chrome/browser/chromeos/drive', |
| (...skipping 23 matching lines...) Expand all Loading... |
| 998 'browser/chromeos/attestation/attestation_signed_data.proto', | 1002 'browser/chromeos/attestation/attestation_signed_data.proto', |
| 999 ], | 1003 ], |
| 1000 'variables': { | 1004 'variables': { |
| 1001 'proto_in_dir': 'browser/chromeos/attestation', | 1005 'proto_in_dir': 'browser/chromeos/attestation', |
| 1002 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1006 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
| 1003 }, | 1007 }, |
| 1004 'includes': [ '../build/protoc.gypi' ] | 1008 'includes': [ '../build/protoc.gypi' ] |
| 1005 }, | 1009 }, |
| 1006 ], | 1010 ], |
| 1007 } | 1011 } |
| OLD | NEW |