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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 26775007: Translate: Add TranslateBubbleView (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: (rebasing) Created 7 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
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 'targets': [ 5 'targets': [
6 { 6 {
7 # This target contains mocks and test utilities that don't belong in 7 # This target contains mocks and test utilities that don't belong in
8 # production libraries but are used by more than one test executable. 8 # production libraries but are used by more than one test executable.
9 'target_name': 'test_support_common', 9 'target_name': 'test_support_common',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 1667 matching lines...) Expand 10 before | Expand all | Expand 10 after
1678 'browser/ui/views/frame/test_with_browser_view.h', 1678 'browser/ui/views/frame/test_with_browser_view.h',
1679 'browser/ui/views/reload_button_unittest.cc', 1679 'browser/ui/views/reload_button_unittest.cc',
1680 'browser/ui/views/select_file_dialog_extension_unittest.cc', 1680 'browser/ui/views/select_file_dialog_extension_unittest.cc',
1681 'browser/ui/views/status_icons/status_tray_win_unittest.cc', 1681 'browser/ui/views/status_icons/status_tray_win_unittest.cc',
1682 'browser/ui/views/sync/one_click_signin_bubble_view_unittest.cc', 1682 'browser/ui/views/sync/one_click_signin_bubble_view_unittest.cc',
1683 'browser/ui/views/tabs/fake_base_tab_strip_controller.cc', 1683 'browser/ui/views/tabs/fake_base_tab_strip_controller.cc',
1684 'browser/ui/views/tabs/fake_base_tab_strip_controller.h', 1684 'browser/ui/views/tabs/fake_base_tab_strip_controller.h',
1685 'browser/ui/views/tabs/stacked_tab_strip_layout_unittest.cc', 1685 'browser/ui/views/tabs/stacked_tab_strip_layout_unittest.cc',
1686 'browser/ui/views/tabs/tab_unittest.cc', 1686 'browser/ui/views/tabs/tab_unittest.cc',
1687 'browser/ui/views/tabs/tab_strip_unittest.cc', 1687 'browser/ui/views/tabs/tab_strip_unittest.cc',
1688 'browser/ui/views/translate/translate_bubble_view_unittest.cc',
1688 'browser/ui/views/validation_message_bubble_delegate_unittest.cc', 1689 'browser/ui/views/validation_message_bubble_delegate_unittest.cc',
1689 'browser/ui/website_settings/website_settings_unittest.cc', 1690 'browser/ui/website_settings/website_settings_unittest.cc',
1690 'browser/ui/webui/fileicon_source_unittest.cc', 1691 'browser/ui/webui/fileicon_source_unittest.cc',
1691 'browser/ui/webui/history_ui_unittest.cc', 1692 'browser/ui/webui/history_ui_unittest.cc',
1692 'browser/ui/webui/ntp/android/partner_bookmarks_shim_unittest.cc', 1693 'browser/ui/webui/ntp/android/partner_bookmarks_shim_unittest.cc',
1693 'browser/ui/webui/ntp/ntp_user_data_logger_unittest.cc', 1694 'browser/ui/webui/ntp/ntp_user_data_logger_unittest.cc',
1694 'browser/ui/webui/ntp/suggestions_combiner_unittest.cc', 1695 'browser/ui/webui/ntp/suggestions_combiner_unittest.cc',
1695 'browser/ui/webui/options/chromeos/cros_language_options_handler_unittes t.cc', 1696 'browser/ui/webui/options/chromeos/cros_language_options_handler_unittes t.cc',
1696 'browser/ui/webui/options/language_options_handler_unittest.cc', 1697 'browser/ui/webui/options/language_options_handler_unittest.cc',
1697 'browser/ui/webui/options/pepper_flash_content_settings_utils_unittest.c c', 1698 'browser/ui/webui/options/pepper_flash_content_settings_utils_unittest.c c',
(...skipping 1149 matching lines...) Expand 10 before | Expand all | Expand 10 after
2847 'browser/ui/app_list/test/fake_profile.h', 2848 'browser/ui/app_list/test/fake_profile.h',
2848 'browser/ui/app_list/test/fake_profile_store.cc', 2849 'browser/ui/app_list/test/fake_profile_store.cc',
2849 'browser/ui/app_list/test/fake_profile_store.h', 2850 'browser/ui/app_list/test/fake_profile_store.h',
2850 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', 2851 'browser/ui/app_list/test/fast_show_pickler_unittest.cc',
2851 ], 2852 ],
2852 }, 2853 },
2853 ], 2854 ],
2854 }], 2855 }],
2855 ], # 'conditions' 2856 ], # 'conditions'
2856 } 2857 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698