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

Side by Side Diff: chrome/chrome_browser_ui.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 + merge with net->sync dependency fix (no code changes) Created 7 years, 11 months 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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser_ui', 8 'target_name': 'browser_ui',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
11 # Since browser and browser_ui actually depend on each other, 11 # Since browser and browser_ui actually depend on each other,
(...skipping 17 matching lines...) Expand all
29 'safe_browsing_report_proto', 29 'safe_browsing_report_proto',
30 'feedback_proto', 30 'feedback_proto',
31 'variations_seed_proto', 31 'variations_seed_proto',
32 '../build/temp_gyp/googleurl.gyp:googleurl', 32 '../build/temp_gyp/googleurl.gyp:googleurl',
33 '../components/components.gyp:auto_login_parser', 33 '../components/components.gyp:auto_login_parser',
34 '../content/content.gyp:content_browser', 34 '../content/content.gyp:content_browser',
35 '../content/content.gyp:content_common', 35 '../content/content.gyp:content_common',
36 '../crypto/crypto.gyp:crypto', 36 '../crypto/crypto.gyp:crypto',
37 '../media/media.gyp:media', 37 '../media/media.gyp:media',
38 '../skia/skia.gyp:skia', 38 '../skia/skia.gyp:skia',
39 '../sync/protocol/sync_proto.gyp:sync_proto',
40 # TODO(akalin): Depend only on sync_api from sync. 39 # TODO(akalin): Depend only on sync_api from sync.
41 '../sync/sync.gyp:sync_api', 40 '../sync/sync.gyp:sync_api',
42 '../sync/sync.gyp:sync_internal_api', 41 '../sync/sync.gyp:sync_internal_api',
43 '../sync/sync.gyp:sync_notifier', 42 '../sync/sync.gyp:sync_notifier',
43 '../sync/sync.gyp:sync_proto',
44 '../third_party/bzip2/bzip2.gyp:bzip2', 44 '../third_party/bzip2/bzip2.gyp:bzip2',
45 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n', 45 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n',
46 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_proto_cpp', 46 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_proto_cpp',
47 '../third_party/icu/icu.gyp:icui18n', 47 '../third_party/icu/icu.gyp:icui18n',
48 '../third_party/icu/icu.gyp:icuuc', 48 '../third_party/icu/icu.gyp:icuuc',
49 '../third_party/libusb/libusb.gyp:libusb', 49 '../third_party/libusb/libusb.gyp:libusb',
50 '../third_party/libxml/libxml.gyp:libxml', 50 '../third_party/libxml/libxml.gyp:libxml',
51 '../third_party/zlib/zlib.gyp:zlib', 51 '../third_party/zlib/zlib.gyp:zlib',
52 '../ui/base/strings/ui_strings.gyp:ui_strings', 52 '../ui/base/strings/ui_strings.gyp:ui_strings',
53 '../ui/native_theme/native_theme.gyp:native_theme', 53 '../ui/native_theme/native_theme.gyp:native_theme',
(...skipping 2747 matching lines...) Expand 10 before | Expand all | Expand 10 after
2801 }], 2801 }],
2802 ['enable_message_center==1', { 2802 ['enable_message_center==1', {
2803 'dependencies': [ 2803 'dependencies': [
2804 '../ui/message_center/message_center.gyp:message_center', 2804 '../ui/message_center/message_center.gyp:message_center',
2805 ], 2805 ],
2806 }], 2806 }],
2807 ], 2807 ],
2808 }, 2808 },
2809 ], 2809 ],
2810 } 2810 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698