| 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 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 140 'browser/android/favicon_helper.cc', | 140 'browser/android/favicon_helper.cc', |
| 141 'browser/android/favicon_helper.h', | 141 'browser/android/favicon_helper.h', |
| 142 'browser/android/field_trial_helper.cc', | 142 'browser/android/field_trial_helper.cc', |
| 143 'browser/android/field_trial_helper.h', | 143 'browser/android/field_trial_helper.h', |
| 144 'browser/android/foreign_session_helper.cc', | 144 'browser/android/foreign_session_helper.cc', |
| 145 'browser/android/foreign_session_helper.h', | 145 'browser/android/foreign_session_helper.h', |
| 146 'browser/android/meta_tag_observer.cc', | 146 'browser/android/meta_tag_observer.cc', |
| 147 'browser/android/meta_tag_observer.h', | 147 'browser/android/meta_tag_observer.h', |
| 148 'browser/android/new_tab_page_prefs.cc', | 148 'browser/android/new_tab_page_prefs.cc', |
| 149 'browser/android/new_tab_page_prefs.h', | 149 'browser/android/new_tab_page_prefs.h', |
| 150 'browser/android/new_tab_page_url_handler.cc', |
| 151 'browser/android/new_tab_page_url_handler.h', |
| 150 'browser/android/google_location_settings_helper.h', | 152 'browser/android/google_location_settings_helper.h', |
| 151 'browser/android/intent_helper.cc', | 153 'browser/android/intent_helper.cc', |
| 152 'browser/android/intent_helper.h', | 154 'browser/android/intent_helper.h', |
| 153 'browser/android/intercept_download_resource_throttle.cc', | 155 'browser/android/intercept_download_resource_throttle.cc', |
| 154 'browser/android/intercept_download_resource_throttle.h', | 156 'browser/android/intercept_download_resource_throttle.h', |
| 155 'browser/android/most_visited_sites.cc', | 157 'browser/android/most_visited_sites.cc', |
| 156 'browser/android/most_visited_sites.h', | 158 'browser/android/most_visited_sites.h', |
| 157 'browser/android/omnibox/omnibox_prerender.cc', | 159 'browser/android/omnibox/omnibox_prerender.cc', |
| 158 'browser/android/omnibox/omnibox_prerender.h', | 160 'browser/android/omnibox/omnibox_prerender.h', |
| 159 'browser/android/password_authentication_manager.cc', | 161 'browser/android/password_authentication_manager.cc', |
| (...skipping 3723 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3883 'package_name': 'org/chromium/chrome/browser', | 3885 'package_name': 'org/chromium/chrome/browser', |
| 3884 'template_deps': ['browser/android/tab_load_status.h'], | 3886 'template_deps': ['browser/android/tab_load_status.h'], |
| 3885 }, | 3887 }, |
| 3886 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3888 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3887 }, | 3889 }, |
| 3888 ], | 3890 ], |
| 3889 }, | 3891 }, |
| 3890 ], | 3892 ], |
| 3891 ], | 3893 ], |
| 3892 } | 3894 } |
| OLD | NEW |