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 1571 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1582 'browser/policy/preferences_mac.h', | 1582 'browser/policy/preferences_mac.h', |
1583 'browser/policy/preg_parser_win.cc', | 1583 'browser/policy/preg_parser_win.cc', |
1584 'browser/policy/preg_parser_win.h', | 1584 'browser/policy/preg_parser_win.h', |
1585 'browser/policy/profile_policy_connector.cc', | 1585 'browser/policy/profile_policy_connector.cc', |
1586 'browser/policy/profile_policy_connector_stub.cc', | 1586 'browser/policy/profile_policy_connector_stub.cc', |
1587 'browser/policy/profile_policy_connector.h', | 1587 'browser/policy/profile_policy_connector.h', |
1588 'browser/policy/profile_policy_connector_factory.cc', | 1588 'browser/policy/profile_policy_connector_factory.cc', |
1589 'browser/policy/profile_policy_connector_factory.h', | 1589 'browser/policy/profile_policy_connector_factory.h', |
1590 'browser/policy/registry_dict_win.cc', | 1590 'browser/policy/registry_dict_win.cc', |
1591 'browser/policy/registry_dict_win.h', | 1591 'browser/policy/registry_dict_win.h', |
1592 'browser/policy/schema_map.cc', | |
1593 'browser/policy/schema_map.h', | |
1594 'browser/policy/schema_registry.cc', | |
1595 'browser/policy/schema_registry.h', | |
1596 'browser/policy/schema_registry_service.cc', | 1592 'browser/policy/schema_registry_service.cc', |
1597 'browser/policy/schema_registry_service.h', | 1593 'browser/policy/schema_registry_service.h', |
1598 'browser/policy/schema_registry_service_factory.cc', | 1594 'browser/policy/schema_registry_service_factory.cc', |
1599 'browser/policy/schema_registry_service_factory.h', | 1595 'browser/policy/schema_registry_service_factory.h', |
1600 'browser/policy/url_blacklist_manager.cc', | 1596 'browser/policy/url_blacklist_manager.cc', |
1601 'browser/policy/url_blacklist_manager.h', | 1597 'browser/policy/url_blacklist_manager.h', |
1602 'browser/policy/url_blacklist_policy_handler.cc', | 1598 'browser/policy/url_blacklist_policy_handler.cc', |
1603 'browser/policy/url_blacklist_policy_handler.h', | 1599 'browser/policy/url_blacklist_policy_handler.h', |
1604 'browser/predictors/autocomplete_action_predictor.cc', | 1600 'browser/predictors/autocomplete_action_predictor.cc', |
1605 'browser/predictors/autocomplete_action_predictor.h', | 1601 'browser/predictors/autocomplete_action_predictor.h', |
(...skipping 2165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3771 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3767 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
3772 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3768 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
3773 }, | 3769 }, |
3774 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3770 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3775 }, | 3771 }, |
3776 ], | 3772 ], |
3777 }, | 3773 }, |
3778 ], | 3774 ], |
3779 ], | 3775 ], |
3780 } | 3776 } |
OLD | NEW |