| 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 3934 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3945 'browser/ui/webui/screenshot_source.cc', | 3945 'browser/ui/webui/screenshot_source.cc', |
| 3946 'browser/ui/webui/screenshot_source.h', | 3946 'browser/ui/webui/screenshot_source.h', |
| 3947 'browser/ui/webui/sessions_ui.cc', | 3947 'browser/ui/webui/sessions_ui.cc', |
| 3948 'browser/ui/webui/sessions_ui.h', | 3948 'browser/ui/webui/sessions_ui.h', |
| 3949 'browser/ui/webui/shared_resources_data_source.cc', | 3949 'browser/ui/webui/shared_resources_data_source.cc', |
| 3950 'browser/ui/webui/shared_resources_data_source.h', | 3950 'browser/ui/webui/shared_resources_data_source.h', |
| 3951 'browser/ui/webui/ssl_client_certificate_selector_webui.cc', | 3951 'browser/ui/webui/ssl_client_certificate_selector_webui.cc', |
| 3952 'browser/ui/webui/ssl_client_certificate_selector_webui.h', | 3952 'browser/ui/webui/ssl_client_certificate_selector_webui.h', |
| 3953 'browser/ui/webui/sync_internals_ui.cc', | 3953 'browser/ui/webui/sync_internals_ui.cc', |
| 3954 'browser/ui/webui/sync_internals_ui.h', | 3954 'browser/ui/webui/sync_internals_ui.h', |
| 3955 'browser/ui/webui/sync_promo_handler.cc', | 3955 'browser/ui/webui/sync_promo/sync_promo_handler.cc', |
| 3956 'browser/ui/webui/sync_promo_handler.h', | 3956 'browser/ui/webui/sync_promo/sync_promo_handler.h', |
| 3957 'browser/ui/webui/sync_promo_trial.cc', | 3957 'browser/ui/webui/sync_promo/sync_promo_trial.cc', |
| 3958 'browser/ui/webui/sync_promo_trial.h', | 3958 'browser/ui/webui/sync_promo/sync_promo_trial.h', |
| 3959 'browser/ui/webui/sync_promo_ui.cc', | 3959 'browser/ui/webui/sync_promo/sync_promo_ui.cc', |
| 3960 'browser/ui/webui/sync_promo_ui.h', | 3960 'browser/ui/webui/sync_promo/sync_promo_ui.h', |
| 3961 'browser/ui/webui/sync_setup_handler.cc', | 3961 'browser/ui/webui/sync_setup_handler.cc', |
| 3962 'browser/ui/webui/sync_setup_handler.h', | 3962 'browser/ui/webui/sync_setup_handler.h', |
| 3963 'browser/ui/webui/task_manager_dialog.cc', | 3963 'browser/ui/webui/task_manager_dialog.cc', |
| 3964 'browser/ui/webui/task_manager_dialog.h', | 3964 'browser/ui/webui/task_manager_dialog.h', |
| 3965 'browser/ui/webui/task_manager_handler.cc', | 3965 'browser/ui/webui/task_manager_handler.cc', |
| 3966 'browser/ui/webui/task_manager_handler.h', | 3966 'browser/ui/webui/task_manager_handler.h', |
| 3967 'browser/ui/webui/task_manager_ui.cc', | 3967 'browser/ui/webui/task_manager_ui.cc', |
| 3968 'browser/ui/webui/task_manager_ui.h', | 3968 'browser/ui/webui/task_manager_ui.h', |
| 3969 'browser/ui/webui/test_chrome_web_ui_factory.cc', | 3969 'browser/ui/webui/test_chrome_web_ui_factory.cc', |
| 3970 'browser/ui/webui/test_chrome_web_ui_factory.h', | 3970 'browser/ui/webui/test_chrome_web_ui_factory.h', |
| (...skipping 1315 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5286 'type': 'static_library', | 5286 'type': 'static_library', |
| 5287 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5287 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
| 5288 'variables': { | 5288 'variables': { |
| 5289 'proto_in_dir': 'browser/history', | 5289 'proto_in_dir': 'browser/history', |
| 5290 'proto_out_dir': 'chrome/browser/history', | 5290 'proto_out_dir': 'chrome/browser/history', |
| 5291 }, | 5291 }, |
| 5292 'includes': [ '../build/protoc.gypi' ] | 5292 'includes': [ '../build/protoc.gypi' ] |
| 5293 }, | 5293 }, |
| 5294 ], | 5294 ], |
| 5295 } | 5295 } |
| OLD | NEW |