OLD | NEW |
1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 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 712 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
723 'browser/google_apis/task_util.cc', | 723 'browser/google_apis/task_util.cc', |
724 'browser/google_apis/task_util.h', | 724 'browser/google_apis/task_util.h', |
725 'browser/google_apis/time_util.cc', | 725 'browser/google_apis/time_util.cc', |
726 'browser/google_apis/time_util.h', | 726 'browser/google_apis/time_util.h', |
727 'browser/gpu/chrome_gpu_util.cc', | 727 'browser/gpu/chrome_gpu_util.cc', |
728 'browser/gpu/chrome_gpu_util.h', | 728 'browser/gpu/chrome_gpu_util.h', |
729 'browser/gpu/gl_string_manager.cc', | 729 'browser/gpu/gl_string_manager.cc', |
730 'browser/gpu/gl_string_manager.h', | 730 'browser/gpu/gl_string_manager.h', |
731 'browser/gpu/gpu_feature_checker.cc', | 731 'browser/gpu/gpu_feature_checker.cc', |
732 'browser/gpu/gpu_feature_checker.h', | 732 'browser/gpu/gpu_feature_checker.h', |
| 733 'browser/gpu/gpu_mode_manager.cc', |
| 734 'browser/gpu/gpu_mode_manager.h', |
733 'browser/hang_monitor/hang_crash_dump_win.cc', | 735 'browser/hang_monitor/hang_crash_dump_win.cc', |
734 'browser/hang_monitor/hang_crash_dump_win.h', | 736 'browser/hang_monitor/hang_crash_dump_win.h', |
735 'browser/hang_monitor/hung_plugin_action.cc', | 737 'browser/hang_monitor/hung_plugin_action.cc', |
736 'browser/hang_monitor/hung_plugin_action.h', | 738 'browser/hang_monitor/hung_plugin_action.h', |
737 'browser/hang_monitor/hung_window_detector.cc', | 739 'browser/hang_monitor/hung_window_detector.cc', |
738 'browser/hang_monitor/hung_window_detector.h', | 740 'browser/hang_monitor/hung_window_detector.h', |
739 'browser/history/android/android_cache_database.cc', | 741 'browser/history/android/android_cache_database.cc', |
740 'browser/history/android/android_cache_database.h', | 742 'browser/history/android/android_cache_database.h', |
741 'browser/history/android/android_history_provider_service.cc', | 743 'browser/history/android/android_history_provider_service.cc', |
742 'browser/history/android/android_history_provider_service.h', | 744 'browser/history/android/android_history_provider_service.h', |
(...skipping 2423 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3166 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3168 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
3167 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3169 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
3168 }, | 3170 }, |
3169 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3171 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3170 }, | 3172 }, |
3171 ], | 3173 ], |
3172 }, | 3174 }, |
3173 ], | 3175 ], |
3174 ], | 3176 ], |
3175 } | 3177 } |
OLD | NEW |