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

Side by Side Diff: ui/ui_unittests.gypi

Issue 10756018: Merge grd files in ui/resources and chrome/app/theme (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase, *_standard.rc 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
« no previous file with comments | « ui/ui_resources.gypi ('k') | ui/views/DEPS » ('j') | 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 { 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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 '../base/base.gyp:base', 44 '../base/base.gyp:base',
45 '../base/base.gyp:test_support_base', 45 '../base/base.gyp:test_support_base',
46 '../build/temp_gyp/googleurl.gyp:googleurl', 46 '../build/temp_gyp/googleurl.gyp:googleurl',
47 '../skia/skia.gyp:skia', 47 '../skia/skia.gyp:skia',
48 '../testing/gmock.gyp:gmock', 48 '../testing/gmock.gyp:gmock',
49 '../testing/gtest.gyp:gtest', 49 '../testing/gtest.gyp:gtest',
50 '../third_party/icu/icu.gyp:icui18n', 50 '../third_party/icu/icu.gyp:icui18n',
51 '../third_party/icu/icu.gyp:icuuc', 51 '../third_party/icu/icu.gyp:icuuc',
52 '../third_party/libpng/libpng.gyp:libpng', 52 '../third_party/libpng/libpng.gyp:libpng',
53 'ui', 53 'ui',
54 'ui_resources_standard', 54 'ui_resources',
55 'ui_test_support', 55 'ui_test_support',
56 ], 56 ],
57 'sources': [ 57 'sources': [
58 'base/accelerators/accelerator_manager_unittest.cc', 58 'base/accelerators/accelerator_manager_unittest.cc',
59 'base/animation/animation_container_unittest.cc', 59 'base/animation/animation_container_unittest.cc',
60 'base/animation/animation_unittest.cc', 60 'base/animation/animation_unittest.cc',
61 'base/animation/multi_animation_unittest.cc', 61 'base/animation/multi_animation_unittest.cc',
62 'base/animation/slide_animation_unittest.cc', 62 'base/animation/slide_animation_unittest.cc',
63 'base/clipboard/clipboard_unittest.cc', 63 'base/clipboard/clipboard_unittest.cc',
64 'base/clipboard/custom_data_helper_unittest.cc', 64 'base/clipboard/custom_data_helper_unittest.cc',
(...skipping 40 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_standard/ui_resources_standa rd.rc', 115 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources_standard.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
« no previous file with comments | « ui/ui_resources.gypi ('k') | ui/views/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698