OLD | NEW |
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 Loading... |
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', |
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 Loading... |
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 } |
OLD | NEW |