Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(373)

Side by Side Diff: chrome/chrome_browser_chromeos.gypi

Issue 11412211: [sync] Componentize sync: Part Final: Target 'sync' is now its own component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase on r171683 (no code changes) Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright 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',
11 'variables': { 11 'variables': {
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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 656 matching lines...) Expand 10 before | Expand all | Expand 10 after
774 'type': 'static_library', 770 'type': 'static_library',
775 'sources': [ 'browser/chromeos/drive/drive.proto' ], 771 'sources': [ 'browser/chromeos/drive/drive.proto' ],
776 'variables': { 772 'variables': {
777 'proto_in_dir': 'browser/chromeos/drive', 773 'proto_in_dir': 'browser/chromeos/drive',
778 'proto_out_dir': 'chrome/browser/chromeos/drive', 774 'proto_out_dir': 'chrome/browser/chromeos/drive',
779 }, 775 },
780 'includes': [ '../build/protoc.gypi' ] 776 'includes': [ '../build/protoc.gypi' ]
781 }, 777 },
782 ], 778 ],
783 } 779 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698