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

Side by Side Diff: chrome/chrome.gyp

Issue 113591: Fix Acid3 Test 48: LINKTEST, Chromium side.... (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/trunk/src/
Patch Set: Made waiting more bearable. Created 11 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
« no previous file with comments | « chrome/browser/visitedlink_unittest.cc ('k') | chrome/common/render_messages_internal.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 # Define the common dependencies that contain all the actual 8 # Define the common dependencies that contain all the actual
9 # Chromium functionality. This list gets pulled in below by 9 # Chromium functionality. This list gets pulled in below by
10 # the link of the actual chrome (or chromium) executable on 10 # the link of the actual chrome (or chromium) executable on
(...skipping 1704 matching lines...) Expand 10 before | Expand all | Expand 10 after
1715 'browser/views/toolbar_star_toggle.cc', 1715 'browser/views/toolbar_star_toggle.cc',
1716 'browser/views/toolbar_star_toggle.h', 1716 'browser/views/toolbar_star_toggle.h',
1717 'browser/views/toolbar_view.cc', 1717 'browser/views/toolbar_view.cc',
1718 'browser/views/toolbar_view.h', 1718 'browser/views/toolbar_view.h',
1719 'browser/views/uninstall_dialog.cc', 1719 'browser/views/uninstall_dialog.cc',
1720 'browser/views/uninstall_dialog.h', 1720 'browser/views/uninstall_dialog.h',
1721 'browser/views/user_data_dir_dialog.cc', 1721 'browser/views/user_data_dir_dialog.cc',
1722 'browser/views/user_data_dir_dialog.h', 1722 'browser/views/user_data_dir_dialog.h',
1723 'browser/visitedlink_master.cc', 1723 'browser/visitedlink_master.cc',
1724 'browser/visitedlink_master.h', 1724 'browser/visitedlink_master.h',
1725 'browser/visitedlink_event_listener.cc',
1726 'browser/visitedlink_event_listener.h',
1725 'browser/webdata/web_data_service.cc', 1727 'browser/webdata/web_data_service.cc',
1726 'browser/webdata/web_data_service.h', 1728 'browser/webdata/web_data_service.h',
1727 'browser/webdata/web_data_service_win.cc', 1729 'browser/webdata/web_data_service_win.cc',
1728 'browser/webdata/web_database.cc', 1730 'browser/webdata/web_database.cc',
1729 'browser/webdata/web_database.h', 1731 'browser/webdata/web_database.h',
1730 'browser/webdata/web_database_win.cc', 1732 'browser/webdata/web_database_win.cc',
1731 'browser/web_resource/web_resource_service.h', 1733 'browser/web_resource/web_resource_service.h',
1732 'browser/web_resource/web_resource_service.cc', 1734 'browser/web_resource/web_resource_service.cc',
1733 'browser/window_sizer.cc', 1735 'browser/window_sizer.cc',
1734 'browser/window_sizer.h', 1736 'browser/window_sizer.h',
(...skipping 3118 matching lines...) Expand 10 before | Expand all | Expand 10 after
4853 # Use outputs of this action as inputs for the main target build. 4855 # Use outputs of this action as inputs for the main target build.
4854 # Seems as a misnomer but makes this happy on Linux (scons). 4856 # Seems as a misnomer but makes this happy on Linux (scons).
4855 'process_outputs_as_sources': 1, 4857 'process_outputs_as_sources': 1,
4856 }, 4858 },
4857 ], # 'actions' 4859 ], # 'actions'
4858 }, 4860 },
4859 ] 4861 ]
4860 }], 4862 }],
4861 ], # 'conditions' 4863 ], # 'conditions'
4862 } 4864 }
OLDNEW
« no previous file with comments | « chrome/browser/visitedlink_unittest.cc ('k') | chrome/common/render_messages_internal.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698