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 203 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
214 'browser/autocomplete/url_prefix.cc', | 214 'browser/autocomplete/url_prefix.cc', |
215 'browser/autocomplete/url_prefix.h', | 215 'browser/autocomplete/url_prefix.h', |
216 'browser/autocomplete/zero_suggest_provider.cc', | 216 'browser/autocomplete/zero_suggest_provider.cc', |
217 'browser/autocomplete/zero_suggest_provider.h', | 217 'browser/autocomplete/zero_suggest_provider.h', |
218 'browser/autofill/android/personal_data_manager_android.cc', | 218 'browser/autofill/android/personal_data_manager_android.cc', |
219 'browser/autofill/android/personal_data_manager_android.h', | 219 'browser/autofill/android/personal_data_manager_android.h', |
220 'browser/autofill/autofill_cc_infobar_delegate.cc', | 220 'browser/autofill/autofill_cc_infobar_delegate.cc', |
221 'browser/autofill/autofill_cc_infobar_delegate.h', | 221 'browser/autofill/autofill_cc_infobar_delegate.h', |
222 'browser/autofill/personal_data_manager_factory.cc', | 222 'browser/autofill/personal_data_manager_factory.cc', |
223 'browser/autofill/personal_data_manager_factory.h', | 223 'browser/autofill/personal_data_manager_factory.h', |
| 224 'browser/autofill/validation_rules_storage_factory.cc', |
| 225 'browser/autofill/validation_rules_storage_factory.h', |
224 'browser/auto_launch_trial.cc', | 226 'browser/auto_launch_trial.cc', |
225 'browser/auto_launch_trial.h', | 227 'browser/auto_launch_trial.h', |
226 'browser/automation/automation_browser_tracker.cc', | 228 'browser/automation/automation_browser_tracker.cc', |
227 'browser/automation/automation_browser_tracker.h', | 229 'browser/automation/automation_browser_tracker.h', |
228 'browser/automation/automation_event_observers.cc', | 230 'browser/automation/automation_event_observers.cc', |
229 'browser/automation/automation_event_observers.h', | 231 'browser/automation/automation_event_observers.h', |
230 'browser/automation/automation_event_observers_chromeos.cc', | 232 'browser/automation/automation_event_observers_chromeos.cc', |
231 'browser/automation/automation_event_queue.cc', | 233 'browser/automation/automation_event_queue.cc', |
232 'browser/automation/automation_event_queue.h', | 234 'browser/automation/automation_event_queue.h', |
233 'browser/automation/automation_provider.cc', | 235 'browser/automation/automation_provider.cc', |
(...skipping 2409 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2643 '../components/components.gyp:visitedlink_common', | 2645 '../components/components.gyp:visitedlink_common', |
2644 '../components/components.gyp:web_modal', | 2646 '../components/components.gyp:web_modal', |
2645 '../media/media.gyp:media', | 2647 '../media/media.gyp:media', |
2646 '../net/net.gyp:net_with_v8', | 2648 '../net/net.gyp:net_with_v8', |
2647 # TODO(tonyg): Remove this dependency (crbug.com/280157). | 2649 # TODO(tonyg): Remove this dependency (crbug.com/280157). |
2648 '../testing/perf/perf_test.gyp:*', | 2650 '../testing/perf/perf_test.gyp:*', |
2649 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', | 2651 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', |
2650 '../third_party/expat/expat.gyp:expat', | 2652 '../third_party/expat/expat.gyp:expat', |
2651 '../third_party/hunspell/hunspell.gyp:hunspell', | 2653 '../third_party/hunspell/hunspell.gyp:hunspell', |
2652 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 2654 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
| 2655 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput'
, |
2653 '../third_party/libusb/libusb.gyp:libusb', | 2656 '../third_party/libusb/libusb.gyp:libusb', |
2654 '../third_party/libyuv/libyuv.gyp:libyuv', | 2657 '../third_party/libyuv/libyuv.gyp:libyuv', |
2655 '../third_party/npapi/npapi.gyp:npapi', | 2658 '../third_party/npapi/npapi.gyp:npapi', |
2656 '../third_party/webrtc/modules/modules.gyp:desktop_capture', | 2659 '../third_party/webrtc/modules/modules.gyp:desktop_capture', |
2657 '../ui/gl/gl.gyp:gl', | 2660 '../ui/gl/gl.gyp:gl', |
2658 '../ui/surface/surface.gyp:surface', | 2661 '../ui/surface/surface.gyp:surface', |
2659 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', | 2662 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', |
2660 '../v8/tools/gyp/v8.gyp:v8', | 2663 '../v8/tools/gyp/v8.gyp:v8', |
2661 '../webkit/common/webkit_common.gyp:webkit_common', | 2664 '../webkit/common/webkit_common.gyp:webkit_common', |
2662 '../webkit/storage_browser.gyp:webkit_storage_browser', | 2665 '../webkit/storage_browser.gyp:webkit_storage_browser', |
(...skipping 558 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3221 'browser/net/spdyproxy/proxy_advisor.h', | 3224 'browser/net/spdyproxy/proxy_advisor.h', |
3222 ], | 3225 ], |
3223 }], | 3226 }], |
3224 ['OS=="android"', { | 3227 ['OS=="android"', { |
3225 'dependencies': [ | 3228 'dependencies': [ |
3226 '../components/components.gyp:web_contents_delegate_android', | 3229 '../components/components.gyp:web_contents_delegate_android', |
3227 'chrome_browser_jni_headers', | 3230 'chrome_browser_jni_headers', |
3228 ], | 3231 ], |
3229 'dependencies!': [ | 3232 'dependencies!': [ |
3230 '../components/components.gyp:web_modal', | 3233 '../components/components.gyp:web_modal', |
| 3234 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput'
, |
3231 '../third_party/libusb/libusb.gyp:libusb', | 3235 '../third_party/libusb/libusb.gyp:libusb', |
3232 ], | 3236 ], |
3233 'sources': [ | 3237 'sources': [ |
3234 'browser/sessions/in_memory_tab_restore_service.cc', | 3238 'browser/sessions/in_memory_tab_restore_service.cc', |
3235 'browser/sessions/in_memory_tab_restore_service.h', | 3239 'browser/sessions/in_memory_tab_restore_service.h', |
3236 'browser/signin/android_profile_oauth2_token_service.cc', | 3240 'browser/signin/android_profile_oauth2_token_service.cc', |
3237 'browser/signin/android_profile_oauth2_token_service.h', | 3241 'browser/signin/android_profile_oauth2_token_service.h', |
3238 'browser/ssl/ssl_add_certificate_android.cc', | 3242 'browser/ssl/ssl_add_certificate_android.cc', |
3239 'browser/web_resource/notification_promo_mobile_ntp.cc', | 3243 'browser/web_resource/notification_promo_mobile_ntp.cc', |
3240 'browser/web_resource/notification_promo_mobile_ntp.h', | 3244 'browser/web_resource/notification_promo_mobile_ntp.h', |
(...skipping 476 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3717 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3721 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
3718 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3722 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
3719 }, | 3723 }, |
3720 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3724 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3721 }, | 3725 }, |
3722 ], | 3726 ], |
3723 }, | 3727 }, |
3724 ], | 3728 ], |
3725 ], | 3729 ], |
3726 } | 3730 } |
OLD | NEW |