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 1527 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1538 'browser/notifications/balloon_collection_base.h', | 1538 'browser/notifications/balloon_collection_base.h', |
1539 'browser/notifications/balloon_collection_impl.cc', | 1539 'browser/notifications/balloon_collection_impl.cc', |
1540 'browser/notifications/balloon_collection_impl.h', | 1540 'browser/notifications/balloon_collection_impl.h', |
1541 'browser/notifications/balloon_host.cc', | 1541 'browser/notifications/balloon_host.cc', |
1542 'browser/notifications/balloon_host.h', | 1542 'browser/notifications/balloon_host.h', |
1543 'browser/notifications/desktop_notification_service.cc', | 1543 'browser/notifications/desktop_notification_service.cc', |
1544 'browser/notifications/desktop_notification_service.h', | 1544 'browser/notifications/desktop_notification_service.h', |
1545 'browser/notifications/desktop_notification_service_factory.cc', | 1545 'browser/notifications/desktop_notification_service_factory.cc', |
1546 'browser/notifications/desktop_notification_service_factory.h', | 1546 'browser/notifications/desktop_notification_service_factory.h', |
1547 'browser/notifications/desktop_notification_service_win.cc', | 1547 'browser/notifications/desktop_notification_service_win.cc', |
| 1548 'browser/notifications/fake_balloon_view.cc', |
| 1549 'browser/notifications/fake_balloon_view.h', |
1548 'browser/notifications/notification.cc', | 1550 'browser/notifications/notification.cc', |
1549 'browser/notifications/notification.h', | 1551 'browser/notifications/notification.h', |
1550 'browser/notifications/notification_delegate.h', | 1552 'browser/notifications/notification_delegate.h', |
1551 'browser/notifications/notification_object_proxy.cc', | 1553 'browser/notifications/notification_object_proxy.cc', |
1552 'browser/notifications/notification_object_proxy.h', | 1554 'browser/notifications/notification_object_proxy.h', |
1553 'browser/notifications/notification_options_menu_model.cc', | 1555 'browser/notifications/notification_options_menu_model.cc', |
1554 'browser/notifications/notification_options_menu_model.h', | 1556 'browser/notifications/notification_options_menu_model.h', |
1555 'browser/notifications/notification_prefs_manager.cc', | 1557 'browser/notifications/notification_prefs_manager.cc', |
1556 'browser/notifications/notification_prefs_manager.h', | 1558 'browser/notifications/notification_prefs_manager.h', |
1557 'browser/notifications/notification_ui_manager.cc', | 1559 'browser/notifications/notification_ui_manager.cc', |
(...skipping 3957 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5515 'includes': [ '../build/jni_generator.gypi' ], | 5517 'includes': [ '../build/jni_generator.gypi' ], |
5516 'dependencies': [ | 5518 'dependencies': [ |
5517 'android_jar_jni_headers', | 5519 'android_jar_jni_headers', |
5518 ], | 5520 ], |
5519 }, | 5521 }, |
5520 ], | 5522 ], |
5521 }, | 5523 }, |
5522 ], | 5524 ], |
5523 ], | 5525 ], |
5524 } | 5526 } |
OLD | NEW |