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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 10834237: Add the android partner bookmark shim. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Moved shim to android/ntp and removed the conflicting ID namespace issue. Created 8 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 | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_browser.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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 'variables' : { 5 'variables' : {
6 'pyautolib_sources': [ 6 'pyautolib_sources': [
7 'app/chrome_command_ids.h', 7 'app/chrome_command_ids.h',
8 'app/chrome_dll_resource.h', 8 'app/chrome_dll_resource.h',
9 'common/automation_constants.h', 9 'common/automation_constants.h',
10 'common/pref_names.cc', 10 'common/pref_names.cc',
(...skipping 1842 matching lines...) Expand 10 before | Expand all | Expand 10 after
1853 'browser/ui/views/select_file_dialog_extension_unittest.cc', 1853 'browser/ui/views/select_file_dialog_extension_unittest.cc',
1854 'browser/ui/views/status_icons/status_tray_win_unittest.cc', 1854 'browser/ui/views/status_icons/status_tray_win_unittest.cc',
1855 'browser/ui/views/tabs/fake_base_tab_strip_controller.cc', 1855 'browser/ui/views/tabs/fake_base_tab_strip_controller.cc',
1856 'browser/ui/views/tabs/fake_base_tab_strip_controller.h', 1856 'browser/ui/views/tabs/fake_base_tab_strip_controller.h',
1857 'browser/ui/views/tabs/tab_unittest.cc', 1857 'browser/ui/views/tabs/tab_unittest.cc',
1858 'browser/ui/views/tabs/tab_strip_unittest.cc', 1858 'browser/ui/views/tabs/tab_strip_unittest.cc',
1859 'browser/ui/views/tabs/touch_tab_strip_layout_unittest.cc', 1859 'browser/ui/views/tabs/touch_tab_strip_layout_unittest.cc',
1860 'browser/ui/website_settings/website_settings_unittest.cc', 1860 'browser/ui/website_settings/website_settings_unittest.cc',
1861 'browser/ui/webui/chrome_web_ui_data_source_unittest.cc', 1861 'browser/ui/webui/chrome_web_ui_data_source_unittest.cc',
1862 'browser/ui/webui/fileicon_source_unittest.cc', 1862 'browser/ui/webui/fileicon_source_unittest.cc',
1863 'browser/ui/webui/ntp/android/partner_bookmarks_shim_unittest.cc',
1863 'browser/ui/webui/ntp/suggestions_combiner_unittest.cc', 1864 'browser/ui/webui/ntp/suggestions_combiner_unittest.cc',
1864 'browser/ui/webui/options2/language_options_handler_unittest.cc', 1865 'browser/ui/webui/options2/language_options_handler_unittest.cc',
1865 'browser/ui/webui/policy_ui_unittest.cc', 1866 'browser/ui/webui/policy_ui_unittest.cc',
1866 'browser/ui/webui/print_preview/print_preview_handler_unittest.cc', 1867 'browser/ui/webui/print_preview/print_preview_handler_unittest.cc',
1867 'browser/ui/webui/print_preview/print_preview_ui_unittest.cc', 1868 'browser/ui/webui/print_preview/print_preview_ui_unittest.cc',
1868 'browser/ui/webui/signin/login_ui_service_unittest.cc', 1869 'browser/ui/webui/signin/login_ui_service_unittest.cc',
1869 'browser/ui/webui/sync_internals_ui_unittest.cc', 1870 'browser/ui/webui/sync_internals_ui_unittest.cc',
1870 'browser/ui/webui/sync_setup_handler_unittest.cc', 1871 'browser/ui/webui/sync_setup_handler_unittest.cc',
1871 'browser/ui/webui/theme_source_unittest.cc', 1872 'browser/ui/webui/theme_source_unittest.cc',
1872 'browser/ui/webui/web_dialog_web_contents_delegate_unittest.cc', 1873 'browser/ui/webui/web_dialog_web_contents_delegate_unittest.cc',
(...skipping 2804 matching lines...) Expand 10 before | Expand all | Expand 10 after
4677 '--result', '<@(_outputs)', 4678 '--result', '<@(_outputs)',
4678 '--isolate', 'browser_tests.isolate', 4679 '--isolate', 'browser_tests.isolate',
4679 ], 4680 ],
4680 }, 4681 },
4681 ], 4682 ],
4682 }, 4683 },
4683 ], 4684 ],
4684 }], 4685 }],
4685 ], # 'conditions' 4686 ], # 'conditions'
4686 } 4687 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698