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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 23509002: Factor out a perf test result printer method. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Attempt to fix win and mac builds Created 7 years, 3 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 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 2444 matching lines...) Expand 10 before | Expand all | Expand 10 after
2455 'browser/webdata/token_web_data.h', 2455 'browser/webdata/token_web_data.h',
2456 'browser/webdata/web_apps_table.cc', 2456 'browser/webdata/web_apps_table.cc',
2457 'browser/webdata/web_apps_table.h', 2457 'browser/webdata/web_apps_table.h',
2458 'browser/webdata/web_data_service.cc', 2458 'browser/webdata/web_data_service.cc',
2459 'browser/webdata/web_data_service.h', 2459 'browser/webdata/web_data_service.h',
2460 'browser/webdata/web_data_service_factory.cc', 2460 'browser/webdata/web_data_service_factory.cc',
2461 'browser/webdata/web_data_service_factory.h', 2461 'browser/webdata/web_data_service_factory.h',
2462 'browser/webdata/web_data_service_win.cc', 2462 'browser/webdata/web_data_service_win.cc',
2463 'browser/webdata/web_intents_table.cc', 2463 'browser/webdata/web_intents_table.cc',
2464 'browser/webdata/web_intents_table.h', 2464 'browser/webdata/web_intents_table.h',
2465 # These files are needed by page_cycler.cc 2465 # These files are needed by page_cycler.cc and performance_monitor.cc.
2466 # This dependency should be removed: crbug.com/280157, crbug.com/279660
2466 'test/base/test_switches.cc', 2467 'test/base/test_switches.cc',
2467 'test/base/test_switches.h', 2468 'test/base/test_switches.h',
2468 'test/base/chrome_process_util.cc', 2469 'test/base/chrome_process_util.cc',
2469 'test/base/chrome_process_util.h', 2470 'test/base/chrome_process_util.h',
2470 'test/base/chrome_process_util_mac.cc', 2471 'test/base/chrome_process_util_mac.cc',
2471 'test/perf/perf_test.cc', 2472 'test/perf/perf_test.cc',
2472 'test/perf/perf_test.h', 2473 'test/perf/perf_test.h',
2473 2474
2474 # These files are generated by GRIT. 2475 # These files are generated by GRIT.
2475 '<(grit_out_dir)/grit/component_extension_resources_map.cc', 2476 '<(grit_out_dir)/grit/component_extension_resources_map.cc',
(...skipping 10 matching lines...) Expand all
2486 'common/extensions/api/api.gyp:api', 2487 'common/extensions/api/api.gyp:api',
2487 'debugger', 2488 'debugger',
2488 'installer_util', 2489 'installer_util',
2489 'sync_file_system_drive_proto', 2490 'sync_file_system_drive_proto',
2490 'sync_file_system_proto', 2491 'sync_file_system_proto',
2491 '../cc/cc.gyp:cc', 2492 '../cc/cc.gyp:cc',
2492 '../components/components.gyp:autofill_content_browser', 2493 '../components/components.gyp:autofill_content_browser',
2493 '../components/components.gyp:navigation_interception', 2494 '../components/components.gyp:navigation_interception',
2494 '../net/net.gyp:net_with_v8', 2495 '../net/net.gyp:net_with_v8',
2495 '../printing/printing.gyp:printing', 2496 '../printing/printing.gyp:printing',
2497 # TODO(tonyg): Remove this dependency (crbug.com/280157).
2498 '../testing/perf/perf_test.gyp:*',
2496 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', 2499 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h',
2497 '../third_party/expat/expat.gyp:expat', 2500 '../third_party/expat/expat.gyp:expat',
2498 '../third_party/hunspell/hunspell.gyp:hunspell', 2501 '../third_party/hunspell/hunspell.gyp:hunspell',
2499 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 2502 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
2500 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', 2503 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber',
2501 '../third_party/libusb/libusb.gyp:libusb', 2504 '../third_party/libusb/libusb.gyp:libusb',
2502 '../third_party/libyuv/libyuv.gyp:libyuv', 2505 '../third_party/libyuv/libyuv.gyp:libyuv',
2503 '../third_party/npapi/npapi.gyp:npapi', 2506 '../third_party/npapi/npapi.gyp:npapi',
2504 '../third_party/re2/re2.gyp:re2', 2507 '../third_party/re2/re2.gyp:re2',
2505 '../third_party/webrtc/modules/modules.gyp:desktop_capture', 2508 '../third_party/webrtc/modules/modules.gyp:desktop_capture',
(...skipping 998 matching lines...) Expand 10 before | Expand all | Expand 10 after
3504 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3507 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3505 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3508 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3506 }, 3509 },
3507 'includes': [ '../build/android/java_cpp_template.gypi' ], 3510 'includes': [ '../build/android/java_cpp_template.gypi' ],
3508 }, 3511 },
3509 ], 3512 ],
3510 }, 3513 },
3511 ], 3514 ],
3512 ], 3515 ],
3513 } 3516 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698