| 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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 50 '../content/content.gyp:content_browser', | 50 '../content/content.gyp:content_browser', |
| 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/sync.gyp:sync_api', |
| 61 # TODO(akalin): Depend only on syncapi_service from sync. | |
| 62 '../sync/sync.gyp:syncapi_core', | |
| 63 '../sync/sync.gyp:syncapi_service', | |
| 64 '../sync/sync.gyp:sync_notifier', | |
| 65 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', | 61 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', |
| 66 '../third_party/bzip2/bzip2.gyp:bzip2', | 62 '../third_party/bzip2/bzip2.gyp:bzip2', |
| 67 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', | 63 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', |
| 68 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n_proto_cpp', | 64 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n_proto_cpp', |
| 69 '../third_party/cld/cld.gyp:cld', | 65 '../third_party/cld/cld.gyp:cld', |
| 70 '../third_party/expat/expat.gyp:expat', | 66 '../third_party/expat/expat.gyp:expat', |
| 71 '../third_party/hunspell/hunspell.gyp:hunspell', | 67 '../third_party/hunspell/hunspell.gyp:hunspell', |
| 72 '../third_party/icu/icu.gyp:icui18n', | 68 '../third_party/icu/icu.gyp:icui18n', |
| 73 '../third_party/icu/icu.gyp:icuuc', | 69 '../third_party/icu/icu.gyp:icuuc', |
| 74 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 70 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
| (...skipping 22 matching lines...) Expand all Loading... |
| 97 '../webkit/support/webkit_support.gyp:webkit_storage', | 93 '../webkit/support/webkit_support.gyp:webkit_storage', |
| 98 ], | 94 ], |
| 99 'defines': [ | 95 'defines': [ |
| 100 '<@(nacl_defines)', | 96 '<@(nacl_defines)', |
| 101 ], | 97 ], |
| 102 'direct_dependent_settings': { | 98 'direct_dependent_settings': { |
| 103 'defines': [ | 99 'defines': [ |
| 104 '<@(nacl_defines)', | 100 '<@(nacl_defines)', |
| 105 ], | 101 ], |
| 106 }, | 102 }, |
| 107 'export_dependent_settings': [ | |
| 108 '../sync/sync.gyp:sync_notifier', | |
| 109 ], | |
| 110 'sources': [ | 103 'sources': [ |
| 111 # All .cc, .h, .m, and .mm files unde browser/chromeos, except for tests | 104 # All .cc, .h, .m, and .mm files unde browser/chromeos, except for tests |
| 112 # and mocks. | 105 # and mocks. |
| 113 'browser/chromeos/accessibility/accessibility_util.cc', | 106 'browser/chromeos/accessibility/accessibility_util.cc', |
| 114 'browser/chromeos/accessibility/accessibility_util.h', | 107 'browser/chromeos/accessibility/accessibility_util.h', |
| 115 'browser/chromeos/audio/audio_handler.cc', | 108 'browser/chromeos/audio/audio_handler.cc', |
| 116 'browser/chromeos/audio/audio_handler.h', | 109 'browser/chromeos/audio/audio_handler.h', |
| 117 'browser/chromeos/audio/audio_mixer.h', | 110 'browser/chromeos/audio/audio_mixer.h', |
| 118 'browser/chromeos/audio/audio_mixer_alsa.cc', | 111 'browser/chromeos/audio/audio_mixer_alsa.cc', |
| 119 'browser/chromeos/audio/audio_mixer_alsa.h', | 112 'browser/chromeos/audio/audio_mixer_alsa.h', |
| (...skipping 624 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 744 'type': 'static_library', | 737 'type': 'static_library', |
| 745 'sources': [ 'browser/chromeos/drive/drive.proto' ], | 738 'sources': [ 'browser/chromeos/drive/drive.proto' ], |
| 746 'variables': { | 739 'variables': { |
| 747 'proto_in_dir': 'browser/chromeos/drive', | 740 'proto_in_dir': 'browser/chromeos/drive', |
| 748 'proto_out_dir': 'chrome/browser/chromeos/drive', | 741 'proto_out_dir': 'chrome/browser/chromeos/drive', |
| 749 }, | 742 }, |
| 750 'includes': [ '../build/protoc.gypi' ] | 743 'includes': [ '../build/protoc.gypi' ] |
| 751 }, | 744 }, |
| 752 ], | 745 ], |
| 753 } | 746 } |
| OLD | NEW |