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 700 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
711 'browser/google/google_update_win.cc', | 711 'browser/google/google_update_win.cc', |
712 'browser/google/google_update_win.h', | 712 'browser/google/google_update_win.h', |
713 'browser/google/google_url_tracker_factory.cc', | 713 'browser/google/google_url_tracker_factory.cc', |
714 'browser/google/google_url_tracker_factory.h', | 714 'browser/google/google_url_tracker_factory.h', |
715 'browser/google/google_url_tracker_navigation_helper_impl.cc', | 715 'browser/google/google_url_tracker_navigation_helper_impl.cc', |
716 'browser/google/google_url_tracker_navigation_helper_impl.h', | 716 'browser/google/google_url_tracker_navigation_helper_impl.h', |
717 'browser/google/google_brand.cc', | 717 'browser/google/google_brand.cc', |
718 'browser/google/google_brand.h', | 718 'browser/google/google_brand.h', |
719 'browser/google/google_brand_chromeos.cc', | 719 'browser/google/google_brand_chromeos.cc', |
720 'browser/google/google_brand_chromeos.h', | 720 'browser/google/google_brand_chromeos.h', |
721 'browser/google/google_util.cc', | |
722 'browser/google/google_util.h', | |
723 'browser/gpu/gl_string_manager.cc', | 721 'browser/gpu/gl_string_manager.cc', |
724 'browser/gpu/gl_string_manager.h', | 722 'browser/gpu/gl_string_manager.h', |
725 'browser/gpu/gpu_feature_checker.cc', | 723 'browser/gpu/gpu_feature_checker.cc', |
726 'browser/gpu/gpu_feature_checker.h', | 724 'browser/gpu/gpu_feature_checker.h', |
727 'browser/gpu/gpu_mode_manager.cc', | 725 'browser/gpu/gpu_mode_manager.cc', |
728 'browser/gpu/gpu_mode_manager.h', | 726 'browser/gpu/gpu_mode_manager.h', |
729 'browser/gpu/three_d_api_observer.cc', | 727 'browser/gpu/three_d_api_observer.cc', |
730 'browser/gpu/three_d_api_observer.h', | 728 'browser/gpu/three_d_api_observer.h', |
731 'browser/guest_view/guest_view_constants.cc', | 729 'browser/guest_view/guest_view_constants.cc', |
732 'browser/guest_view/guest_view_constants.h', | 730 'browser/guest_view/guest_view_constants.h', |
(...skipping 3080 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3813 'package_name': 'org/chromium/chrome/browser', | 3811 'package_name': 'org/chromium/chrome/browser', |
3814 'template_deps': ['browser/android/tab_load_status.h'], | 3812 'template_deps': ['browser/android/tab_load_status.h'], |
3815 }, | 3813 }, |
3816 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3814 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3817 }, | 3815 }, |
3818 ], | 3816 ], |
3819 }, | 3817 }, |
3820 ], | 3818 ], |
3821 ], | 3819 ], |
3822 } | 3820 } |
OLD | NEW |