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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 12217127: Alternate NTP: Show detached bookmark bar (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: move to unit_tests Created 7 years, 10 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 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 1188 matching lines...) Expand 10 before | Expand all | Expand 10 after
1199 'browser/ui/ash/ime_controller_chromeos_unittest.cc', 1199 'browser/ui/ash/ime_controller_chromeos_unittest.cc',
1200 'browser/ui/ash/launcher/browser_launcher_item_controller_unittest.cc', 1200 'browser/ui/ash/launcher/browser_launcher_item_controller_unittest.cc',
1201 'browser/ui/ash/launcher/chrome_launcher_controller_per_app_unittest.cc' , 1201 'browser/ui/ash/launcher/chrome_launcher_controller_per_app_unittest.cc' ,
1202 'browser/ui/ash/launcher/chrome_launcher_controller_per_browser_unittest .cc', 1202 'browser/ui/ash/launcher/chrome_launcher_controller_per_browser_unittest .cc',
1203 'browser/ui/ash/launcher/launcher_context_menu_unittest.cc', 1203 'browser/ui/ash/launcher/launcher_context_menu_unittest.cc',
1204 'browser/ui/ash/window_positioner_unittest.cc', 1204 'browser/ui/ash/window_positioner_unittest.cc',
1205 'browser/ui/autofill/autofill_popup_controller_unittest.cc', 1205 'browser/ui/autofill/autofill_popup_controller_unittest.cc',
1206 'browser/ui/bookmarks/bookmark_context_menu_controller_unittest.cc', 1206 'browser/ui/bookmarks/bookmark_context_menu_controller_unittest.cc',
1207 'browser/ui/bookmarks/bookmark_prompt_controller_unittest.cc', 1207 'browser/ui/bookmarks/bookmark_prompt_controller_unittest.cc',
1208 'browser/ui/bookmarks/bookmark_ui_utils_unittest.cc', 1208 'browser/ui/bookmarks/bookmark_ui_utils_unittest.cc',
1209 'browser/ui/bookmarks/bookmark_unittest.cc',
1209 'browser/ui/browser_command_controller_unittest.cc', 1210 'browser/ui/browser_command_controller_unittest.cc',
1210 'browser/ui/browser_iterator_unittest.cc', 1211 'browser/ui/browser_iterator_unittest.cc',
1211 'browser/ui/chrome_select_file_policy_unittest.cc', 1212 'browser/ui/chrome_select_file_policy_unittest.cc',
1212 # It is safe to list */cocoa/* files in the "common" file list 1213 # It is safe to list */cocoa/* files in the "common" file list
1213 # without an explicit exclusion since gyp is smart enough to 1214 # without an explicit exclusion since gyp is smart enough to
1214 # exclude them from non-Mac builds. 1215 # exclude them from non-Mac builds.
1215 'browser/ui/cocoa/about_ipc_controller_unittest.mm', 1216 'browser/ui/cocoa/about_ipc_controller_unittest.mm',
1216 'browser/ui/cocoa/accelerators_cocoa_unittest.mm', 1217 'browser/ui/cocoa/accelerators_cocoa_unittest.mm',
1217 'browser/ui/cocoa/animatable_image_unittest.mm', 1218 'browser/ui/cocoa/animatable_image_unittest.mm',
1218 'browser/ui/cocoa/animatable_view_unittest.mm', 1219 'browser/ui/cocoa/animatable_view_unittest.mm',
(...skipping 1157 matching lines...) Expand 10 before | Expand all | Expand 10 after
2376 # more details. 2377 # more details.
2377 'DebugInformationFormat': '3', 2378 'DebugInformationFormat': '3',
2378 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', 2379 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb',
2379 }, 2380 },
2380 }, 2381 },
2381 }, 2382 },
2382 ], 2383 ],
2383 }], 2384 }],
2384 ], # 'conditions' 2385 ], # 'conditions'
2385 } 2386 }
OLDNEW
« chrome/browser/ui/bookmarks/bookmark_unittest.cc ('K') | « chrome/browser/ui/webui/ntp/new_tab_ui.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698