OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 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 1567 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1578 'browser/policy/network_configuration_updater.cc', | 1578 'browser/policy/network_configuration_updater.cc', |
1579 'browser/policy/network_configuration_updater.h', | 1579 'browser/policy/network_configuration_updater.h', |
1580 'browser/policy/policy_error_map.cc', | 1580 'browser/policy/policy_error_map.cc', |
1581 'browser/policy/policy_error_map.h', | 1581 'browser/policy/policy_error_map.h', |
1582 'browser/policy/policy_notifier.cc', | 1582 'browser/policy/policy_notifier.cc', |
1583 'browser/policy/policy_notifier.h', | 1583 'browser/policy/policy_notifier.h', |
1584 'browser/policy/policy_path_parser.h', | 1584 'browser/policy/policy_path_parser.h', |
1585 'browser/policy/policy_path_parser_mac.mm', | 1585 'browser/policy/policy_path_parser_mac.mm', |
1586 'browser/policy/policy_path_parser_linux.cc', | 1586 'browser/policy/policy_path_parser_linux.cc', |
1587 'browser/policy/policy_path_parser_win.cc', | 1587 'browser/policy/policy_path_parser_win.cc', |
| 1588 'browser/policy/policy_service.cc', |
1588 'browser/policy/policy_service.h', | 1589 'browser/policy/policy_service.h', |
1589 'browser/policy/policy_service_impl.cc', | 1590 'browser/policy/policy_service_impl.cc', |
1590 'browser/policy/policy_service_impl.h', | 1591 'browser/policy/policy_service_impl.h', |
1591 'browser/policy/policy_service_stub.cc', | 1592 'browser/policy/policy_service_stub.cc', |
1592 'browser/policy/policy_service_stub.h', | 1593 'browser/policy/policy_service_stub.h', |
1593 'browser/policy/policy_status_info.cc', | 1594 'browser/policy/policy_status_info.cc', |
1594 'browser/policy/policy_status_info.h', | 1595 'browser/policy/policy_status_info.h', |
1595 'browser/policy/url_blacklist_manager.cc', | 1596 'browser/policy/url_blacklist_manager.cc', |
1596 'browser/policy/url_blacklist_manager.h', | 1597 'browser/policy/url_blacklist_manager.h', |
1597 'browser/policy/user_policy_cache.cc', | 1598 'browser/policy/user_policy_cache.cc', |
(...skipping 2433 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4031 ], | 4032 ], |
4032 }], | 4033 }], |
4033 ['configuration_policy==1', { | 4034 ['configuration_policy==1', { |
4034 'sources!': [ | 4035 'sources!': [ |
4035 'browser/policy/policy_service_stub.cc', | 4036 'browser/policy/policy_service_stub.cc', |
4036 'browser/policy/policy_service_stub.h', | 4037 'browser/policy/policy_service_stub.h', |
4037 ], | 4038 ], |
4038 }, { # configuration_policy==0 | 4039 }, { # configuration_policy==0 |
4039 'sources/': [ | 4040 'sources/': [ |
4040 ['exclude', '^browser/policy/'], | 4041 ['exclude', '^browser/policy/'], |
| 4042 ['include', 'browser/policy/policy_service.cc'], |
4041 ['include', 'browser/policy/policy_service.h'], | 4043 ['include', 'browser/policy/policy_service.h'], |
4042 ['include', 'browser/policy/policy_service_stub.cc'], | 4044 ['include', 'browser/policy/policy_service_stub.cc'], |
4043 ['include', 'browser/policy/policy_service_stub.h'], | 4045 ['include', 'browser/policy/policy_service_stub.h'], |
4044 ], | 4046 ], |
4045 }], | 4047 }], |
4046 ['safe_browsing==1', { | 4048 ['safe_browsing==1', { |
4047 'defines': [ | 4049 'defines': [ |
4048 'ENABLE_SAFE_BROWSING', | 4050 'ENABLE_SAFE_BROWSING', |
4049 ], | 4051 ], |
4050 }, { # safe_browsing==0 | 4052 }, { # safe_browsing==0 |
(...skipping 1153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5204 'type': 'static_library', | 5206 'type': 'static_library', |
5205 'sources': [ 'browser/chromeos/gdata/gdata.proto' ], | 5207 'sources': [ 'browser/chromeos/gdata/gdata.proto' ], |
5206 'variables': { | 5208 'variables': { |
5207 'proto_in_dir': 'browser/chromeos/gdata', | 5209 'proto_in_dir': 'browser/chromeos/gdata', |
5208 'proto_out_dir': 'chrome/browser/chromeos/gdata', | 5210 'proto_out_dir': 'chrome/browser/chromeos/gdata', |
5209 }, | 5211 }, |
5210 'includes': [ '../build/protoc.gypi' ] | 5212 'includes': [ '../build/protoc.gypi' ] |
5211 }, | 5213 }, |
5212 ], | 5214 ], |
5213 } | 5215 } |
OLD | NEW |