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', | 8 'target_name': 'browser', |
9 'type': 'static_library', | 9 'type': 'static_library', |
10 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
(...skipping 24 matching lines...) Expand all Loading... |
35 '../components/components.gyp:webdata_common', | 35 '../components/components.gyp:webdata_common', |
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 '../google_apis/google_apis.gyp:google_apis', | 39 '../google_apis/google_apis.gyp:google_apis', |
40 '../jingle/jingle.gyp:notifier', | 40 '../jingle/jingle.gyp:notifier', |
41 '../media/media.gyp:media', | 41 '../media/media.gyp:media', |
42 '../skia/skia.gyp:skia', | 42 '../skia/skia.gyp:skia', |
43 '../sql/sql.gyp:sql', | 43 '../sql/sql.gyp:sql', |
44 '../sync/sync.gyp:sync', | 44 '../sync/sync.gyp:sync', |
45 '../third_party/bzip2/bzip2.gyp:bzip2', | |
46 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', | 45 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', |
47 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n_proto_cpp', | 46 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n_proto_cpp', |
48 '../third_party/icu/icu.gyp:icui18n', | 47 '../third_party/icu/icu.gyp:icui18n', |
49 '../third_party/icu/icu.gyp:icuuc', | 48 '../third_party/icu/icu.gyp:icuuc', |
50 '../third_party/libjingle/libjingle.gyp:libjingle', | 49 '../third_party/libjingle/libjingle.gyp:libjingle', |
51 '../third_party/libxml/libxml.gyp:libxml', | 50 '../third_party/libxml/libxml.gyp:libxml', |
52 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h', | 51 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h', |
53 '../third_party/zlib/zlib.gyp:zip', | 52 '../third_party/zlib/zlib.gyp:zip', |
54 '../third_party/zlib/zlib.gyp:minizip', | 53 '../third_party/zlib/zlib.gyp:minizip', |
55 '../third_party/zlib/zlib.gyp:zlib', | 54 '../third_party/zlib/zlib.gyp:zlib', |
(...skipping 3100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3156 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3155 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
3157 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3156 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
3158 }, | 3157 }, |
3159 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3158 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3160 }, | 3159 }, |
3161 ], | 3160 ], |
3162 }, | 3161 }, |
3163 ], | 3162 ], |
3164 ], | 3163 ], |
3165 } | 3164 } |
OLD | NEW |