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 4012 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4023 'browser/ui/sync/one_click_signin_helper.cc', | 4023 'browser/ui/sync/one_click_signin_helper.cc', |
4024 'browser/ui/sync/one_click_signin_helper.h', | 4024 'browser/ui/sync/one_click_signin_helper.h', |
4025 'browser/ui/sync/one_click_signin_histogram.h', | 4025 'browser/ui/sync/one_click_signin_histogram.h', |
4026 'browser/ui/sync/one_click_signin_sync_starter.cc', | 4026 'browser/ui/sync/one_click_signin_sync_starter.cc', |
4027 'browser/ui/sync/one_click_signin_sync_starter.h', | 4027 'browser/ui/sync/one_click_signin_sync_starter.h', |
4028 'browser/ui/views/one_click_signin_dialog_views.cc', | 4028 'browser/ui/views/one_click_signin_dialog_views.cc', |
4029 'browser/ui/views/sync/one_click_signin_bubble_view.cc', | 4029 'browser/ui/views/sync/one_click_signin_bubble_view.cc', |
4030 'browser/ui/views/sync/one_click_signin_bubble_view.h', | 4030 'browser/ui/views/sync/one_click_signin_bubble_view.h', |
4031 ] | 4031 ] |
4032 }], | 4032 }], |
| 4033 ['enable_promo_resource_service==0', { |
| 4034 'sources/': [ |
| 4035 ['exclude', '^browser/web_resource/promo_resource_service'], |
| 4036 ], |
| 4037 }], |
4033 ['enable_task_manager==0', { | 4038 ['enable_task_manager==0', { |
4034 'sources/': [ | 4039 'sources/': [ |
4035 ['exclude', '^browser/task_manager/'], | 4040 ['exclude', '^browser/task_manager/'], |
4036 ['exclude', '^browser/ui/webui/task_manager/'], | 4041 ['exclude', '^browser/ui/webui/task_manager/'], |
4037 ], | 4042 ], |
4038 }], | 4043 }], |
4039 ['disable_nacl==0', { | 4044 ['disable_nacl==0', { |
4040 'sources': [ | 4045 'sources': [ |
4041 'browser/nacl_host/nacl_broker_host_win.cc', | 4046 'browser/nacl_host/nacl_broker_host_win.cc', |
4042 'browser/nacl_host/nacl_broker_host_win.h', | 4047 'browser/nacl_host/nacl_broker_host_win.h', |
(...skipping 450 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4493 'browser/ui/browser.cc', | 4498 'browser/ui/browser.cc', |
4494 'browser/ui/browser_init.cc', | 4499 'browser/ui/browser_init.cc', |
4495 'browser/ui/browser_list.cc', | 4500 'browser/ui/browser_list.cc', |
4496 'browser/ui/browser_list_stub.cc', | 4501 'browser/ui/browser_list_stub.cc', |
4497 'browser/ui/browser_navigator.cc', | 4502 'browser/ui/browser_navigator.cc', |
4498 'browser/ui/browser_tab_restore_service_delegate.cc', | 4503 'browser/ui/browser_tab_restore_service_delegate.cc', |
4499 'browser/ui/sync/browser_synced_window_delegate.cc', | 4504 'browser/ui/sync/browser_synced_window_delegate.cc', |
4500 | 4505 |
4501 'browser/ui/sad_tab_helper.cc', | 4506 'browser/ui/sad_tab_helper.cc', |
4502 'browser/ui/webui/certificate_viewer_webui.cc', | 4507 'browser/ui/webui/certificate_viewer_webui.cc', |
| 4508 'browser/ui/webui/plugins_ui.cc', |
| 4509 'browser/ui/webui/plugins_ui.h', |
4503 'browser/ui/window_sizer.cc', | 4510 'browser/ui/window_sizer.cc', |
4504 'browser/ui/window_sizer.h', | 4511 'browser/ui/window_sizer.h', |
4505 'browser/ui/webui/ntp/ntp_resource_cache.cc', | 4512 'browser/ui/webui/ntp/ntp_resource_cache.cc', |
4506 'browser/upgrade_detector.cc', | 4513 'browser/upgrade_detector.cc', |
4507 'browser/upgrade_detector.h', | 4514 'browser/upgrade_detector.h', |
4508 'browser/upgrade_detector_impl.cc', | 4515 'browser/upgrade_detector_impl.cc', |
4509 'browser/upgrade_detector_impl.h', | 4516 'browser/upgrade_detector_impl.h', |
4510 ], | 4517 ], |
4511 'sources/': [ | 4518 'sources/': [ |
4512 ['exclude', '^browser/chrome_to_mobile'], | 4519 ['exclude', '^browser/chrome_to_mobile'], |
(...skipping 722 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5235 'type': 'static_library', | 5242 'type': 'static_library', |
5236 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5243 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
5237 'variables': { | 5244 'variables': { |
5238 'proto_in_dir': 'browser/history', | 5245 'proto_in_dir': 'browser/history', |
5239 'proto_out_dir': 'chrome/browser/history', | 5246 'proto_out_dir': 'chrome/browser/history', |
5240 }, | 5247 }, |
5241 'includes': [ '../build/protoc.gypi' ] | 5248 'includes': [ '../build/protoc.gypi' ] |
5242 }, | 5249 }, |
5243 ], | 5250 ], |
5244 } | 5251 } |
OLD | NEW |