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', |
61 # TODO(akalin): Depend only on sync_api from sync. | |
62 '../sync/sync.gyp:sync_api', | |
63 '../sync/sync.gyp:sync_internal_api', | |
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 ], | 93 ], |
98 'defines': [ | 94 'defines': [ |
99 '<@(nacl_defines)', | 95 '<@(nacl_defines)', |
100 ], | 96 ], |
101 'direct_dependent_settings': { | 97 'direct_dependent_settings': { |
102 'defines': [ | 98 'defines': [ |
103 '<@(nacl_defines)', | 99 '<@(nacl_defines)', |
104 ], | 100 ], |
105 }, | 101 }, |
106 'export_dependent_settings': [ | 102 'export_dependent_settings': [ |
107 '../sync/sync.gyp:sync_notifier', | 103 '../sync/sync.gyp:sync', |
108 ], | 104 ], |
109 'sources': [ | 105 'sources': [ |
110 # All .cc, .h, .m, and .mm files unde browser/chromeos, except for tests | 106 # All .cc, .h, .m, and .mm files unde browser/chromeos, except for tests |
111 # and mocks. | 107 # and mocks. |
112 'browser/chromeos/accessibility/accessibility_util.cc', | 108 'browser/chromeos/accessibility/accessibility_util.cc', |
113 'browser/chromeos/accessibility/accessibility_util.h', | 109 'browser/chromeos/accessibility/accessibility_util.h', |
114 'browser/chromeos/accessibility/magnification_manager.cc', | 110 'browser/chromeos/accessibility/magnification_manager.cc', |
115 'browser/chromeos/accessibility/magnification_manager.h', | 111 'browser/chromeos/accessibility/magnification_manager.h', |
116 'browser/chromeos/audio/audio_handler.cc', | 112 'browser/chromeos/audio/audio_handler.cc', |
117 'browser/chromeos/audio/audio_handler.h', | 113 'browser/chromeos/audio/audio_handler.h', |
(...skipping 665 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
783 'type': 'static_library', | 779 'type': 'static_library', |
784 'sources': [ 'browser/chromeos/drive/drive.proto' ], | 780 'sources': [ 'browser/chromeos/drive/drive.proto' ], |
785 'variables': { | 781 'variables': { |
786 'proto_in_dir': 'browser/chromeos/drive', | 782 'proto_in_dir': 'browser/chromeos/drive', |
787 'proto_out_dir': 'chrome/browser/chromeos/drive', | 783 'proto_out_dir': 'chrome/browser/chromeos/drive', |
788 }, | 784 }, |
789 'includes': [ '../build/protoc.gypi' ] | 785 'includes': [ '../build/protoc.gypi' ] |
790 }, | 786 }, |
791 ], | 787 ], |
792 } | 788 } |
OLD | NEW |