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

Unified Diff: chrome/chrome_tests.gypi

Issue 14585015: Recommit the generate profile patch (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Load the browser dll manually on Windows. Created 7 years, 7 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 side-by-side diff with in-line comments
Download patch
Index: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index 11c3267a9e5dcb90b8ab41e6b06aec716d843113..ee42e6e3ea930feb9d23855a0ba72de590612f06 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -33,6 +33,23 @@
],
'targets': [
{
+ 'target_name': 'test_support_ui_runner',
+ 'type': 'static_library',
+ 'dependencies': [
+ 'test_support_common',
+ '../testing/gtest.gyp:gtest',
+ ],
+ 'export_dependent_settings': [
+ 'test_support_common',
+ ],
+ 'include_dirs': [
+ '..',
+ ],
+ 'sources': [
+ 'test/ui/run_all_unittests.cc',
+ ],
+ },
+ {
'target_name': 'test_support_ui',
'type': 'static_library',
'dependencies': [
@@ -92,6 +109,7 @@
'renderer',
'test_support_common',
'test_support_ui',
+ 'test_support_ui_runner',
'../base/base.gyp:base',
'../skia/skia.gyp:skia',
'../third_party/libxml/libxml.gyp:libxml',
@@ -513,6 +531,7 @@
'chromedriver_support',
'common',
'test_support_ui',
+ 'test_support_ui_runner',
'../base/base.gyp:base',
'../build/temp_gyp/googleurl.gyp:googleurl',
'../net/net.gyp:net',
@@ -2242,6 +2261,7 @@
'chrome_resources.gyp:theme_resources',
'test_support_common',
'test_support_ui',
+ 'test_support_ui_runner',
'../skia/skia.gyp:skia',
'../testing/gtest.gyp:gtest',
'../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit',
@@ -2312,9 +2332,13 @@
'test/perf/dom_checker_uitest.cc',
'test/perf/feature_startup_test.cc',
'test/perf/frame_rate/frame_rate_tests.cc',
+ 'test/perf/generate_profile.cc',
+ 'test/perf/generate_profile.h',
'test/perf/indexeddb_uitest.cc',
'test/perf/memory_test.cc',
'test/perf/page_cycler_test.cc',
+ 'test/perf/perf_ui_test_suite.cc',
+ 'test/perf/run_all_perfuitests.cc',
'test/perf/shutdown_test.cc',
'test/perf/startup_test.cc',
'test/perf/tab_switching_test.cc',
@@ -2887,51 +2911,6 @@
},
]}, # 'targets'
], # OS=="win"
- ['OS=="linux" or OS=="win"', {
- 'targets': [
- {
- 'target_name': 'generate_profile',
- 'type': 'executable',
- 'dependencies': [
- 'test_support_common',
- 'browser',
- 'renderer',
- 'chrome_resources.gyp:packed_resources',
- '../base/base.gyp:base',
- '../net/net.gyp:net_test_support',
- '../skia/skia.gyp:skia',
- '../sync/sync.gyp:sync',
- ],
- 'include_dirs': [
- '..',
- ],
- 'sources': [
- 'tools/profiles/generate_profile.cc',
- 'tools/profiles/thumbnail-inl.h',
- ],
- 'conditions': [
- ['OS=="win"', {
- 'conditions': [
- ['win_use_allocator_shim==1', {
- 'dependencies': [
- '<(allocator_target)',
- ],
- }],
- ],
- 'configurations': {
- 'Debug_Base': {
- 'msvs_settings': {
- 'VCLinkerTool': {
- 'LinkIncremental': '<(msvs_large_module_debug_link_mode)',
- },
- },
- },
- },
- }],
- ],
- },
- ]}, # 'targets'
- ],
# If you change this condition, make sure you also change it in all.gyp
# for the chromium_builder_qa target.
['enable_automation==1 and (OS=="mac" or ((OS=="win" or os_posix==1) and target_arch==python_arch))', {
« no previous file with comments | « chrome/browser/history/top_sites_likely_impl.cc ('k') | chrome/test/data/profiles/profile_with_complex_theme/Default/Cookies » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698