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

Side by Side Diff: components/components_tests.gyp

Issue 1251633002: Add BubbleManager to manage bubbles and ChromeBubbleManager for events. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Apply Feedback Created 5 years, 4 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
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 'variables': { 6 'variables': {
7 # This turns on e.g. the filename-based detection of which 7 # This turns on e.g. the filename-based detection of which
8 # platforms to include source files on (e.g. files ending in 8 # platforms to include source files on (e.g. files ending in
9 # _mac.h or _mac.cc are only compiled on MacOSX). 9 # _mac.h or _mac.cc are only compiled on MacOSX).
10 'chromium_code': 1, 10 'chromium_code': 1,
(...skipping 783 matching lines...) Expand 10 before | Expand all | Expand 10 after
794 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', 794 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber',
795 '../third_party/libxml/libxml.gyp:libxml', 795 '../third_party/libxml/libxml.gyp:libxml',
796 '../third_party/protobuf/protobuf.gyp:protobuf_lite', 796 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
797 '../ui/base/ui_base.gyp:ui_base', 797 '../ui/base/ui_base.gyp:ui_base',
798 '../ui/gfx/gfx.gyp:gfx', 798 '../ui/gfx/gfx.gyp:gfx',
799 '../ui/gfx/gfx.gyp:gfx_test_support', 799 '../ui/gfx/gfx.gyp:gfx_test_support',
800 '../ui/resources/ui_resources.gyp:ui_resources', 800 '../ui/resources/ui_resources.gyp:ui_resources',
801 '../ui/resources/ui_resources.gyp:ui_test_pak', 801 '../ui/resources/ui_resources.gyp:ui_test_pak',
802 '../ui/strings/ui_strings.gyp:ui_strings', 802 '../ui/strings/ui_strings.gyp:ui_strings',
803 '../url/url.gyp:url_lib', 803 '../url/url.gyp:url_lib',
804 'bubble.gypi:bubble',
804 'components.gyp:auto_login_parser', 805 'components.gyp:auto_login_parser',
805 'components.gyp:autofill_core_browser', 806 'components.gyp:autofill_core_browser',
806 'components.gyp:autofill_core_common', 807 'components.gyp:autofill_core_common',
807 'components.gyp:autofill_core_test_support', 808 'components.gyp:autofill_core_test_support',
808 'components.gyp:bookmarks_browser', 809 'components.gyp:bookmarks_browser',
809 'components.gyp:bookmarks_managed', 810 'components.gyp:bookmarks_managed',
810 'components.gyp:bookmarks_test_support', 811 'components.gyp:bookmarks_test_support',
811 'components.gyp:captive_portal_test_support', 812 'components.gyp:captive_portal_test_support',
812 'components.gyp:cloud_devices_common', 813 'components.gyp:cloud_devices_common',
813 'components.gyp:component_updater', 814 'components.gyp:component_updater',
(...skipping 761 matching lines...) Expand 10 before | Expand all | Expand 10 after
1575 'invalidation/impl/android/junit/', 1576 'invalidation/impl/android/junit/',
1576 'policy/android/junit/' 1577 'policy/android/junit/'
1577 ], 1578 ],
1578 }, 1579 },
1579 'includes': [ '../build/host_jar.gypi' ], 1580 'includes': [ '../build/host_jar.gypi' ],
1580 }, 1581 },
1581 ], 1582 ],
1582 }], 1583 }],
1583 ], 1584 ],
1584 } 1585 }
OLDNEW
« components/bubble/bubble_manager.cc ('K') | « components/bubble/bubble_ui.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698