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

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: sync 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 1583 matching lines...) Expand 10 before | Expand all | Expand 10 after
1594 'browser/net/view_http_cache_job_factory.cc', 1594 'browser/net/view_http_cache_job_factory.cc',
1595 'browser/net/view_http_cache_job_factory.h', 1595 'browser/net/view_http_cache_job_factory.h',
1596 'browser/notifications/balloon.cc', 1596 'browser/notifications/balloon.cc',
1597 'browser/notifications/balloon.h', 1597 'browser/notifications/balloon.h',
1598 'browser/notifications/balloon_collection.cc', 1598 'browser/notifications/balloon_collection.cc',
1599 'browser/notifications/balloon_collection.h', 1599 'browser/notifications/balloon_collection.h',
1600 'browser/notifications/balloon_collection_base.cc', 1600 'browser/notifications/balloon_collection_base.cc',
1601 'browser/notifications/balloon_collection_base.h', 1601 'browser/notifications/balloon_collection_base.h',
1602 'browser/notifications/balloon_collection_impl.cc', 1602 'browser/notifications/balloon_collection_impl.cc',
1603 'browser/notifications/balloon_collection_impl.h', 1603 'browser/notifications/balloon_collection_impl.h',
1604 'browser/notifications/balloon_collection_linux.cc', 1604 'browser/notifications/balloon_collection_gtk.cc',
1605 'browser/notifications/balloon_collection_mac.mm', 1605 'browser/notifications/balloon_collection_mac.mm',
1606 'browser/notifications/balloon_collection_win.cc', 1606 'browser/notifications/balloon_collection_win.cc',
1607 'browser/notifications/balloon_host.cc', 1607 'browser/notifications/balloon_host.cc',
1608 'browser/notifications/balloon_host.h', 1608 'browser/notifications/balloon_host.h',
1609 'browser/notifications/desktop_notification_service.cc', 1609 'browser/notifications/desktop_notification_service.cc',
1610 'browser/notifications/desktop_notification_service.h', 1610 'browser/notifications/desktop_notification_service.h',
1611 'browser/notifications/desktop_notification_service_factory.cc', 1611 'browser/notifications/desktop_notification_service_factory.cc',
1612 'browser/notifications/desktop_notification_service_factory.h', 1612 'browser/notifications/desktop_notification_service_factory.h',
1613 'browser/notifications/notification.cc', 1613 'browser/notifications/notification.cc',
1614 'browser/notifications/notification.h', 1614 'browser/notifications/notification.h',
(...skipping 3433 matching lines...) Expand 10 before | Expand all | Expand 10 after
5048 'type': 'static_library', 5048 'type': 'static_library',
5049 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5049 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5050 'variables': { 5050 'variables': {
5051 'proto_in_dir': 'browser/history', 5051 'proto_in_dir': 'browser/history',
5052 'proto_out_dir': 'chrome/browser/history', 5052 'proto_out_dir': 'chrome/browser/history',
5053 }, 5053 },
5054 'includes': [ '../build/protoc.gypi' ] 5054 'includes': [ '../build/protoc.gypi' ]
5055 }, 5055 },
5056 ], 5056 ],
5057 } 5057 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698