| 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': 'none', | 9 'type': 'none', |
| 10 'dependencies': [ 'browser_real', ], | 10 'dependencies': [ 'browser_real', ], |
| (...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 145 'browser/android/favicon_helper.cc', | 145 'browser/android/favicon_helper.cc', |
| 146 'browser/android/favicon_helper.h', | 146 'browser/android/favicon_helper.h', |
| 147 'browser/android/field_trial_helper.cc', | 147 'browser/android/field_trial_helper.cc', |
| 148 'browser/android/field_trial_helper.h', | 148 'browser/android/field_trial_helper.h', |
| 149 'browser/android/foreign_session_helper.cc', | 149 'browser/android/foreign_session_helper.cc', |
| 150 'browser/android/foreign_session_helper.h', | 150 'browser/android/foreign_session_helper.h', |
| 151 'browser/android/meta_tag_observer.cc', | 151 'browser/android/meta_tag_observer.cc', |
| 152 'browser/android/meta_tag_observer.h', | 152 'browser/android/meta_tag_observer.h', |
| 153 'browser/android/new_tab_page_prefs.cc', | 153 'browser/android/new_tab_page_prefs.cc', |
| 154 'browser/android/new_tab_page_prefs.h', | 154 'browser/android/new_tab_page_prefs.h', |
| 155 'browser/android/new_tab_page_url_handler.cc', |
| 156 'browser/android/new_tab_page_url_handler.h', |
| 155 'browser/android/google_location_settings_helper.h', | 157 'browser/android/google_location_settings_helper.h', |
| 156 'browser/android/intent_helper.cc', | 158 'browser/android/intent_helper.cc', |
| 157 'browser/android/intent_helper.h', | 159 'browser/android/intent_helper.h', |
| 158 'browser/android/intercept_download_resource_throttle.cc', | 160 'browser/android/intercept_download_resource_throttle.cc', |
| 159 'browser/android/intercept_download_resource_throttle.h', | 161 'browser/android/intercept_download_resource_throttle.h', |
| 160 'browser/android/most_visited_sites.cc', | 162 'browser/android/most_visited_sites.cc', |
| 161 'browser/android/most_visited_sites.h', | 163 'browser/android/most_visited_sites.h', |
| 162 'browser/android/omnibox/omnibox_prerender.cc', | 164 'browser/android/omnibox/omnibox_prerender.cc', |
| 163 'browser/android/omnibox/omnibox_prerender.h', | 165 'browser/android/omnibox/omnibox_prerender.h', |
| 164 'browser/android/password_authentication_manager.cc', | 166 'browser/android/password_authentication_manager.cc', |
| (...skipping 3695 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3860 'package_name': 'org/chromium/chrome/browser', | 3862 'package_name': 'org/chromium/chrome/browser', |
| 3861 'template_deps': ['browser/android/tab_load_status.h'], | 3863 'template_deps': ['browser/android/tab_load_status.h'], |
| 3862 }, | 3864 }, |
| 3863 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3865 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3864 }, | 3866 }, |
| 3865 ], | 3867 ], |
| 3866 }, | 3868 }, |
| 3867 ], | 3869 ], |
| 3868 ], | 3870 ], |
| 3869 } | 3871 } |
| OLD | NEW |