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

Side by Side Diff: ui/ui_unittests.gypi

Issue 10694170: Renamed .pak and .rc files (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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) 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 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'ui_test_support', 8 'target_name': 'ui_test_support',
9 'type': 'static_library', 9 'type': 'static_library',
10 'includes': [ 10 'includes': [
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 'gfx/render_text_unittest.cc', 105 'gfx/render_text_unittest.cc',
106 'gfx/screen_unittest.cc', 106 'gfx/screen_unittest.cc',
107 'gfx/shadow_value_unittest.cc', 107 'gfx/shadow_value_unittest.cc',
108 'gfx/skbitmap_operations_unittest.cc', 108 'gfx/skbitmap_operations_unittest.cc',
109 'gfx/skia_util_unittest.cc', 109 'gfx/skia_util_unittest.cc',
110 'gfx/transform_util_unittest.cc', 110 'gfx/transform_util_unittest.cc',
111 'gfx/video_decode_acceleration_support_mac_unittest.mm', 111 'gfx/video_decode_acceleration_support_mac_unittest.mm',
112 'test/run_all_unittests.cc', 112 'test/run_all_unittests.cc',
113 'test/test_suite.cc', 113 'test/test_suite.cc',
114 'test/test_suite.h', 114 'test/test_suite.h',
115 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources_standard.rc', 115 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc',
116 ], 116 ],
117 'include_dirs': [ 117 'include_dirs': [
118 '../', 118 '../',
119 ], 119 ],
120 'conditions': [ 120 'conditions': [
121 ['OS == "win"', { 121 ['OS == "win"', {
122 'sources': [ 122 'sources': [
123 'base/dragdrop/os_exchange_data_win_unittest.cc', 123 'base/dragdrop/os_exchange_data_win_unittest.cc',
124 'base/native_theme/native_theme_win_unittest.cc', 124 'base/native_theme/native_theme_win_unittest.cc',
125 'base/win/hwnd_subclass_unittest.cc', 125 'base/win/hwnd_subclass_unittest.cc',
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
239 'test_suite_name': 'ui_unittests', 239 'test_suite_name': 'ui_unittests',
240 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte sts<(SHARED_LIB_SUFFIX)', 240 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte sts<(SHARED_LIB_SUFFIX)',
241 'input_jars_paths': ['<(PRODUCT_DIR)/lib.java/chromium_base.jar',], 241 'input_jars_paths': ['<(PRODUCT_DIR)/lib.java/chromium_base.jar',],
242 }, 242 },
243 'includes': [ '../build/apk_test.gypi' ], 243 'includes': [ '../build/apk_test.gypi' ],
244 }, 244 },
245 ], 245 ],
246 }], 246 }],
247 ], 247 ],
248 } 248 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698