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

Side by Side Diff: chrome/chrome.gyp

Issue 42527: - Added support for keeping track of load times.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 8 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/renderer_host/render_view_host.cc ('k') | chrome/common/render_messages.h » ('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) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 '../build/common.gypi', 10 '../build/common.gypi',
(...skipping 1374 matching lines...) Expand 10 before | Expand all | Expand 10 after
1385 # Better is to remove the dep of *_tests on renderer, but in the 1385 # Better is to remove the dep of *_tests on renderer, but in the
1386 # short term I'd like the build to work. 1386 # short term I'd like the build to work.
1387 'app/breakpad_win.cc', 1387 'app/breakpad_win.cc',
1388 'app/breakpad_win.h', 1388 'app/breakpad_win.h',
1389 'app/breakpad_mac.mm', 1389 'app/breakpad_mac.mm',
1390 'app/breakpad_mac.h', 1390 'app/breakpad_mac.h',
1391 'renderer/automation/dom_automation_controller.cc', 1391 'renderer/automation/dom_automation_controller.cc',
1392 'renderer/automation/dom_automation_controller.h', 1392 'renderer/automation/dom_automation_controller.h',
1393 'renderer/extensions/extension_process_bindings.cc', 1393 'renderer/extensions/extension_process_bindings.cc',
1394 'renderer/extensions/extension_process_bindings.h', 1394 'renderer/extensions/extension_process_bindings.h',
1395 'renderer/extensions/loadtimes_extension_bindings.h',
1396 'renderer/extensions/loadtimes_extension_bindings.cc',
1395 'renderer/extensions/renderer_extension_bindings.cc', 1397 'renderer/extensions/renderer_extension_bindings.cc',
1396 'renderer/extensions/renderer_extension_bindings.h', 1398 'renderer/extensions/renderer_extension_bindings.h',
1397 'renderer/media/audio_renderer_impl.cc', 1399 'renderer/media/audio_renderer_impl.cc',
1398 'renderer/media/audio_renderer_impl.h', 1400 'renderer/media/audio_renderer_impl.h',
1399 'renderer/media/data_source_impl.cc', 1401 'renderer/media/data_source_impl.cc',
1400 'renderer/media/data_source_impl.h', 1402 'renderer/media/data_source_impl.h',
1401 'renderer/media/video_renderer_impl.cc', 1403 'renderer/media/video_renderer_impl.cc',
1402 'renderer/media/video_renderer_impl.h', 1404 'renderer/media/video_renderer_impl.h',
1403 'renderer/net/render_dns_master.cc', 1405 'renderer/net/render_dns_master.cc',
1404 'renderer/net/render_dns_master.h', 1406 'renderer/net/render_dns_master.h',
(...skipping 1422 matching lines...) Expand 10 before | Expand all | Expand 10 after
2827 '../tools/code_coverage/coverage_posix.py', 2829 '../tools/code_coverage/coverage_posix.py',
2828 '--directory', 2830 '--directory',
2829 '<(PRODUCT_DIR)' ], 2831 '<(PRODUCT_DIR)' ],
2830 }, 2832 },
2831 ], # 'actions' 2833 ], # 'actions'
2832 }, 2834 },
2833 ] 2835 ]
2834 }], 2836 }],
2835 ], # 'conditions' 2837 ], # 'conditions'
2836 } 2838 }
OLDNEW
« no previous file with comments | « chrome/browser/renderer_host/render_view_host.cc ('k') | chrome/common/render_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698