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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 11365199: Move WebContentsDelegateAndroid to content/components (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address John's comments. Adjust findbugs suppression. Created 8 years, 1 month 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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'browser', 9 'target_name': 'browser',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 2597 matching lines...) Expand 10 before | Expand all | Expand 10 after
2608 'sources!': [ 2608 'sources!': [
2609 'browser/sessions/session_restore.cc', 2609 'browser/sessions/session_restore.cc',
2610 'browser/sessions/session_service.cc', 2610 'browser/sessions/session_service.cc',
2611 'browser/sessions/session_service.h', 2611 'browser/sessions/session_service.h',
2612 'browser/sessions/session_service_factory.cc', 2612 'browser/sessions/session_service_factory.cc',
2613 'browser/sessions/session_service_factory.h', 2613 'browser/sessions/session_service_factory.h',
2614 ], 2614 ],
2615 }], 2615 }],
2616 ['OS=="android"', { 2616 ['OS=="android"', {
2617 'dependencies': [ 2617 'dependencies': [
2618 'browser/component/components.gyp:web_contents_delegate_android', 2618 '../content/content.gyp:web_contents_delegate_android',
joth 2012/11/13 19:26:14 '<(DEPTH)/content...' ?
John Knottenbelt 2012/11/14 10:53:28 Discussed with torne, who tells me <(DEPTH) should
2619 'chrome_browser_jni_headers', 2619 'chrome_browser_jni_headers',
2620 ], 2620 ],
2621 'sources': [ 2621 'sources': [
2622 'browser/sessions/in_memory_tab_restore_service.cc', 2622 'browser/sessions/in_memory_tab_restore_service.cc',
2623 'browser/sessions/in_memory_tab_restore_service.h', 2623 'browser/sessions/in_memory_tab_restore_service.h',
2624 'browser/web_resource/notification_promo_mobile_ntp.cc', 2624 'browser/web_resource/notification_promo_mobile_ntp.cc',
2625 'browser/web_resource/notification_promo_mobile_ntp.h', 2625 'browser/web_resource/notification_promo_mobile_ntp.h',
2626 ], 2626 ],
2627 'sources!': [ 2627 'sources!': [
2628 'browser/bookmarks/bookmark_drop_info.cc', 2628 'browser/bookmarks/bookmark_drop_info.cc',
(...skipping 400 matching lines...) Expand 10 before | Expand all | Expand 10 after
3029 'proto_in_dir': '../third_party/cros_system_api/dbus', 3029 'proto_in_dir': '../third_party/cros_system_api/dbus',
3030 'proto_out_dir': 'chrome/browser/media_transfer_protocol', 3030 'proto_out_dir': 'chrome/browser/media_transfer_protocol',
3031 }, 3031 },
3032 'includes': ['../build/protoc.gypi'], 3032 'includes': ['../build/protoc.gypi'],
3033 }, 3033 },
3034 ], 3034 ],
3035 }, 3035 },
3036 ], 3036 ],
3037 ], 3037 ],
3038 } 3038 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698