Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(515)

Side by Side Diff: chrome/chrome_browser.gypi

Issue 205983005: [Android] Rewrite old-style NTP URLs to new-style URLs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: removed chrome-native from savable schemes Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/browser/chrome_content_browser_client.cc ('k') | chrome/common/chrome_content_client.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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 3721 matching lines...) Expand 10 before | Expand all | Expand 10 after
3881 'package_name': 'org/chromium/chrome/browser', 3883 'package_name': 'org/chromium/chrome/browser',
3882 'template_deps': ['browser/android/tab_load_status.h'], 3884 'template_deps': ['browser/android/tab_load_status.h'],
3883 }, 3885 },
3884 'includes': [ '../build/android/java_cpp_template.gypi' ], 3886 'includes': [ '../build/android/java_cpp_template.gypi' ],
3885 }, 3887 },
3886 ], 3888 ],
3887 }, 3889 },
3888 ], 3890 ],
3889 ], 3891 ],
3890 } 3892 }
OLDNEW
« no previous file with comments | « chrome/browser/chrome_content_browser_client.cc ('k') | chrome/common/chrome_content_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698