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 676 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
687 'browser/google/google_update_win.cc', | 687 'browser/google/google_update_win.cc', |
688 'browser/google/google_update_win.h', | 688 'browser/google/google_update_win.h', |
689 'browser/google/google_url_tracker.cc', | 689 'browser/google/google_url_tracker.cc', |
690 'browser/google/google_url_tracker.h', | 690 'browser/google/google_url_tracker.h', |
691 'browser/google/google_url_tracker_factory.cc', | 691 'browser/google/google_url_tracker_factory.cc', |
692 'browser/google/google_url_tracker_factory.h', | 692 'browser/google/google_url_tracker_factory.h', |
693 'browser/google/google_url_tracker_infobar_delegate.cc', | 693 'browser/google/google_url_tracker_infobar_delegate.cc', |
694 'browser/google/google_url_tracker_infobar_delegate.h', | 694 'browser/google/google_url_tracker_infobar_delegate.h', |
695 'browser/google/google_url_tracker_map_entry.cc', | 695 'browser/google/google_url_tracker_map_entry.cc', |
696 'browser/google/google_url_tracker_map_entry.h', | 696 'browser/google/google_url_tracker_map_entry.h', |
| 697 'browser/google/google_url_tracker_navigation_helper.cc', |
697 'browser/google/google_url_tracker_navigation_helper.h', | 698 'browser/google/google_url_tracker_navigation_helper.h', |
698 'browser/google/google_url_tracker_navigation_helper_impl.cc', | 699 'browser/google/google_url_tracker_navigation_helper_impl.cc', |
699 'browser/google/google_url_tracker_navigation_helper_impl.h', | 700 'browser/google/google_url_tracker_navigation_helper_impl.h', |
700 'browser/google/google_util.cc', | 701 'browser/google/google_util.cc', |
701 'browser/google/google_util.h', | 702 'browser/google/google_util.h', |
702 'browser/google/google_util_chromeos.cc', | 703 'browser/google/google_util_chromeos.cc', |
703 'browser/google/google_util_chromeos.h', | 704 'browser/google/google_util_chromeos.h', |
704 'browser/gpu/gl_string_manager.cc', | 705 'browser/gpu/gl_string_manager.cc', |
705 'browser/gpu/gl_string_manager.h', | 706 'browser/gpu/gl_string_manager.h', |
706 'browser/gpu/gpu_feature_checker.cc', | 707 'browser/gpu/gpu_feature_checker.cc', |
(...skipping 3005 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3712 'package_name': 'org/chromium/chrome/browser', | 3713 'package_name': 'org/chromium/chrome/browser', |
3713 'template_deps': ['browser/android/tab_load_status.h'], | 3714 'template_deps': ['browser/android/tab_load_status.h'], |
3714 }, | 3715 }, |
3715 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3716 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3716 }, | 3717 }, |
3717 ], | 3718 ], |
3718 }, | 3719 }, |
3719 ], | 3720 ], |
3720 ], | 3721 ], |
3721 } | 3722 } |
OLD | NEW |