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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 8021009: Consolidate message observer API for win and aura (and touch). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: addressed msw's comments Created 9 years, 2 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 (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'dependencies': [ 10 'dependencies': [
(...skipping 1558 matching lines...) Expand 10 before | Expand all | Expand 10 after
1569 'browser/net/view_http_cache_job_factory.cc', 1569 'browser/net/view_http_cache_job_factory.cc',
1570 'browser/net/view_http_cache_job_factory.h', 1570 'browser/net/view_http_cache_job_factory.h',
1571 'browser/notifications/balloon.cc', 1571 'browser/notifications/balloon.cc',
1572 'browser/notifications/balloon.h', 1572 'browser/notifications/balloon.h',
1573 'browser/notifications/balloon_collection.cc', 1573 'browser/notifications/balloon_collection.cc',
1574 'browser/notifications/balloon_collection.h', 1574 'browser/notifications/balloon_collection.h',
1575 'browser/notifications/balloon_collection_base.cc', 1575 'browser/notifications/balloon_collection_base.cc',
1576 'browser/notifications/balloon_collection_base.h', 1576 'browser/notifications/balloon_collection_base.h',
1577 'browser/notifications/balloon_collection_impl.cc', 1577 'browser/notifications/balloon_collection_impl.cc',
1578 'browser/notifications/balloon_collection_impl.h', 1578 'browser/notifications/balloon_collection_impl.h',
1579 'browser/notifications/balloon_collection_linux.cc', 1579 'browser/notifications/balloon_collection_gtk.cc',
1580 'browser/notifications/balloon_collection_mac.mm', 1580 'browser/notifications/balloon_collection_mac.mm',
1581 'browser/notifications/balloon_collection_win.cc', 1581 'browser/notifications/balloon_collection_win.cc',
1582 'browser/notifications/balloon_host.cc', 1582 'browser/notifications/balloon_host.cc',
1583 'browser/notifications/balloon_host.h', 1583 'browser/notifications/balloon_host.h',
1584 'browser/notifications/desktop_notification_service.cc', 1584 'browser/notifications/desktop_notification_service.cc',
1585 'browser/notifications/desktop_notification_service.h', 1585 'browser/notifications/desktop_notification_service.h',
1586 'browser/notifications/desktop_notification_service_factory.cc', 1586 'browser/notifications/desktop_notification_service_factory.cc',
1587 'browser/notifications/desktop_notification_service_factory.h', 1587 'browser/notifications/desktop_notification_service_factory.h',
1588 'browser/notifications/notification.cc', 1588 'browser/notifications/notification.cc',
1589 'browser/notifications/notification.h', 1589 'browser/notifications/notification.h',
(...skipping 3474 matching lines...) Expand 10 before | Expand all | Expand 10 after
5064 # weak imports in dependents, who still must #include 5064 # weak imports in dependents, who still must #include
5065 # closure_blocks_leopard_compat.h to get weak imports. 5065 # closure_blocks_leopard_compat.h to get weak imports.
5066 'type': 'none', 5066 'type': 'none',
5067 }], 5067 }],
5068 ], 5068 ],
5069 }, 5069 },
5070 ], 5070 ],
5071 }], 5071 }],
5072 ], 5072 ],
5073 } 5073 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698