| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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': '<(library)', | 9 'type': '<(library)', |
| 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', | 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', |
| (...skipping 1531 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1542 'browser/policy/device_management_service.cc', | 1542 'browser/policy/device_management_service.cc', |
| 1543 'browser/policy/device_management_service.h', | 1543 'browser/policy/device_management_service.h', |
| 1544 'browser/policy/device_policy_cache.cc', | 1544 'browser/policy/device_policy_cache.cc', |
| 1545 'browser/policy/device_policy_cache.h', | 1545 'browser/policy/device_policy_cache.h', |
| 1546 'browser/policy/device_policy_identity_strategy.cc', | 1546 'browser/policy/device_policy_identity_strategy.cc', |
| 1547 'browser/policy/device_policy_identity_strategy.h', | 1547 'browser/policy/device_policy_identity_strategy.h', |
| 1548 'browser/policy/device_token_fetcher.cc', | 1548 'browser/policy/device_token_fetcher.cc', |
| 1549 'browser/policy/device_token_fetcher.h', | 1549 'browser/policy/device_token_fetcher.h', |
| 1550 'browser/policy/dummy_configuration_policy_provider.cc', | 1550 'browser/policy/dummy_configuration_policy_provider.cc', |
| 1551 'browser/policy/dummy_configuration_policy_provider.h', | 1551 'browser/policy/dummy_configuration_policy_provider.h', |
| 1552 'browser/policy/enterprise_install_attributes.cc', |
| 1553 'browser/policy/enterprise_install_attributes.h', |
| 1552 'browser/policy/file_based_policy_loader.cc', | 1554 'browser/policy/file_based_policy_loader.cc', |
| 1553 'browser/policy/file_based_policy_loader.h', | 1555 'browser/policy/file_based_policy_loader.h', |
| 1554 'browser/policy/file_based_policy_provider.cc', | 1556 'browser/policy/file_based_policy_provider.cc', |
| 1555 'browser/policy/file_based_policy_provider.h', | 1557 'browser/policy/file_based_policy_provider.h', |
| 1556 'browser/policy/managed_prefs_banner_base.cc', | 1558 'browser/policy/managed_prefs_banner_base.cc', |
| 1557 'browser/policy/managed_prefs_banner_base.h', | 1559 'browser/policy/managed_prefs_banner_base.h', |
| 1558 'browser/policy/policy_notifier.cc', | 1560 'browser/policy/policy_notifier.cc', |
| 1559 'browser/policy/policy_notifier.h', | 1561 'browser/policy/policy_notifier.h', |
| 1560 'browser/policy/policy_path_parser.h', | 1562 'browser/policy/policy_path_parser.h', |
| 1561 'browser/policy/policy_path_parser_mac.mm', | 1563 'browser/policy/policy_path_parser_mac.mm', |
| (...skipping 1855 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3417 ], | 3419 ], |
| 3418 }], | 3420 }], |
| 3419 ['chromeos==0', { | 3421 ['chromeos==0', { |
| 3420 'sources/': [ | 3422 'sources/': [ |
| 3421 ['exclude', '^browser/chromeos'], | 3423 ['exclude', '^browser/chromeos'], |
| 3422 ['exclude', '^browser/ui/webui/chromeos'], | 3424 ['exclude', '^browser/ui/webui/chromeos'], |
| 3423 ['exclude', '^browser/ui/webui/options/chromeos'], | 3425 ['exclude', '^browser/ui/webui/options/chromeos'], |
| 3424 ['exclude', 'browser/extensions/extension_tts_api_chromeos.cc'], | 3426 ['exclude', 'browser/extensions/extension_tts_api_chromeos.cc'], |
| 3425 ['exclude', 'browser/oom_priority_manager.cc'], | 3427 ['exclude', 'browser/oom_priority_manager.cc'], |
| 3426 ['exclude', 'browser/oom_priority_manager.h'], | 3428 ['exclude', 'browser/oom_priority_manager.h'], |
| 3427 ['exclude', 'browser/policy/device_policy_cache\\.(h|cc)'], | 3429 ['exclude', 'browser/policy/device_policy_cache.cc'], |
| 3430 ['exclude', 'browser/policy/device_policy_cache.h'], |
| 3431 ['exclude', 'browser/policy/enterprise_install_attributes.cc'], |
| 3432 ['exclude', 'browser/policy/enterprise_install_attributes.h'], |
| 3428 ['exclude', 'browser/policy/device_policy_identity_strategy.cc'], | 3433 ['exclude', 'browser/policy/device_policy_identity_strategy.cc'], |
| 3429 ['exclude', 'browser/policy/device_policy_identity_strategy.h'], | 3434 ['exclude', 'browser/policy/device_policy_identity_strategy.h'], |
| 3430 ['exclude', 'browser/policy/proto/chrome_device_policy\\.pb\\.(h|cc)
'], | 3435 ['exclude', 'browser/policy/proto/chrome_device_policy.pb.cc'], |
| 3436 ['exclude', 'browser/policy/proto/chrome_device_policy.pb.h'], |
| 3431 ['exclude', 'browser/renderer_host/offline_resource_handler.cc'], | 3437 ['exclude', 'browser/renderer_host/offline_resource_handler.cc'], |
| 3432 ['exclude', 'browser/renderer_host/offline_resource_handler.h'], | 3438 ['exclude', 'browser/renderer_host/offline_resource_handler.h'], |
| 3433 ['exclude', 'browser/ui/login/login_prompt_ui.cc'], | 3439 ['exclude', 'browser/ui/login/login_prompt_ui.cc'], |
| 3434 ['exclude', 'browser/ui/webui/chrome_about_ui.cc'], | 3440 ['exclude', 'browser/ui/webui/chrome_about_ui.cc'], |
| 3435 ['exclude', 'browser/ui/webui/collected_cookies_ui_delegate.cc'], | 3441 ['exclude', 'browser/ui/webui/collected_cookies_ui_delegate.cc'], |
| 3436 ['exclude', 'browser/ui/webui/collected_cookies_ui_delegate.h'], | 3442 ['exclude', 'browser/ui/webui/collected_cookies_ui_delegate.h'], |
| 3437 ['exclude', 'browser/ui/webui/cookies_tree_model_adapter.cc'], | 3443 ['exclude', 'browser/ui/webui/cookies_tree_model_adapter.cc'], |
| 3438 ['exclude', 'browser/ui/webui/cookies_tree_model_adapter.h'], | 3444 ['exclude', 'browser/ui/webui/cookies_tree_model_adapter.h'], |
| 3439 ['exclude', 'browser/ui/webui/filebrowse_ui.cc'], | 3445 ['exclude', 'browser/ui/webui/filebrowse_ui.cc'], |
| 3440 ['exclude', 'browser/ui/webui/mediaplayer_ui.cc'], | 3446 ['exclude', 'browser/ui/webui/mediaplayer_ui.cc'], |
| (...skipping 994 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4435 'hard_dependency': 1, | 4441 'hard_dependency': 1, |
| 4436 }, | 4442 }, |
| 4437 ], | 4443 ], |
| 4438 } | 4444 } |
| 4439 | 4445 |
| 4440 # Local Variables: | 4446 # Local Variables: |
| 4441 # tab-width:2 | 4447 # tab-width:2 |
| 4442 # indent-tabs-mode:nil | 4448 # indent-tabs-mode:nil |
| 4443 # End: | 4449 # End: |
| 4444 # vim: set expandtab tabstop=2 shiftwidth=2: | 4450 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |