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 1627 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1638 'browser/process_info_snapshot.h', | 1638 'browser/process_info_snapshot.h', |
1639 'browser/process_info_snapshot_mac.cc', | 1639 'browser/process_info_snapshot_mac.cc', |
1640 'browser/process_singleton.h', | 1640 'browser/process_singleton.h', |
1641 'browser/process_singleton_linux.cc', | 1641 'browser/process_singleton_linux.cc', |
1642 'browser/process_singleton_mac.cc', | 1642 'browser/process_singleton_mac.cc', |
1643 'browser/process_singleton_modal_dialog_lock.cc', | 1643 'browser/process_singleton_modal_dialog_lock.cc', |
1644 'browser/process_singleton_modal_dialog_lock.h', | 1644 'browser/process_singleton_modal_dialog_lock.h', |
1645 'browser/process_singleton_startup_lock.cc', | 1645 'browser/process_singleton_startup_lock.cc', |
1646 'browser/process_singleton_startup_lock.h', | 1646 'browser/process_singleton_startup_lock.h', |
1647 'browser/process_singleton_win.cc', | 1647 'browser/process_singleton_win.cc', |
| 1648 'browser/profile_resetter/automatic_profile_resetter.h', |
| 1649 'browser/profile_resetter/automatic_profile_resetter.cc', |
| 1650 'browser/profile_resetter/automatic_profile_resetter_factory.h', |
| 1651 'browser/profile_resetter/automatic_profile_resetter_factory.cc', |
| 1652 'browser/profile_resetter/automatic_profile_resetter_mementos.h', |
| 1653 'browser/profile_resetter/automatic_profile_resetter_mementos.cc', |
1648 'browser/profile_resetter/brandcoded_default_settings.h', | 1654 'browser/profile_resetter/brandcoded_default_settings.h', |
1649 'browser/profile_resetter/brandcoded_default_settings.cc', | 1655 'browser/profile_resetter/brandcoded_default_settings.cc', |
1650 'browser/profile_resetter/brandcode_config_fetcher.h', | 1656 'browser/profile_resetter/brandcode_config_fetcher.h', |
1651 'browser/profile_resetter/brandcode_config_fetcher.cc', | 1657 'browser/profile_resetter/brandcode_config_fetcher.cc', |
1652 'browser/profile_resetter/profile_resetter.h', | 1658 'browser/profile_resetter/profile_resetter.h', |
1653 'browser/profile_resetter/profile_resetter.cc', | 1659 'browser/profile_resetter/profile_resetter.cc', |
1654 'browser/profile_resetter/resettable_settings_snapshot.h', | 1660 'browser/profile_resetter/resettable_settings_snapshot.h', |
1655 'browser/profile_resetter/resettable_settings_snapshot.cc', | 1661 'browser/profile_resetter/resettable_settings_snapshot.cc', |
1656 'browser/profiles/avatar_menu_model.cc', | 1662 'browser/profiles/avatar_menu_model.cc', |
1657 'browser/profiles/avatar_menu_model.h', | 1663 'browser/profiles/avatar_menu_model.h', |
(...skipping 1513 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3171 | 3177 |
3172 'browser/sync/glue/synced_tab_delegate.cc', | 3178 'browser/sync/glue/synced_tab_delegate.cc', |
3173 ], | 3179 ], |
3174 'sources/': [ | 3180 'sources/': [ |
3175 ['exclude', '^browser/captive_portal/'], | 3181 ['exclude', '^browser/captive_portal/'], |
3176 ['exclude', '^browser/diagnostics/'], | 3182 ['exclude', '^browser/diagnostics/'], |
3177 ['exclude', '^browser/first_run/'], | 3183 ['exclude', '^browser/first_run/'], |
3178 ['exclude', '^browser/importer/'], | 3184 ['exclude', '^browser/importer/'], |
3179 ['exclude', '^browser/media_galleries/'], | 3185 ['exclude', '^browser/media_galleries/'], |
3180 ['exclude', '^browser/net/firefox_*'], | 3186 ['exclude', '^browser/net/firefox_*'], |
| 3187 ['exclude', '^browser/profile_resetter/'], |
3181 ['exclude', '^browser/service/'], | 3188 ['exclude', '^browser/service/'], |
3182 ['exclude', '^browser/sync/glue/app_'], | 3189 ['exclude', '^browser/sync/glue/app_'], |
3183 ['exclude', '^browser/sync/glue/extension_'], | 3190 ['exclude', '^browser/sync/glue/extension_'], |
3184 ['exclude', '^browser/sync/glue/theme_'], | 3191 ['exclude', '^browser/sync/glue/theme_'], |
3185 ['exclude', '^browser/usb/'], | 3192 ['exclude', '^browser/usb/'], |
3186 ], | 3193 ], |
3187 }], | 3194 }], |
3188 ['OS=="mac"', { | 3195 ['OS=="mac"', { |
3189 'sources!': [ | 3196 'sources!': [ |
3190 'browser/automation/automation_provider_list_generic.cc', | 3197 'browser/automation/automation_provider_list_generic.cc', |
(...skipping 362 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3553 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3560 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
3554 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3561 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
3555 }, | 3562 }, |
3556 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3563 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3557 }, | 3564 }, |
3558 ], | 3565 ], |
3559 }, | 3566 }, |
3560 ], | 3567 ], |
3561 ], | 3568 ], |
3562 } | 3569 } |
OLD | NEW |