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

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: Fix mac compile 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
« no previous file with comments | « chrome/browser/page_cycler/page_cycler.cc ('k') | chrome/chrome_tests.gypi » ('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 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 2448 matching lines...) Expand 10 before | Expand all | Expand 10 after
2459 'browser/webdata/token_web_data.h', 2459 'browser/webdata/token_web_data.h',
2460 'browser/webdata/web_apps_table.cc', 2460 'browser/webdata/web_apps_table.cc',
2461 'browser/webdata/web_apps_table.h', 2461 'browser/webdata/web_apps_table.h',
2462 'browser/webdata/web_data_service.cc', 2462 'browser/webdata/web_data_service.cc',
2463 'browser/webdata/web_data_service.h', 2463 'browser/webdata/web_data_service.h',
2464 'browser/webdata/web_data_service_factory.cc', 2464 'browser/webdata/web_data_service_factory.cc',
2465 'browser/webdata/web_data_service_factory.h', 2465 'browser/webdata/web_data_service_factory.h',
2466 'browser/webdata/web_data_service_win.cc', 2466 'browser/webdata/web_data_service_win.cc',
2467 'browser/webdata/web_intents_table.cc', 2467 'browser/webdata/web_intents_table.cc',
2468 'browser/webdata/web_intents_table.h', 2468 'browser/webdata/web_intents_table.h',
2469 # These files are needed by page_cycler.cc 2469 # These files are needed by page_cycler.cc and performance_monitor.cc.
2470 # This dependency should be removed: crbug.com/280157, crbug.com/279660
2470 'test/base/test_switches.cc', 2471 'test/base/test_switches.cc',
2471 'test/base/test_switches.h', 2472 'test/base/test_switches.h',
2472 'test/base/chrome_process_util.cc', 2473 'test/base/chrome_process_util.cc',
2473 'test/base/chrome_process_util.h', 2474 'test/base/chrome_process_util.h',
2474 'test/base/chrome_process_util_mac.cc', 2475 'test/base/chrome_process_util_mac.cc',
2475 'test/perf/perf_test.cc', 2476 'test/perf/perf_test.cc',
2476 'test/perf/perf_test.h', 2477 'test/perf/perf_test.h',
2477 2478
2478 # These files are generated by GRIT. 2479 # These files are generated by GRIT.
2479 '<(grit_out_dir)/grit/component_extension_resources_map.cc', 2480 '<(grit_out_dir)/grit/component_extension_resources_map.cc',
(...skipping 11 matching lines...) Expand all
2491 'debugger', 2492 'debugger',
2492 'installer_util', 2493 'installer_util',
2493 'sync_file_system_drive_proto', 2494 'sync_file_system_drive_proto',
2494 'sync_file_system_proto', 2495 'sync_file_system_proto',
2495 '../cc/cc.gyp:cc', 2496 '../cc/cc.gyp:cc',
2496 '../components/components.gyp:autofill_content_browser', 2497 '../components/components.gyp:autofill_content_browser',
2497 '../components/components.gyp:navigation_interception', 2498 '../components/components.gyp:navigation_interception',
2498 '../media/media.gyp:media', 2499 '../media/media.gyp:media',
2499 '../net/net.gyp:net_with_v8', 2500 '../net/net.gyp:net_with_v8',
2500 '../printing/printing.gyp:printing', 2501 '../printing/printing.gyp:printing',
2502 # TODO(tonyg): Remove this dependency (crbug.com/280157).
2503 '../testing/perf/perf_test.gyp:*',
2501 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', 2504 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h',
2502 '../third_party/expat/expat.gyp:expat', 2505 '../third_party/expat/expat.gyp:expat',
2503 '../third_party/hunspell/hunspell.gyp:hunspell', 2506 '../third_party/hunspell/hunspell.gyp:hunspell',
2504 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 2507 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
2505 '../third_party/libusb/libusb.gyp:libusb', 2508 '../third_party/libusb/libusb.gyp:libusb',
2506 '../third_party/libyuv/libyuv.gyp:libyuv', 2509 '../third_party/libyuv/libyuv.gyp:libyuv',
2507 '../third_party/npapi/npapi.gyp:npapi', 2510 '../third_party/npapi/npapi.gyp:npapi',
2508 '../third_party/re2/re2.gyp:re2', 2511 '../third_party/re2/re2.gyp:re2',
2509 '../third_party/webrtc/modules/modules.gyp:desktop_capture', 2512 '../third_party/webrtc/modules/modules.gyp:desktop_capture',
2510 '../ui/gl/gl.gyp:gl', 2513 '../ui/gl/gl.gyp:gl',
(...skipping 983 matching lines...) Expand 10 before | Expand all | Expand 10 after
3494 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3497 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3495 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3498 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3496 }, 3499 },
3497 'includes': [ '../build/android/java_cpp_template.gypi' ], 3500 'includes': [ '../build/android/java_cpp_template.gypi' ],
3498 }, 3501 },
3499 ], 3502 ],
3500 }, 3503 },
3501 ], 3504 ],
3502 ], 3505 ],
3503 } 3506 }
OLDNEW
« no previous file with comments | « chrome/browser/page_cycler/page_cycler.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698