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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 11348052: [sync] Componentize sync: Part 1: Clean up sync.gyp and update chrome / test dependencies (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase one last time Created 8 years, 1 month 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
« no previous file with comments | « chrome/chrome_browser_chromeos.gypi ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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_ui', 9 'target_name': 'browser_ui',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 19 matching lines...) Expand all
30 'safe_browsing_report_proto', 30 'safe_browsing_report_proto',
31 'feedback_proto', 31 'feedback_proto',
32 'variations_seed_proto', 32 'variations_seed_proto',
33 '../build/temp_gyp/googleurl.gyp:googleurl', 33 '../build/temp_gyp/googleurl.gyp:googleurl',
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', 39 '../sync/protocol/sync_proto.gyp:sync_proto',
40 # TODO(akalin): Depend only on syncapi_service from sync. 40 # TODO(akalin): Depend only on sync_api from sync.
41 '../sync/sync.gyp:syncapi_core', 41 '../sync/sync.gyp:sync_api',
42 '../sync/sync.gyp:syncapi_service', 42 '../sync/sync.gyp:sync_internal_api',
43 '../sync/sync.gyp:sync_notifier', 43 '../sync/sync.gyp:sync_notifier',
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',
(...skipping 2698 matching lines...) Expand 10 before | Expand all | Expand 10 after
2751 ['exclude', '^browser/ui/views/select_file_dialog_extension.cc'], 2751 ['exclude', '^browser/ui/views/select_file_dialog_extension.cc'],
2752 ['exclude', '^browser/ui/views/select_file_dialog_extension.h'], 2752 ['exclude', '^browser/ui/views/select_file_dialog_extension.h'],
2753 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory. cc'], 2753 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory. cc'],
2754 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory. h'], 2754 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory. h'],
2755 ]} 2755 ]}
2756 ], 2756 ],
2757 ], 2757 ],
2758 }, 2758 },
2759 ], 2759 ],
2760 } 2760 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_chromeos.gypi ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698