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 4087 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4098 'browser/ui/webui/screenshot_source.cc', | 4098 'browser/ui/webui/screenshot_source.cc', |
4099 'browser/ui/webui/screenshot_source.h', | 4099 'browser/ui/webui/screenshot_source.h', |
4100 'browser/ui/webui/sessions_ui.cc', | 4100 'browser/ui/webui/sessions_ui.cc', |
4101 'browser/ui/webui/sessions_ui.h', | 4101 'browser/ui/webui/sessions_ui.h', |
4102 'browser/ui/webui/shared_resources_data_source.cc', | 4102 'browser/ui/webui/shared_resources_data_source.cc', |
4103 'browser/ui/webui/shared_resources_data_source.h', | 4103 'browser/ui/webui/shared_resources_data_source.h', |
4104 'browser/ui/webui/ssl_client_certificate_selector_webui.cc', | 4104 'browser/ui/webui/ssl_client_certificate_selector_webui.cc', |
4105 'browser/ui/webui/ssl_client_certificate_selector_webui.h', | 4105 'browser/ui/webui/ssl_client_certificate_selector_webui.h', |
4106 'browser/ui/webui/sync_internals_ui.cc', | 4106 'browser/ui/webui/sync_internals_ui.cc', |
4107 'browser/ui/webui/sync_internals_ui.h', | 4107 'browser/ui/webui/sync_internals_ui.h', |
| 4108 'browser/ui/webui/sync_promo/sync_promo_dialog.cc', |
| 4109 'browser/ui/webui/sync_promo/sync_promo_dialog.h', |
4108 'browser/ui/webui/sync_promo/sync_promo_handler.cc', | 4110 'browser/ui/webui/sync_promo/sync_promo_handler.cc', |
4109 'browser/ui/webui/sync_promo/sync_promo_handler.h', | 4111 'browser/ui/webui/sync_promo/sync_promo_handler.h', |
4110 'browser/ui/webui/sync_promo/sync_promo_trial.cc', | 4112 'browser/ui/webui/sync_promo/sync_promo_trial.cc', |
4111 'browser/ui/webui/sync_promo/sync_promo_trial.h', | 4113 'browser/ui/webui/sync_promo/sync_promo_trial.h', |
4112 'browser/ui/webui/sync_promo/sync_promo_ui.cc', | 4114 'browser/ui/webui/sync_promo/sync_promo_ui.cc', |
4113 'browser/ui/webui/sync_promo/sync_promo_ui.h', | 4115 'browser/ui/webui/sync_promo/sync_promo_ui.h', |
4114 'browser/ui/webui/sync_setup_handler2.cc', | 4116 'browser/ui/webui/sync_setup_handler2.cc', |
4115 'browser/ui/webui/sync_setup_handler2.h', | 4117 'browser/ui/webui/sync_setup_handler2.h', |
4116 'browser/ui/webui/sync_setup_handler.cc', | 4118 'browser/ui/webui/sync_setup_handler.cc', |
4117 'browser/ui/webui/sync_setup_handler.h', | 4119 'browser/ui/webui/sync_setup_handler.h', |
(...skipping 1365 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5483 'type': 'static_library', | 5485 'type': 'static_library', |
5484 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5486 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
5485 'variables': { | 5487 'variables': { |
5486 'proto_in_dir': 'browser/history', | 5488 'proto_in_dir': 'browser/history', |
5487 'proto_out_dir': 'chrome/browser/history', | 5489 'proto_out_dir': 'chrome/browser/history', |
5488 }, | 5490 }, |
5489 'includes': [ '../build/protoc.gypi' ] | 5491 'includes': [ '../build/protoc.gypi' ] |
5490 }, | 5492 }, |
5491 ], | 5493 ], |
5492 } | 5494 } |
OLD | NEW |