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 1565 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1576 'browser/policy/preferences_mac.h', | 1576 'browser/policy/preferences_mac.h', |
1577 'browser/policy/preg_parser_win.cc', | 1577 'browser/policy/preg_parser_win.cc', |
1578 'browser/policy/preg_parser_win.h', | 1578 'browser/policy/preg_parser_win.h', |
1579 'browser/policy/profile_policy_connector.cc', | 1579 'browser/policy/profile_policy_connector.cc', |
1580 'browser/policy/profile_policy_connector_stub.cc', | 1580 'browser/policy/profile_policy_connector_stub.cc', |
1581 'browser/policy/profile_policy_connector.h', | 1581 'browser/policy/profile_policy_connector.h', |
1582 'browser/policy/profile_policy_connector_factory.cc', | 1582 'browser/policy/profile_policy_connector_factory.cc', |
1583 'browser/policy/profile_policy_connector_factory.h', | 1583 'browser/policy/profile_policy_connector_factory.h', |
1584 'browser/policy/registry_dict_win.cc', | 1584 'browser/policy/registry_dict_win.cc', |
1585 'browser/policy/registry_dict_win.h', | 1585 'browser/policy/registry_dict_win.h', |
1586 'browser/policy/schema_map.cc', | |
1587 'browser/policy/schema_map.h', | |
1588 'browser/policy/schema_registry.cc', | |
1589 'browser/policy/schema_registry.h', | |
1590 'browser/policy/schema_registry_service.cc', | 1586 'browser/policy/schema_registry_service.cc', |
1591 'browser/policy/schema_registry_service.h', | 1587 'browser/policy/schema_registry_service.h', |
1592 'browser/policy/schema_registry_service_factory.cc', | 1588 'browser/policy/schema_registry_service_factory.cc', |
1593 'browser/policy/schema_registry_service_factory.h', | 1589 'browser/policy/schema_registry_service_factory.h', |
1594 'browser/policy/url_blacklist_manager.cc', | 1590 'browser/policy/url_blacklist_manager.cc', |
1595 'browser/policy/url_blacklist_manager.h', | 1591 'browser/policy/url_blacklist_manager.h', |
1596 'browser/policy/url_blacklist_policy_handler.cc', | 1592 'browser/policy/url_blacklist_policy_handler.cc', |
1597 'browser/policy/url_blacklist_policy_handler.h', | 1593 'browser/policy/url_blacklist_policy_handler.h', |
1598 'browser/predictors/autocomplete_action_predictor.cc', | 1594 'browser/predictors/autocomplete_action_predictor.cc', |
1599 'browser/predictors/autocomplete_action_predictor.h', | 1595 'browser/predictors/autocomplete_action_predictor.h', |
(...skipping 2159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3759 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3755 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
3760 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3756 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
3761 }, | 3757 }, |
3762 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3758 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3763 }, | 3759 }, |
3764 ], | 3760 ], |
3765 }, | 3761 }, |
3766 ], | 3762 ], |
3767 ], | 3763 ], |
3768 } | 3764 } |
OLD | NEW |