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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 177013006: [Android] Move LoadUrl from Tab upstream. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased 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/chrome.gyp ('k') | no next file » | 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': 'none', 9 'type': 'none',
10 'dependencies': [ 'browser_real', ], 10 'dependencies': [ 'browser_real', ],
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
176 'browser/android/resource_mapper.h', 176 'browser/android/resource_mapper.h',
177 'browser/android/resource_id.h', 177 'browser/android/resource_id.h',
178 'browser/android/shortcut_helper.cc', 178 'browser/android/shortcut_helper.cc',
179 'browser/android/shortcut_helper.h', 179 'browser/android/shortcut_helper.h',
180 'browser/android/signin/account_management_screen_helper.cc', 180 'browser/android/signin/account_management_screen_helper.cc',
181 'browser/android/signin/account_management_screen_helper.h', 181 'browser/android/signin/account_management_screen_helper.h',
182 'browser/android/signin/signin_manager_android.cc', 182 'browser/android/signin/signin_manager_android.cc',
183 'browser/android/signin/signin_manager_android.h', 183 'browser/android/signin/signin_manager_android.h',
184 'browser/android/tab_android.cc', 184 'browser/android/tab_android.cc',
185 'browser/android/tab_android.h', 185 'browser/android/tab_android.h',
186 'browser/android/tab_load_status.h',
186 'browser/android/uma_bridge.cc', 187 'browser/android/uma_bridge.cc',
187 'browser/android/uma_bridge.h', 188 'browser/android/uma_bridge.h',
188 'browser/android/uma_utils.cc', 189 'browser/android/uma_utils.cc',
189 'browser/android/uma_utils.h', 190 'browser/android/uma_utils.h',
190 'browser/android/url_utilities.cc', 191 'browser/android/url_utilities.cc',
191 'browser/android/url_utilities.h', 192 'browser/android/url_utilities.h',
192 'browser/android/voice_search_tab_helper.cc', 193 'browser/android/voice_search_tab_helper.cc',
193 'browser/android/voice_search_tab_helper.h', 194 'browser/android/voice_search_tab_helper.h',
194 'browser/android/webapps/single_tab_mode_tab_helper.cc', 195 'browser/android/webapps/single_tab_mode_tab_helper.cc',
195 'browser/android/webapps/single_tab_mode_tab_helper.h', 196 'browser/android/webapps/single_tab_mode_tab_helper.h',
(...skipping 3587 matching lines...) Expand 10 before | Expand all | Expand 10 after
3783 'type': 'none', 3784 'type': 'none',
3784 'sources': [ 3785 'sources': [
3785 'android/java/ToolbarModelSecurityLevel.template', 3786 'android/java/ToolbarModelSecurityLevel.template',
3786 ], 3787 ],
3787 'variables': { 3788 'variables': {
3788 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3789 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3789 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3790 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3790 }, 3791 },
3791 'includes': [ '../build/android/java_cpp_template.gypi' ], 3792 'includes': [ '../build/android/java_cpp_template.gypi' ],
3792 }, 3793 },
3794 {
3795 'target_name': 'tab_load_status_java',
3796 'type': 'none',
3797 'sources': [
3798 'android/java/TabLoadStatus.template',
3799 ],
3800 'variables': {
3801 'package_name': 'org/chromium/chrome/browser',
3802 'template_deps': ['browser/android/tab_load_status.h'],
3803 },
3804 'includes': [ '../build/android/java_cpp_template.gypi' ],
3805 },
3793 ], 3806 ],
3794 }, 3807 },
3795 ], 3808 ],
3796 ], 3809 ],
3797 } 3810 }
OLDNEW
« no previous file with comments | « chrome/chrome.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698