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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
45 '../google_apis/gcm/gcm.gyp:gcm', | 45 '../google_apis/gcm/gcm.gyp:gcm', |
46 '../jingle/jingle.gyp:notifier', | 46 '../jingle/jingle.gyp:notifier', |
47 '../skia/skia.gyp:skia', | 47 '../skia/skia.gyp:skia', |
48 '../sql/sql.gyp:sql', | 48 '../sql/sql.gyp:sql', |
49 '../sync/sync.gyp:sync', | 49 '../sync/sync.gyp:sync', |
50 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', | 50 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', |
51 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n_proto_cpp', | 51 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n_proto_cpp', |
52 '../third_party/icu/icu.gyp:icui18n', | 52 '../third_party/icu/icu.gyp:icui18n', |
53 '../third_party/icu/icu.gyp:icuuc', | 53 '../third_party/icu/icu.gyp:icuuc', |
54 '../third_party/libjingle/libjingle.gyp:libjingle', | 54 '../third_party/libjingle/libjingle.gyp:libjingle', |
| 55 # FIXME not for commit |
| 56 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput', |
55 '../third_party/libxml/libxml.gyp:libxml', | 57 '../third_party/libxml/libxml.gyp:libxml', |
56 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h', | 58 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h', |
57 '../third_party/zlib/google/zip.gyp:zip', | 59 '../third_party/zlib/google/zip.gyp:zip', |
58 '../third_party/zlib/zlib.gyp:minizip', | 60 '../third_party/zlib/zlib.gyp:minizip', |
59 '../third_party/zlib/zlib.gyp:zlib', | 61 '../third_party/zlib/zlib.gyp:zlib', |
60 '../ui/base/strings/ui_strings.gyp:ui_strings', | 62 '../ui/base/strings/ui_strings.gyp:ui_strings', |
61 '../ui/events/events.gyp:events_base', | 63 '../ui/events/events.gyp:events_base', |
62 '../ui/gfx/gfx.gyp:gfx', | 64 '../ui/gfx/gfx.gyp:gfx', |
63 '../ui/gfx/gfx.gyp:gfx_geometry', | 65 '../ui/gfx/gfx.gyp:gfx_geometry', |
64 '../ui/message_center/message_center.gyp:message_center', | 66 '../ui/message_center/message_center.gyp:message_center', |
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
203 'browser/autocomplete/url_prefix.cc', | 205 'browser/autocomplete/url_prefix.cc', |
204 'browser/autocomplete/url_prefix.h', | 206 'browser/autocomplete/url_prefix.h', |
205 'browser/autocomplete/zero_suggest_provider.cc', | 207 'browser/autocomplete/zero_suggest_provider.cc', |
206 'browser/autocomplete/zero_suggest_provider.h', | 208 'browser/autocomplete/zero_suggest_provider.h', |
207 'browser/autofill/android/personal_data_manager_android.cc', | 209 'browser/autofill/android/personal_data_manager_android.cc', |
208 'browser/autofill/android/personal_data_manager_android.h', | 210 'browser/autofill/android/personal_data_manager_android.h', |
209 'browser/autofill/autofill_cc_infobar_delegate.cc', | 211 'browser/autofill/autofill_cc_infobar_delegate.cc', |
210 'browser/autofill/autofill_cc_infobar_delegate.h', | 212 'browser/autofill/autofill_cc_infobar_delegate.h', |
211 'browser/autofill/personal_data_manager_factory.cc', | 213 'browser/autofill/personal_data_manager_factory.cc', |
212 'browser/autofill/personal_data_manager_factory.h', | 214 'browser/autofill/personal_data_manager_factory.h', |
| 215 'browser/autofill/address_storage_factory.cc', |
| 216 'browser/autofill/address_storage_factory.h', |
213 'browser/auto_launch_trial.cc', | 217 'browser/auto_launch_trial.cc', |
214 'browser/auto_launch_trial.h', | 218 'browser/auto_launch_trial.h', |
215 'browser/automation/automation_browser_tracker.cc', | 219 'browser/automation/automation_browser_tracker.cc', |
216 'browser/automation/automation_browser_tracker.h', | 220 'browser/automation/automation_browser_tracker.h', |
217 'browser/automation/automation_event_observers.cc', | 221 'browser/automation/automation_event_observers.cc', |
218 'browser/automation/automation_event_observers.h', | 222 'browser/automation/automation_event_observers.h', |
219 'browser/automation/automation_event_observers_chromeos.cc', | 223 'browser/automation/automation_event_observers_chromeos.cc', |
220 'browser/automation/automation_event_queue.cc', | 224 'browser/automation/automation_event_queue.cc', |
221 'browser/automation/automation_event_queue.h', | 225 'browser/automation/automation_event_queue.h', |
222 'browser/automation/automation_provider.cc', | 226 'browser/automation/automation_provider.cc', |
(...skipping 3413 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3636 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3640 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
3637 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3641 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
3638 }, | 3642 }, |
3639 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3643 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3640 }, | 3644 }, |
3641 ], | 3645 ], |
3642 }, | 3646 }, |
3643 ], | 3647 ], |
3644 ], | 3648 ], |
3645 } | 3649 } |
OLD | NEW |