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': 'static_library', | 9 'type': 'static_library', |
10 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
(...skipping 3884 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3895 'browser/ui/webui/sessions_ui.cc', | 3895 'browser/ui/webui/sessions_ui.cc', |
3896 'browser/ui/webui/sessions_ui.h', | 3896 'browser/ui/webui/sessions_ui.h', |
3897 'browser/ui/webui/shared_resources_data_source.cc', | 3897 'browser/ui/webui/shared_resources_data_source.cc', |
3898 'browser/ui/webui/shared_resources_data_source.h', | 3898 'browser/ui/webui/shared_resources_data_source.h', |
3899 'browser/ui/webui/ssl_client_certificate_selector_webui.cc', | 3899 'browser/ui/webui/ssl_client_certificate_selector_webui.cc', |
3900 'browser/ui/webui/ssl_client_certificate_selector_webui.h', | 3900 'browser/ui/webui/ssl_client_certificate_selector_webui.h', |
3901 'browser/ui/webui/sync_internals_ui.cc', | 3901 'browser/ui/webui/sync_internals_ui.cc', |
3902 'browser/ui/webui/sync_internals_ui.h', | 3902 'browser/ui/webui/sync_internals_ui.h', |
3903 'browser/ui/webui/sync_promo_handler.cc', | 3903 'browser/ui/webui/sync_promo_handler.cc', |
3904 'browser/ui/webui/sync_promo_handler.h', | 3904 'browser/ui/webui/sync_promo_handler.h', |
| 3905 'browser/ui/webui/sync_promo_trial.cc', |
| 3906 'browser/ui/webui/sync_promo_trial.h', |
3905 'browser/ui/webui/sync_promo_ui.cc', | 3907 'browser/ui/webui/sync_promo_ui.cc', |
3906 'browser/ui/webui/sync_promo_ui.h', | 3908 'browser/ui/webui/sync_promo_ui.h', |
3907 'browser/ui/webui/sync_setup_handler.cc', | 3909 'browser/ui/webui/sync_setup_handler.cc', |
3908 'browser/ui/webui/sync_setup_handler.h', | 3910 'browser/ui/webui/sync_setup_handler.h', |
3909 'browser/ui/webui/task_manager_dialog.cc', | 3911 'browser/ui/webui/task_manager_dialog.cc', |
3910 'browser/ui/webui/task_manager_dialog.h', | 3912 'browser/ui/webui/task_manager_dialog.h', |
3911 'browser/ui/webui/task_manager_handler.cc', | 3913 'browser/ui/webui/task_manager_handler.cc', |
3912 'browser/ui/webui/task_manager_handler.h', | 3914 'browser/ui/webui/task_manager_handler.h', |
3913 'browser/ui/webui/task_manager_ui.cc', | 3915 'browser/ui/webui/task_manager_ui.cc', |
3914 'browser/ui/webui/task_manager_ui.h', | 3916 'browser/ui/webui/task_manager_ui.h', |
(...skipping 1332 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5247 'type': 'static_library', | 5249 'type': 'static_library', |
5248 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5250 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
5249 'variables': { | 5251 'variables': { |
5250 'proto_in_dir': 'browser/history', | 5252 'proto_in_dir': 'browser/history', |
5251 'proto_out_dir': 'chrome/browser/history', | 5253 'proto_out_dir': 'chrome/browser/history', |
5252 }, | 5254 }, |
5253 'includes': [ '../build/protoc.gypi' ] | 5255 'includes': [ '../build/protoc.gypi' ] |
5254 }, | 5256 }, |
5255 ], | 5257 ], |
5256 } | 5258 } |
OLD | NEW |