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