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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 11823046: Move content/components/web_contents_delegate_android to components/web_contents_delegate_android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase (win7_aura so slow!!) Created 7 years, 11 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') | chrome/chrome_browser_ui.gypi » ('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 2723 matching lines...) Expand 10 before | Expand all | Expand 10 after
2734 'sources!': [ 2734 'sources!': [
2735 'browser/sessions/session_restore.cc', 2735 'browser/sessions/session_restore.cc',
2736 'browser/sessions/session_service.cc', 2736 'browser/sessions/session_service.cc',
2737 'browser/sessions/session_service.h', 2737 'browser/sessions/session_service.h',
2738 'browser/sessions/session_service_factory.cc', 2738 'browser/sessions/session_service_factory.cc',
2739 'browser/sessions/session_service_factory.h', 2739 'browser/sessions/session_service_factory.h',
2740 ], 2740 ],
2741 }], 2741 }],
2742 ['OS=="android"', { 2742 ['OS=="android"', {
2743 'dependencies': [ 2743 'dependencies': [
2744 '../content/content.gyp:web_contents_delegate_android', 2744 '../components/components.gyp:web_contents_delegate_android',
2745 'chrome_browser_jni_headers', 2745 'chrome_browser_jni_headers',
2746 ], 2746 ],
2747 'dependencies!': [ 2747 'dependencies!': [
2748 '../third_party/libusb/libusb.gyp:libusb', 2748 '../third_party/libusb/libusb.gyp:libusb',
2749 ], 2749 ],
2750 'sources': [ 2750 'sources': [
2751 'browser/sessions/in_memory_tab_restore_service.cc', 2751 'browser/sessions/in_memory_tab_restore_service.cc',
2752 'browser/sessions/in_memory_tab_restore_service.h', 2752 'browser/sessions/in_memory_tab_restore_service.h',
2753 'browser/ssl/ssl_add_certificate_android.cc', 2753 'browser/ssl/ssl_add_certificate_android.cc',
2754 'browser/web_resource/notification_promo_mobile_ntp.cc', 2754 'browser/web_resource/notification_promo_mobile_ntp.cc',
(...skipping 374 matching lines...) Expand 10 before | Expand all | Expand 10 after
3129 'variables': { 3129 'variables': {
3130 'jni_gen_dir': 'chrome', 3130 'jni_gen_dir': 'chrome',
3131 }, 3131 },
3132 'includes': [ '../build/jni_generator.gypi' ], 3132 'includes': [ '../build/jni_generator.gypi' ],
3133 }, 3133 },
3134 ], 3134 ],
3135 }, 3135 },
3136 ], 3136 ],
3137 ], 3137 ],
3138 } 3138 }
OLDNEW
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/chrome_browser_ui.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698