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 12 matching lines...) Expand all Loading... |
23 'chrome_resources.gyp:chrome_strings', | 23 'chrome_resources.gyp:chrome_strings', |
24 'chrome_resources.gyp:platform_locale_settings', | 24 'chrome_resources.gyp:platform_locale_settings', |
25 'chrome_resources.gyp:theme_resources', | 25 'chrome_resources.gyp:theme_resources', |
26 'common', | 26 'common', |
27 'common_net', | 27 'common_net', |
28 'in_memory_url_index_cache_proto', | 28 'in_memory_url_index_cache_proto', |
29 'safe_browsing_proto', | 29 'safe_browsing_proto', |
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 '../components/components.gyp:auto_login_parser', |
34 '../components/components.gyp:autofill_risk_proto', | 34 '../components/components.gyp:autofill_risk_proto', |
35 '../components/components.gyp:auto_login_parser', | |
36 '../content/content.gyp:content_browser', | 35 '../content/content.gyp:content_browser', |
37 '../content/content.gyp:content_common', | 36 '../content/content.gyp:content_common', |
38 '../crypto/crypto.gyp:crypto', | 37 '../crypto/crypto.gyp:crypto', |
39 '../media/media.gyp:media', | 38 '../media/media.gyp:media', |
40 '../skia/skia.gyp:skia', | 39 '../skia/skia.gyp:skia', |
41 '../sync/sync.gyp:sync', | 40 '../sync/sync.gyp:sync', |
42 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', | 41 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', |
43 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n_proto_cpp', | 42 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n_proto_cpp', |
44 '../third_party/icu/icu.gyp:icui18n', | 43 '../third_party/icu/icu.gyp:icui18n', |
45 '../third_party/icu/icu.gyp:icuuc', | 44 '../third_party/icu/icu.gyp:icuuc', |
(...skipping 2923 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2969 ['exclude', '^browser/ui/views/app_list/'], | 2968 ['exclude', '^browser/ui/views/app_list/'], |
2970 ['exclude', '^browser/ui/app_list/'], | 2969 ['exclude', '^browser/ui/app_list/'], |
2971 ['include', '^browser/ui/app_list/app_list_service.h'], | 2970 ['include', '^browser/ui/app_list/app_list_service.h'], |
2972 ['include', '^browser/ui/app_list/app_list_service_disabled.cc'], | 2971 ['include', '^browser/ui/app_list/app_list_service_disabled.cc'], |
2973 ], | 2972 ], |
2974 }], | 2973 }], |
2975 ], | 2974 ], |
2976 }, | 2975 }, |
2977 ], | 2976 ], |
2978 } | 2977 } |
OLD | NEW |