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

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: Component build working on all platforms 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 2012 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, },
(...skipping 17 matching lines...) Expand all
28 'safe_browsing_proto', 28 'safe_browsing_proto',
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 '../content/content.gyp:content_browser', 33 '../content/content.gyp:content_browser',
34 '../content/content.gyp:content_common', 34 '../content/content.gyp:content_common',
35 '../crypto/crypto.gyp:crypto', 35 '../crypto/crypto.gyp:crypto',
36 '../media/media.gyp:media', 36 '../media/media.gyp:media',
37 '../skia/skia.gyp:skia', 37 '../skia/skia.gyp:skia',
38 '../sync/protocol/sync_proto.gyp:sync_proto',
39 # TODO(akalin): Depend only on sync_api from sync. 38 # TODO(akalin): Depend only on sync_api from sync.
40 '../sync/sync.gyp:sync_api', 39 '../sync/sync.gyp:sync_api',
41 '../sync/sync.gyp:sync_internal_api', 40 '../sync/sync.gyp:sync_internal_api',
42 '../sync/sync.gyp:sync_notifier', 41 '../sync/sync.gyp:sync_notifier',
42 '../sync/sync.gyp:sync_proto',
43 '../third_party/bzip2/bzip2.gyp:bzip2', 43 '../third_party/bzip2/bzip2.gyp:bzip2',
44 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n', 44 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n',
45 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_proto_cpp', 45 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_proto_cpp',
46 '../third_party/icu/icu.gyp:icui18n', 46 '../third_party/icu/icu.gyp:icui18n',
47 '../third_party/icu/icu.gyp:icuuc', 47 '../third_party/icu/icu.gyp:icuuc',
48 '../third_party/libusb/libusb.gyp:libusb', 48 '../third_party/libusb/libusb.gyp:libusb',
49 '../third_party/libxml/libxml.gyp:libxml', 49 '../third_party/libxml/libxml.gyp:libxml',
50 '../third_party/zlib/zlib.gyp:zlib', 50 '../third_party/zlib/zlib.gyp:zlib',
51 '../ui/base/strings/ui_strings.gyp:ui_strings', 51 '../ui/base/strings/ui_strings.gyp:ui_strings',
52 '../ui/native_theme/native_theme.gyp:native_theme', 52 '../ui/native_theme/native_theme.gyp:native_theme',
(...skipping 2748 matching lines...) Expand 10 before | Expand all | Expand 10 after
2801 }, { # else: enable_app_list==0 2801 }, { # else: enable_app_list==0
2802 'sources/': [ 2802 'sources/': [
2803 ['exclude', '^browser/ui/views/app_list/'], 2803 ['exclude', '^browser/ui/views/app_list/'],
2804 ['exclude', '^browser/ui/app_list/'], 2804 ['exclude', '^browser/ui/app_list/'],
2805 ] 2805 ]
2806 }], 2806 }],
2807 ], 2807 ],
2808 }, 2808 },
2809 ], 2809 ],
2810 } 2810 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698