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 21 matching lines...) Expand all Loading... |
32 'variations_seed_proto', | 32 'variations_seed_proto', |
33 '../build/temp_gyp/googleurl.gyp:googleurl', | 33 '../build/temp_gyp/googleurl.gyp:googleurl', |
34 '../components/components.gyp:autofill_risk_proto', | 34 '../components/components.gyp:autofill_risk_proto', |
35 '../components/components.gyp:auto_login_parser', | 35 '../components/components.gyp:auto_login_parser', |
36 '../content/content.gyp:content_browser', | 36 '../content/content.gyp:content_browser', |
37 '../content/content.gyp:content_common', | 37 '../content/content.gyp:content_common', |
38 '../crypto/crypto.gyp:crypto', | 38 '../crypto/crypto.gyp:crypto', |
39 '../media/media.gyp:media', | 39 '../media/media.gyp:media', |
40 '../skia/skia.gyp:skia', | 40 '../skia/skia.gyp:skia', |
41 '../sync/sync.gyp:sync', | 41 '../sync/sync.gyp:sync', |
42 '../third_party/bzip2/bzip2.gyp:bzip2', | |
43 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', | 42 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', |
44 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n_proto_cpp', | 43 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n_proto_cpp', |
45 '../third_party/icu/icu.gyp:icui18n', | 44 '../third_party/icu/icu.gyp:icui18n', |
46 '../third_party/icu/icu.gyp:icuuc', | 45 '../third_party/icu/icu.gyp:icuuc', |
47 '../third_party/libusb/libusb.gyp:libusb', | 46 '../third_party/libusb/libusb.gyp:libusb', |
48 '../third_party/libxml/libxml.gyp:libxml', | 47 '../third_party/libxml/libxml.gyp:libxml', |
49 '../third_party/zlib/zlib.gyp:zlib', | 48 '../third_party/zlib/zlib.gyp:zlib', |
50 '../ui/base/strings/ui_strings.gyp:ui_strings', | 49 '../ui/base/strings/ui_strings.gyp:ui_strings', |
51 '../ui/native_theme/native_theme.gyp:native_theme', | 50 '../ui/native_theme/native_theme.gyp:native_theme', |
52 '../ui/snapshot/snapshot.gyp:snapshot', | 51 '../ui/snapshot/snapshot.gyp:snapshot', |
(...skipping 2876 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2929 }], | 2928 }], |
2930 ['enable_message_center==1', { | 2929 ['enable_message_center==1', { |
2931 'dependencies': [ | 2930 'dependencies': [ |
2932 '../ui/message_center/message_center.gyp:message_center', | 2931 '../ui/message_center/message_center.gyp:message_center', |
2933 ], | 2932 ], |
2934 }], | 2933 }], |
2935 ], | 2934 ], |
2936 }, | 2935 }, |
2937 ], | 2936 ], |
2938 } | 2937 } |
OLD | NEW |