| 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 4257 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4268 'browser/ui/webui/sync_promo/sync_promo_handler.cc', | 4268 'browser/ui/webui/sync_promo/sync_promo_handler.cc', |
| 4269 'browser/ui/webui/sync_promo/sync_promo_handler.h', | 4269 'browser/ui/webui/sync_promo/sync_promo_handler.h', |
| 4270 'browser/ui/webui/sync_promo/sync_promo_trial.cc', | 4270 'browser/ui/webui/sync_promo/sync_promo_trial.cc', |
| 4271 'browser/ui/webui/sync_promo/sync_promo_trial.h', | 4271 'browser/ui/webui/sync_promo/sync_promo_trial.h', |
| 4272 'browser/ui/webui/sync_promo/sync_promo_ui.cc', | 4272 'browser/ui/webui/sync_promo/sync_promo_ui.cc', |
| 4273 'browser/ui/webui/sync_promo/sync_promo_ui.h', | 4273 'browser/ui/webui/sync_promo/sync_promo_ui.h', |
| 4274 'browser/ui/webui/sync_setup_handler.cc', | 4274 'browser/ui/webui/sync_setup_handler.cc', |
| 4275 'browser/ui/webui/sync_setup_handler.h', | 4275 'browser/ui/webui/sync_setup_handler.h', |
| 4276 'browser/ui/webui/tab_modal_confirm_dialog_webui.cc', | 4276 'browser/ui/webui/tab_modal_confirm_dialog_webui.cc', |
| 4277 'browser/ui/webui/tab_modal_confirm_dialog_webui.h', | 4277 'browser/ui/webui/tab_modal_confirm_dialog_webui.h', |
| 4278 'browser/ui/webui/task_manager_dialog.cc', | 4278 'browser/ui/webui/task_manager/task_manager_dialog.cc', |
| 4279 'browser/ui/webui/task_manager_dialog.h', | 4279 'browser/ui/webui/task_manager/task_manager_dialog.h', |
| 4280 'browser/ui/webui/task_manager_handler.cc', | 4280 'browser/ui/webui/task_manager/task_manager_handler.cc', |
| 4281 'browser/ui/webui/task_manager_handler.h', | 4281 'browser/ui/webui/task_manager/task_manager_handler.h', |
| 4282 'browser/ui/webui/task_manager_ui.cc', | 4282 'browser/ui/webui/task_manager/task_manager_ui.cc', |
| 4283 'browser/ui/webui/task_manager_ui.h', | 4283 'browser/ui/webui/task_manager/task_manager_ui.h', |
| 4284 'browser/ui/webui/test_chrome_web_ui_controller_factory.cc', | 4284 'browser/ui/webui/test_chrome_web_ui_controller_factory.cc', |
| 4285 'browser/ui/webui/test_chrome_web_ui_controller_factory.h', | 4285 'browser/ui/webui/test_chrome_web_ui_controller_factory.h', |
| 4286 'browser/ui/webui/theme_source.cc', | 4286 'browser/ui/webui/theme_source.cc', |
| 4287 'browser/ui/webui/theme_source.h', | 4287 'browser/ui/webui/theme_source.h', |
| 4288 'browser/ui/webui/tracing_ui.cc', | 4288 'browser/ui/webui/tracing_ui.cc', |
| 4289 'browser/ui/webui/tracing_ui.h', | 4289 'browser/ui/webui/tracing_ui.h', |
| 4290 'browser/ui/webui/uber/uber_ui.cc', | 4290 'browser/ui/webui/uber/uber_ui.cc', |
| 4291 'browser/ui/webui/uber/uber_ui.h', | 4291 'browser/ui/webui/uber/uber_ui.h', |
| 4292 'browser/ui/webui/web_ui_util.cc', | 4292 'browser/ui/webui/web_ui_util.cc', |
| 4293 'browser/ui/webui/web_ui_util.h', | 4293 'browser/ui/webui/web_ui_util.h', |
| (...skipping 1338 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5632 'type': 'static_library', | 5632 'type': 'static_library', |
| 5633 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5633 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
| 5634 'variables': { | 5634 'variables': { |
| 5635 'proto_in_dir': 'browser/history', | 5635 'proto_in_dir': 'browser/history', |
| 5636 'proto_out_dir': 'chrome/browser/history', | 5636 'proto_out_dir': 'chrome/browser/history', |
| 5637 }, | 5637 }, |
| 5638 'includes': [ '../build/protoc.gypi' ] | 5638 'includes': [ '../build/protoc.gypi' ] |
| 5639 }, | 5639 }, |
| 5640 ], | 5640 ], |
| 5641 } | 5641 } |
| OLD | NEW |