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

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: 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
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_proto', 30 'safe_browsing_proto',
31 'safe_browsing_report_proto', 31 'safe_browsing_report_proto',
32 'feedback_proto', 32 'feedback_proto',
33 'variations_seed_proto', 33 'variations_seed_proto',
34 '../build/temp_gyp/googleurl.gyp:googleurl', 34 '../build/temp_gyp/googleurl.gyp:googleurl',
35 '../content/content.gyp:content_browser', 35 '../content/content.gyp:content_browser',
36 '../content/content.gyp:content_common', 36 '../content/content.gyp:content_common',
37 '../crypto/crypto.gyp:crypto', 37 '../crypto/crypto.gyp:crypto',
38 '../media/media.gyp:media', 38 '../media/media.gyp:media',
39 '../skia/skia.gyp:skia', 39 '../skia/skia.gyp:skia',
40 '../sync/protocol/sync_proto.gyp:sync_proto', 40 '../sync/sync.gyp:sync_api',
41 # TODO(akalin): Depend only on syncapi_service from sync.
42 '../sync/sync.gyp:syncapi_core',
43 '../sync/sync.gyp:syncapi_service',
44 '../sync/sync.gyp:sync_notifier',
45 '../third_party/bzip2/bzip2.gyp:bzip2', 41 '../third_party/bzip2/bzip2.gyp:bzip2',
46 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n', 42 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n',
47 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_proto_cpp', 43 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_proto_cpp',
48 '../third_party/icu/icu.gyp:icui18n', 44 '../third_party/icu/icu.gyp:icui18n',
49 '../third_party/icu/icu.gyp:icuuc', 45 '../third_party/icu/icu.gyp:icuuc',
50 '../third_party/libusb/libusb.gyp:libusb', 46 '../third_party/libusb/libusb.gyp:libusb',
51 '../third_party/libxml/libxml.gyp:libxml', 47 '../third_party/libxml/libxml.gyp:libxml',
52 '../third_party/zlib/zlib.gyp:zlib', 48 '../third_party/zlib/zlib.gyp:zlib',
53 '../ui/base/strings/ui_strings.gyp:ui_strings', 49 '../ui/base/strings/ui_strings.gyp:ui_strings',
54 '../ui/ui.gyp:ui', 50 '../ui/ui.gyp:ui',
55 '../ui/ui.gyp:ui_resources', 51 '../ui/ui.gyp:ui_resources',
56 '../webkit/support/webkit_support.gyp:user_agent', 52 '../webkit/support/webkit_support.gyp:user_agent',
57 ], 53 ],
58 'include_dirs': [ 54 'include_dirs': [
59 '..', 55 '..',
60 '<(INTERMEDIATE_DIR)', 56 '<(INTERMEDIATE_DIR)',
61 # Needed by pepper_flash_component_installer.cc. 57 # Needed by pepper_flash_component_installer.cc.
62 '<(SHARED_INTERMEDIATE_DIR)', 58 '<(SHARED_INTERMEDIATE_DIR)',
63 ], 59 ],
64 'export_dependent_settings': [
65 '../sync/sync.gyp:sync_notifier',
66 ],
67 'sources': [ 60 'sources': [
68 # All .cc, .h, .m, and .mm files under browser/ui except for: 61 # All .cc, .h, .m, and .mm files under browser/ui except for:
69 # * tests and mocks. 62 # * tests and mocks.
70 'browser/ui/alternate_error_tab_observer.cc', 63 'browser/ui/alternate_error_tab_observer.cc',
71 'browser/ui/alternate_error_tab_observer.h', 64 'browser/ui/alternate_error_tab_observer.h',
72 'browser/ui/android/android_about_app_info.cc', 65 'browser/ui/android/android_about_app_info.cc',
73 'browser/ui/android/android_about_app_info.h', 66 'browser/ui/android/android_about_app_info.h',
74 'browser/ui/android/autofill/autofill_external_delegate.cc', 67 'browser/ui/android/autofill/autofill_external_delegate.cc',
75 'browser/ui/android/autofill/autofill_external_delegate.h', 68 'browser/ui/android/autofill/autofill_external_delegate.h',
76 'browser/ui/android/certificate_viewer_android.cc', 69 'browser/ui/android/certificate_viewer_android.cc',
(...skipping 2674 matching lines...) Expand 10 before | Expand all | Expand 10 after
2751 ['exclude', '^browser/ui/views/select_file_dialog_extension.cc'], 2744 ['exclude', '^browser/ui/views/select_file_dialog_extension.cc'],
2752 ['exclude', '^browser/ui/views/select_file_dialog_extension.h'], 2745 ['exclude', '^browser/ui/views/select_file_dialog_extension.h'],
2753 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory. cc'], 2746 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory. cc'],
2754 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory. h'], 2747 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory. h'],
2755 ]} 2748 ]}
2756 ], 2749 ],
2757 ], 2750 ],
2758 }, 2751 },
2759 ], 2752 ],
2760 } 2753 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_chromeos.gypi ('k') | chrome/chrome_tests.gypi » ('j') | sync/sync.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698