| 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 685 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 696 'browser/global_keyboard_shortcuts_mac.mm', | 696 'browser/global_keyboard_shortcuts_mac.mm', |
| 697 'browser/google/chrome_google_url_tracker_client.cc', | 697 'browser/google/chrome_google_url_tracker_client.cc', |
| 698 'browser/google/chrome_google_url_tracker_client.h', | 698 'browser/google/chrome_google_url_tracker_client.h', |
| 699 'browser/google/google_search_counter.cc', | 699 'browser/google/google_search_counter.cc', |
| 700 'browser/google/google_search_counter.h', | 700 'browser/google/google_search_counter.h', |
| 701 'browser/google/google_profile_helper.cc', | 701 'browser/google/google_profile_helper.cc', |
| 702 'browser/google/google_profile_helper.h', | 702 'browser/google/google_profile_helper.h', |
| 703 'browser/google/google_update_settings_posix.cc', | 703 'browser/google/google_update_settings_posix.cc', |
| 704 'browser/google/google_update_win.cc', | 704 'browser/google/google_update_win.cc', |
| 705 'browser/google/google_update_win.h', | 705 'browser/google/google_update_win.h', |
| 706 'browser/google/google_url_tracker.cc', | |
| 707 'browser/google/google_url_tracker.h', | |
| 708 'browser/google/google_url_tracker_factory.cc', | 706 'browser/google/google_url_tracker_factory.cc', |
| 709 'browser/google/google_url_tracker_factory.h', | 707 'browser/google/google_url_tracker_factory.h', |
| 710 'browser/google/google_url_tracker_infobar_delegate.cc', | |
| 711 'browser/google/google_url_tracker_infobar_delegate.h', | |
| 712 'browser/google/google_url_tracker_map_entry.cc', | |
| 713 'browser/google/google_url_tracker_map_entry.h', | |
| 714 'browser/google/google_url_tracker_navigation_helper.cc', | |
| 715 'browser/google/google_url_tracker_navigation_helper.h', | |
| 716 'browser/google/google_url_tracker_navigation_helper_impl.cc', | 708 'browser/google/google_url_tracker_navigation_helper_impl.cc', |
| 717 'browser/google/google_url_tracker_navigation_helper_impl.h', | 709 'browser/google/google_url_tracker_navigation_helper_impl.h', |
| 718 'browser/google/google_brand.cc', | 710 'browser/google/google_brand.cc', |
| 719 'browser/google/google_brand.h', | 711 'browser/google/google_brand.h', |
| 720 'browser/google/google_brand_chromeos.cc', | 712 'browser/google/google_brand_chromeos.cc', |
| 721 'browser/google/google_brand_chromeos.h', | 713 'browser/google/google_brand_chromeos.h', |
| 722 'browser/google/google_util.cc', | 714 'browser/google/google_util.cc', |
| 723 'browser/google/google_util.h', | 715 'browser/google/google_util.h', |
| 724 'browser/gpu/gl_string_manager.cc', | 716 'browser/gpu/gl_string_manager.cc', |
| 725 'browser/gpu/gl_string_manager.h', | 717 'browser/gpu/gl_string_manager.h', |
| (...skipping 3061 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3787 'package_name': 'org/chromium/chrome/browser', | 3779 'package_name': 'org/chromium/chrome/browser', |
| 3788 'template_deps': ['browser/android/tab_load_status.h'], | 3780 'template_deps': ['browser/android/tab_load_status.h'], |
| 3789 }, | 3781 }, |
| 3790 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3782 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3791 }, | 3783 }, |
| 3792 ], | 3784 ], |
| 3793 }, | 3785 }, |
| 3794 ], | 3786 ], |
| 3795 ], | 3787 ], |
| 3796 } | 3788 } |
| OLD | NEW |