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 2444 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
2455 'browser/tabs/tab_strip_model_order_controller.h', | 2455 'browser/tabs/tab_strip_model_order_controller.h', |
2456 'browser/tabs/tab_strip_selection_model.cc', | 2456 'browser/tabs/tab_strip_selection_model.cc', |
2457 'browser/tabs/tab_strip_selection_model.h', | 2457 'browser/tabs/tab_strip_selection_model.h', |
2458 'browser/task_manager/task_manager.cc', | 2458 'browser/task_manager/task_manager.cc', |
2459 'browser/task_manager/task_manager.h', | 2459 'browser/task_manager/task_manager.h', |
2460 'browser/task_manager/task_manager_notification_resource_provider.cc', | 2460 'browser/task_manager/task_manager_notification_resource_provider.cc', |
2461 'browser/task_manager/task_manager_resource_providers.cc', | 2461 'browser/task_manager/task_manager_resource_providers.cc', |
2462 'browser/task_manager/task_manager_resource_providers.h', | 2462 'browser/task_manager/task_manager_resource_providers.h', |
2463 'browser/task_manager/task_manager_worker_resource_provider.cc', | 2463 'browser/task_manager/task_manager_worker_resource_provider.cc', |
2464 'browser/task_manager/task_manager_worker_resource_provider.h', | 2464 'browser/task_manager/task_manager_worker_resource_provider.h', |
2465 'browser/task_profiler/auto_tracking.h', | |
2466 'browser/task_profiler/auto_tracking.cc', | |
jar (doing other things)
2012/02/08 20:34:37
nit: alphabetize
rlarocque
2012/02/08 23:49:44
Done.
| |
2467 'browser/task_profiler/task_profiler_data_serializer.cc', | |
2468 'browser/task_profiler/task_profiler_data_serializer.h', | |
2465 'browser/themes/browser_theme_pack.cc', | 2469 'browser/themes/browser_theme_pack.cc', |
2466 'browser/themes/browser_theme_pack.h', | 2470 'browser/themes/browser_theme_pack.h', |
2467 'browser/themes/theme_service.cc', | 2471 'browser/themes/theme_service.cc', |
2468 'browser/themes/theme_service.h', | 2472 'browser/themes/theme_service.h', |
2469 'browser/themes/theme_service_factory.cc', | 2473 'browser/themes/theme_service_factory.cc', |
2470 'browser/themes/theme_service_factory.h', | 2474 'browser/themes/theme_service_factory.h', |
2471 'browser/themes/theme_service_gtk.cc', | 2475 'browser/themes/theme_service_gtk.cc', |
2472 'browser/themes/theme_service_mac.mm', | 2476 'browser/themes/theme_service_mac.mm', |
2473 'browser/translate/languages_menu_model.cc', | 2477 'browser/translate/languages_menu_model.cc', |
2474 'browser/translate/languages_menu_model.h', | 2478 'browser/translate/languages_menu_model.h', |
(...skipping 3032 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
5507 'type': 'static_library', | 5511 'type': 'static_library', |
5508 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5512 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
5509 'variables': { | 5513 'variables': { |
5510 'proto_in_dir': 'browser/history', | 5514 'proto_in_dir': 'browser/history', |
5511 'proto_out_dir': 'chrome/browser/history', | 5515 'proto_out_dir': 'chrome/browser/history', |
5512 }, | 5516 }, |
5513 'includes': [ '../build/protoc.gypi' ] | 5517 'includes': [ '../build/protoc.gypi' ] |
5514 }, | 5518 }, |
5515 ], | 5519 ], |
5516 } | 5520 } |
OLD | NEW |