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

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: Fix DEPS, namespace content->components. Ready for review. 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
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 2722 matching lines...) Expand 10 before | Expand all | Expand 10 after
2733 'sources!': [ 2733 'sources!': [
2734 'browser/sessions/session_restore.cc', 2734 'browser/sessions/session_restore.cc',
2735 'browser/sessions/session_service.cc', 2735 'browser/sessions/session_service.cc',
2736 'browser/sessions/session_service.h', 2736 'browser/sessions/session_service.h',
2737 'browser/sessions/session_service_factory.cc', 2737 'browser/sessions/session_service_factory.cc',
2738 'browser/sessions/session_service_factory.h', 2738 'browser/sessions/session_service_factory.h',
2739 ], 2739 ],
2740 }], 2740 }],
2741 ['OS=="android"', { 2741 ['OS=="android"', {
2742 'dependencies': [ 2742 'dependencies': [
2743 '../content/content.gyp:web_contents_delegate_android', 2743 '../components/components.gyp:web_contents_delegate_android',
2744 'chrome_browser_jni_headers', 2744 'chrome_browser_jni_headers',
2745 ], 2745 ],
2746 'dependencies!': [ 2746 'dependencies!': [
2747 '../third_party/libusb/libusb.gyp:libusb', 2747 '../third_party/libusb/libusb.gyp:libusb',
2748 ], 2748 ],
2749 'sources': [ 2749 'sources': [
2750 'browser/sessions/in_memory_tab_restore_service.cc', 2750 'browser/sessions/in_memory_tab_restore_service.cc',
2751 'browser/sessions/in_memory_tab_restore_service.h', 2751 'browser/sessions/in_memory_tab_restore_service.h',
2752 'browser/ssl/ssl_add_certificate_android.cc', 2752 'browser/ssl/ssl_add_certificate_android.cc',
2753 'browser/web_resource/notification_promo_mobile_ntp.cc', 2753 'browser/web_resource/notification_promo_mobile_ntp.cc',
(...skipping 374 matching lines...) Expand 10 before | Expand all | Expand 10 after
3128 'variables': { 3128 'variables': {
3129 'jni_gen_dir': 'chrome', 3129 'jni_gen_dir': 'chrome',
3130 }, 3130 },
3131 'includes': [ '../build/jni_generator.gypi' ], 3131 'includes': [ '../build/jni_generator.gypi' ],
3132 }, 3132 },
3133 ], 3133 ],
3134 }, 3134 },
3135 ], 3135 ],
3136 ], 3136 ],
3137 } 3137 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698