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 1517 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1528 'browser/policy/managed_prefs_banner_base.h', | 1528 'browser/policy/managed_prefs_banner_base.h', |
1529 'browser/policy/policy_path_parser.h', | 1529 'browser/policy/policy_path_parser.h', |
1530 'browser/policy/policy_path_parser_mac.mm', | 1530 'browser/policy/policy_path_parser_mac.mm', |
1531 'browser/policy/policy_path_parser_posix.cc', | 1531 'browser/policy/policy_path_parser_posix.cc', |
1532 'browser/policy/policy_path_parser_win.cc', | 1532 'browser/policy/policy_path_parser_win.cc', |
1533 'browser/policy/profile_policy_connector.cc', | 1533 'browser/policy/profile_policy_connector.cc', |
1534 'browser/policy/profile_policy_connector.h', | 1534 'browser/policy/profile_policy_connector.h', |
1535 'browser/policy/user_policy_identity_strategy.cc', | 1535 'browser/policy/user_policy_identity_strategy.cc', |
1536 'browser/policy/user_policy_identity_strategy.h', | 1536 'browser/policy/user_policy_identity_strategy.h', |
1537 # TODO(danno): Find a better way to include these files | 1537 # TODO(danno): Find a better way to include these files |
1538 '<(protoc_out_dir)/chrome/browser/policy/proto/chrome_device_policy.pb.c c', | |
1539 '<(protoc_out_dir)/chrome/browser/policy/proto/chrome_device_policy.pb.h ', | |
1538 '<(protoc_out_dir)/chrome/browser/policy/proto/device_management_backend .pb.cc', | 1540 '<(protoc_out_dir)/chrome/browser/policy/proto/device_management_backend .pb.cc', |
1539 '<(protoc_out_dir)/chrome/browser/policy/proto/device_management_backend .pb.h', | 1541 '<(protoc_out_dir)/chrome/browser/policy/proto/device_management_backend .pb.h', |
1540 'browser/policy/proto/device_management_constants.cc', | 1542 'browser/policy/proto/device_management_constants.cc', |
1541 'browser/policy/proto/device_management_constants.h', | 1543 'browser/policy/proto/device_management_constants.h', |
1542 '<(protoc_out_dir)/chrome/browser/policy/proto/device_management_local.p b.cc', | 1544 '<(protoc_out_dir)/chrome/browser/policy/proto/device_management_local.p b.cc', |
1543 '<(protoc_out_dir)/chrome/browser/policy/proto/device_management_local.p b.h', | 1545 '<(protoc_out_dir)/chrome/browser/policy/proto/device_management_local.p b.h', |
1544 'browser/possible_url_model.cc', | 1546 'browser/possible_url_model.cc', |
1545 'browser/possible_url_model.h', | 1547 'browser/possible_url_model.h', |
1546 'browser/power_save_blocker.h', | 1548 'browser/power_save_blocker.h', |
1547 'browser/power_save_blocker_common.cc', | 1549 'browser/power_save_blocker_common.cc', |
(...skipping 1721 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
3269 }], | 3271 }], |
3270 ['chromeos==0', { | 3272 ['chromeos==0', { |
3271 'sources/': [ | 3273 'sources/': [ |
3272 ['exclude', '^browser/chromeos'], | 3274 ['exclude', '^browser/chromeos'], |
3273 ['exclude', 'browser/webui/chrome_about_ui.cc'], | 3275 ['exclude', 'browser/webui/chrome_about_ui.cc'], |
3274 ['exclude', 'browser/extensions/extension_tts_api_chromeos.cc'], | 3276 ['exclude', 'browser/extensions/extension_tts_api_chromeos.cc'], |
3275 ['exclude', 'browser/oom_priority_manager.cc'], | 3277 ['exclude', 'browser/oom_priority_manager.cc'], |
3276 ['exclude', 'browser/oom_priority_manager.h'], | 3278 ['exclude', 'browser/oom_priority_manager.h'], |
3277 ['exclude', 'browser/policy/device_policy_identity_strategy.cc'], | 3279 ['exclude', 'browser/policy/device_policy_identity_strategy.cc'], |
3278 ['exclude', 'browser/policy/device_policy_identity_strategy.h'], | 3280 ['exclude', 'browser/policy/device_policy_identity_strategy.h'], |
3281 ['exclude', '<(protoc_out_dir)/chrome/browser/policy/proto/chrome_de vice_policy.pb.'], | |
gfeher
2011/03/24 12:16:56
pb.h?
Jakob Kummerow
2011/03/24 16:09:52
Nope. This is a pattern, and I want it to match bo
gfeher
2011/03/24 18:00:22
As discussed, please add '*'.
Jakob Kummerow
2011/03/25 13:11:50
Done.
| |
3279 ['exclude', 'browser/renderer_host/offline_resource_handler.cc'], | 3282 ['exclude', 'browser/renderer_host/offline_resource_handler.cc'], |
3280 ['exclude', 'browser/renderer_host/offline_resource_handler.h'], | 3283 ['exclude', 'browser/renderer_host/offline_resource_handler.h'], |
3281 ['exclude', 'browser/ui/webui/collected_cookies_ui_delegate.cc'], | 3284 ['exclude', 'browser/ui/webui/collected_cookies_ui_delegate.cc'], |
3282 ['exclude', 'browser/ui/webui/collected_cookies_ui_delegate.h'], | 3285 ['exclude', 'browser/ui/webui/collected_cookies_ui_delegate.h'], |
3283 ['exclude', 'browser/ui/webui/cookies_tree_model_adapter.cc'], | 3286 ['exclude', 'browser/ui/webui/cookies_tree_model_adapter.cc'], |
3284 ['exclude', 'browser/ui/webui/cookies_tree_model_adapter.h'], | 3287 ['exclude', 'browser/ui/webui/cookies_tree_model_adapter.h'], |
3285 ['exclude', 'browser/ui/webui/filebrowse_ui.cc'], | 3288 ['exclude', 'browser/ui/webui/filebrowse_ui.cc'], |
3286 ['exclude', 'browser/ui/webui/mediaplayer_ui.cc'], | 3289 ['exclude', 'browser/ui/webui/mediaplayer_ui.cc'], |
3287 ['exclude', 'browser/ui/webui/slideshow_ui.cc'], | 3290 ['exclude', 'browser/ui/webui/slideshow_ui.cc'], |
3288 ], | 3291 ], |
(...skipping 1011 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
4300 ], | 4303 ], |
4301 }, | 4304 }, |
4302 ], | 4305 ], |
4303 } | 4306 } |
4304 | 4307 |
4305 # Local Variables: | 4308 # Local Variables: |
4306 # tab-width:2 | 4309 # tab-width:2 |
4307 # indent-tabs-mode:nil | 4310 # indent-tabs-mode:nil |
4308 # End: | 4311 # End: |
4309 # vim: set expandtab tabstop=2 shiftwidth=2: | 4312 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |