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 30 matching lines...) Expand all Loading... |
41 '../sync/sync.gyp:sync', | 41 '../sync/sync.gyp:sync', |
42 '../third_party/bzip2/bzip2.gyp:bzip2', | 42 '../third_party/bzip2/bzip2.gyp:bzip2', |
43 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', | 43 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', |
44 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n_proto_cpp', | 44 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n_proto_cpp', |
45 '../third_party/icu/icu.gyp:icui18n', | 45 '../third_party/icu/icu.gyp:icui18n', |
46 '../third_party/icu/icu.gyp:icuuc', | 46 '../third_party/icu/icu.gyp:icuuc', |
47 '../third_party/libusb/libusb.gyp:libusb', | 47 '../third_party/libusb/libusb.gyp:libusb', |
48 '../third_party/libxml/libxml.gyp:libxml', | 48 '../third_party/libxml/libxml.gyp:libxml', |
49 '../third_party/zlib/zlib.gyp:zlib', | 49 '../third_party/zlib/zlib.gyp:zlib', |
50 '../ui/base/strings/ui_strings.gyp:ui_strings', | 50 '../ui/base/strings/ui_strings.gyp:ui_strings', |
51 '../ui/message_center/message_center.gyp:message_center', | |
52 '../ui/native_theme/native_theme.gyp:native_theme', | 51 '../ui/native_theme/native_theme.gyp:native_theme', |
53 '../ui/snapshot/snapshot.gyp:snapshot', | 52 '../ui/snapshot/snapshot.gyp:snapshot', |
54 '../ui/ui.gyp:ui', | 53 '../ui/ui.gyp:ui', |
55 '../ui/ui.gyp:ui_resources', | 54 '../ui/ui.gyp:ui_resources', |
56 '../webkit/support/webkit_support.gyp:user_agent', | 55 '../webkit/support/webkit_support.gyp:user_agent', |
57 ], | 56 ], |
58 'include_dirs': [ | 57 'include_dirs': [ |
59 '..', | 58 '..', |
60 '<(INTERMEDIATE_DIR)', | 59 '<(INTERMEDIATE_DIR)', |
61 # Needed by pepper_flash_component_installer.cc. | 60 # Needed by pepper_flash_component_installer.cc. |
(...skipping 2863 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2925 'sources/': [ | 2924 'sources/': [ |
2926 ['exclude', '^browser/ui/views/app_list/'], | 2925 ['exclude', '^browser/ui/views/app_list/'], |
2927 ['exclude', '^browser/ui/app_list/'], | 2926 ['exclude', '^browser/ui/app_list/'], |
2928 ['include', '^browser/ui/app_list/app_list_service.cc'], | 2927 ['include', '^browser/ui/app_list/app_list_service.cc'], |
2929 ['include', '^browser/ui/app_list/app_list_service.h'], | 2928 ['include', '^browser/ui/app_list/app_list_service.h'], |
2930 ['include', '^browser/ui/app_list/app_list_service_disabled.cc'], | 2929 ['include', '^browser/ui/app_list/app_list_service_disabled.cc'], |
2931 ['include', '^browser/ui/app_list/app_list_service_disabled.h'], | 2930 ['include', '^browser/ui/app_list/app_list_service_disabled.h'], |
2932 ['include', '^browser/ui/app_list/app_list_service_selector.cc'], | 2931 ['include', '^browser/ui/app_list/app_list_service_selector.cc'], |
2933 ], | 2932 ], |
2934 }], | 2933 }], |
| 2934 ['enable_message_center==1', { |
| 2935 'dependencies': [ |
| 2936 '../ui/message_center/message_center.gyp:message_center', |
| 2937 ], |
| 2938 }], |
2935 ], | 2939 ], |
2936 }, | 2940 }, |
2937 ], | 2941 ], |
2938 } | 2942 } |
OLD | NEW |