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 2421 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2432 'browser/tabs/tab_strip_model_order_controller.h', | 2432 'browser/tabs/tab_strip_model_order_controller.h', |
2433 'browser/tabs/tab_strip_selection_model.cc', | 2433 'browser/tabs/tab_strip_selection_model.cc', |
2434 'browser/tabs/tab_strip_selection_model.h', | 2434 'browser/tabs/tab_strip_selection_model.h', |
2435 'browser/task_manager/task_manager.cc', | 2435 'browser/task_manager/task_manager.cc', |
2436 'browser/task_manager/task_manager.h', | 2436 'browser/task_manager/task_manager.h', |
2437 'browser/task_manager/task_manager_notification_resource_provider.cc', | 2437 'browser/task_manager/task_manager_notification_resource_provider.cc', |
2438 'browser/task_manager/task_manager_resource_providers.cc', | 2438 'browser/task_manager/task_manager_resource_providers.cc', |
2439 'browser/task_manager/task_manager_resource_providers.h', | 2439 'browser/task_manager/task_manager_resource_providers.h', |
2440 'browser/task_manager/task_manager_worker_resource_provider.cc', | 2440 'browser/task_manager/task_manager_worker_resource_provider.cc', |
2441 'browser/task_manager/task_manager_worker_resource_provider.h', | 2441 'browser/task_manager/task_manager_worker_resource_provider.h', |
| 2442 'browser/task_profiler/auto_tracking.h', |
| 2443 'browser/task_profiler/auto_tracking.cc', |
| 2444 'browser/task_profiler/task_profiler_data_serializer.cc', |
| 2445 'browser/task_profiler/task_profiler_data_serializer.h', |
2442 'browser/themes/browser_theme_pack.cc', | 2446 'browser/themes/browser_theme_pack.cc', |
2443 'browser/themes/browser_theme_pack.h', | 2447 'browser/themes/browser_theme_pack.h', |
2444 'browser/themes/theme_service.cc', | 2448 'browser/themes/theme_service.cc', |
2445 'browser/themes/theme_service.h', | 2449 'browser/themes/theme_service.h', |
2446 'browser/themes/theme_service_factory.cc', | 2450 'browser/themes/theme_service_factory.cc', |
2447 'browser/themes/theme_service_factory.h', | 2451 'browser/themes/theme_service_factory.h', |
2448 'browser/themes/theme_service_gtk.cc', | 2452 'browser/themes/theme_service_gtk.cc', |
2449 'browser/themes/theme_service_mac.mm', | 2453 'browser/themes/theme_service_mac.mm', |
2450 'browser/translate/languages_menu_model.cc', | 2454 'browser/translate/languages_menu_model.cc', |
2451 'browser/translate/languages_menu_model.h', | 2455 'browser/translate/languages_menu_model.h', |
(...skipping 2966 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5418 'type': 'static_library', | 5422 'type': 'static_library', |
5419 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5423 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
5420 'variables': { | 5424 'variables': { |
5421 'proto_in_dir': 'browser/history', | 5425 'proto_in_dir': 'browser/history', |
5422 'proto_out_dir': 'chrome/browser/history', | 5426 'proto_out_dir': 'chrome/browser/history', |
5423 }, | 5427 }, |
5424 'includes': [ '../build/protoc.gypi' ] | 5428 'includes': [ '../build/protoc.gypi' ] |
5425 }, | 5429 }, |
5426 ], | 5430 ], |
5427 } | 5431 } |
OLD | NEW |