OLD | NEW |
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 Loading... |
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', | 38 '../sync/sync.gyp:sync', |
39 # TODO(akalin): Depend only on sync_api from sync. | |
40 '../sync/sync.gyp:sync_api', | |
41 '../sync/sync.gyp:sync_internal_api', | |
42 '../sync/sync.gyp:sync_notifier', | |
43 '../third_party/bzip2/bzip2.gyp:bzip2', | 39 '../third_party/bzip2/bzip2.gyp:bzip2', |
44 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', | 40 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', |
45 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n_proto_cpp', | 41 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n_proto_cpp', |
46 '../third_party/icu/icu.gyp:icui18n', | 42 '../third_party/icu/icu.gyp:icui18n', |
47 '../third_party/icu/icu.gyp:icuuc', | 43 '../third_party/icu/icu.gyp:icuuc', |
48 '../third_party/libusb/libusb.gyp:libusb', | 44 '../third_party/libusb/libusb.gyp:libusb', |
49 '../third_party/libxml/libxml.gyp:libxml', | 45 '../third_party/libxml/libxml.gyp:libxml', |
50 '../third_party/zlib/zlib.gyp:zlib', | 46 '../third_party/zlib/zlib.gyp:zlib', |
51 '../ui/base/strings/ui_strings.gyp:ui_strings', | 47 '../ui/base/strings/ui_strings.gyp:ui_strings', |
52 '../ui/native_theme/native_theme.gyp:native_theme', | 48 '../ui/native_theme/native_theme.gyp:native_theme', |
53 '../ui/ui.gyp:ui', | 49 '../ui/ui.gyp:ui', |
54 '../ui/ui.gyp:ui_resources', | 50 '../ui/ui.gyp:ui_resources', |
55 '../webkit/support/webkit_support.gyp:user_agent', | 51 '../webkit/support/webkit_support.gyp:user_agent', |
56 ], | 52 ], |
57 'include_dirs': [ | 53 'include_dirs': [ |
58 '..', | 54 '..', |
59 '<(INTERMEDIATE_DIR)', | 55 '<(INTERMEDIATE_DIR)', |
60 # Needed by pepper_flash_component_installer.cc. | 56 # Needed by pepper_flash_component_installer.cc. |
61 '<(SHARED_INTERMEDIATE_DIR)', | 57 '<(SHARED_INTERMEDIATE_DIR)', |
62 ], | 58 ], |
63 'export_dependent_settings': [ | 59 'export_dependent_settings': [ |
64 '../sync/sync.gyp:sync_notifier', | 60 '../sync/sync.gyp:sync', |
65 ], | 61 ], |
66 'sources': [ | 62 'sources': [ |
67 # All .cc, .h, .m, and .mm files under browser/ui except for: | 63 # All .cc, .h, .m, and .mm files under browser/ui except for: |
68 # * tests and mocks. | 64 # * tests and mocks. |
69 'browser/ui/alternate_error_tab_observer.cc', | 65 'browser/ui/alternate_error_tab_observer.cc', |
70 'browser/ui/alternate_error_tab_observer.h', | 66 'browser/ui/alternate_error_tab_observer.h', |
71 'browser/ui/android/android_about_app_info.cc', | 67 'browser/ui/android/android_about_app_info.cc', |
72 'browser/ui/android/android_about_app_info.h', | 68 'browser/ui/android/android_about_app_info.h', |
73 'browser/ui/android/autofill/autofill_external_delegate.cc', | 69 'browser/ui/android/autofill/autofill_external_delegate.cc', |
74 'browser/ui/android/autofill/autofill_external_delegate.h', | 70 'browser/ui/android/autofill/autofill_external_delegate.h', |
(...skipping 2700 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2775 }, { # else: enable_app_list==0 | 2771 }, { # else: enable_app_list==0 |
2776 'sources/': [ | 2772 'sources/': [ |
2777 ['exclude', '^browser/ui/views/app_list/'], | 2773 ['exclude', '^browser/ui/views/app_list/'], |
2778 ['exclude', '^browser/ui/app_list/'], | 2774 ['exclude', '^browser/ui/app_list/'], |
2779 ] | 2775 ] |
2780 }], | 2776 }], |
2781 ], | 2777 ], |
2782 }, | 2778 }, |
2783 ], | 2779 ], |
2784 } | 2780 } |
OLD | NEW |