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 3904 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3915 'browser/ui/webui/screenshot_source.cc', | 3915 'browser/ui/webui/screenshot_source.cc', |
3916 'browser/ui/webui/screenshot_source.h', | 3916 'browser/ui/webui/screenshot_source.h', |
3917 'browser/ui/webui/sessions_ui.cc', | 3917 'browser/ui/webui/sessions_ui.cc', |
3918 'browser/ui/webui/sessions_ui.h', | 3918 'browser/ui/webui/sessions_ui.h', |
3919 'browser/ui/webui/shared_resources_data_source.cc', | 3919 'browser/ui/webui/shared_resources_data_source.cc', |
3920 'browser/ui/webui/shared_resources_data_source.h', | 3920 'browser/ui/webui/shared_resources_data_source.h', |
3921 'browser/ui/webui/ssl_client_certificate_selector_webui.cc', | 3921 'browser/ui/webui/ssl_client_certificate_selector_webui.cc', |
3922 'browser/ui/webui/ssl_client_certificate_selector_webui.h', | 3922 'browser/ui/webui/ssl_client_certificate_selector_webui.h', |
3923 'browser/ui/webui/sync_internals_ui.cc', | 3923 'browser/ui/webui/sync_internals_ui.cc', |
3924 'browser/ui/webui/sync_internals_ui.h', | 3924 'browser/ui/webui/sync_internals_ui.h', |
3925 'browser/ui/webui/sync_promo_handler.cc', | 3925 'browser/ui/webui/sync_promo/sync_promo_handler.cc', |
3926 'browser/ui/webui/sync_promo_handler.h', | 3926 'browser/ui/webui/sync_promo/sync_promo_handler.h', |
3927 'browser/ui/webui/sync_promo_trial.cc', | 3927 'browser/ui/webui/sync_promo/sync_promo_trial.cc', |
3928 'browser/ui/webui/sync_promo_trial.h', | 3928 'browser/ui/webui/sync_promo/sync_promo_trial.h', |
3929 'browser/ui/webui/sync_promo_ui.cc', | 3929 'browser/ui/webui/sync_promo/sync_promo_ui.cc', |
3930 'browser/ui/webui/sync_promo_ui.h', | 3930 'browser/ui/webui/sync_promo/sync_promo_ui.h', |
3931 'browser/ui/webui/sync_setup_handler.cc', | 3931 'browser/ui/webui/sync_setup_handler.cc', |
3932 'browser/ui/webui/sync_setup_handler.h', | 3932 'browser/ui/webui/sync_setup_handler.h', |
3933 'browser/ui/webui/task_manager_dialog.cc', | 3933 'browser/ui/webui/task_manager_dialog.cc', |
3934 'browser/ui/webui/task_manager_dialog.h', | 3934 'browser/ui/webui/task_manager_dialog.h', |
3935 'browser/ui/webui/task_manager_handler.cc', | 3935 'browser/ui/webui/task_manager_handler.cc', |
3936 'browser/ui/webui/task_manager_handler.h', | 3936 'browser/ui/webui/task_manager_handler.h', |
3937 'browser/ui/webui/task_manager_ui.cc', | 3937 'browser/ui/webui/task_manager_ui.cc', |
3938 'browser/ui/webui/task_manager_ui.h', | 3938 'browser/ui/webui/task_manager_ui.h', |
3939 'browser/ui/webui/test_chrome_web_ui_factory.cc', | 3939 'browser/ui/webui/test_chrome_web_ui_factory.cc', |
3940 'browser/ui/webui/test_chrome_web_ui_factory.h', | 3940 'browser/ui/webui/test_chrome_web_ui_factory.h', |
(...skipping 1306 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5247 'type': 'static_library', | 5247 'type': 'static_library', |
5248 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5248 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
5249 'variables': { | 5249 'variables': { |
5250 'proto_in_dir': 'browser/history', | 5250 'proto_in_dir': 'browser/history', |
5251 'proto_out_dir': 'chrome/browser/history', | 5251 'proto_out_dir': 'chrome/browser/history', |
5252 }, | 5252 }, |
5253 'includes': [ '../build/protoc.gypi' ] | 5253 'includes': [ '../build/protoc.gypi' ] |
5254 }, | 5254 }, |
5255 ], | 5255 ], |
5256 } | 5256 } |
OLD | NEW |