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

Side by Side Diff: chrome/chrome.gyp

Issue 155772: This CL implements the second TODO item of issue 12343:... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 11 years, 4 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/process_singleton_win.cc ('k') | no next file » | 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 3517 matching lines...) Expand 10 before | Expand all | Expand 10 after
3528 'browser/errorpage_uitest.cc', 3528 'browser/errorpage_uitest.cc',
3529 'browser/extensions/extension_uitest.cc', 3529 'browser/extensions/extension_uitest.cc',
3530 'browser/history/redirect_uitest.cc', 3530 'browser/history/redirect_uitest.cc',
3531 'browser/iframe_uitest.cc', 3531 'browser/iframe_uitest.cc',
3532 'browser/images_uitest.cc', 3532 'browser/images_uitest.cc',
3533 'browser/locale_tests_uitest.cc', 3533 'browser/locale_tests_uitest.cc',
3534 'browser/login_prompt_uitest.cc', 3534 'browser/login_prompt_uitest.cc',
3535 'browser/media_uitest.cc', 3535 'browser/media_uitest.cc',
3536 'browser/metrics/metrics_service_uitest.cc', 3536 'browser/metrics/metrics_service_uitest.cc',
3537 'browser/printing/printing_layout_uitest.cc', 3537 'browser/printing/printing_layout_uitest.cc',
3538 'browser/process_singleton_linux_uitest.cc',
3538 'browser/renderer_host/resource_dispatcher_host_uitest.cc', 3539 'browser/renderer_host/resource_dispatcher_host_uitest.cc',
3539 'browser/sanity_uitest.cc', 3540 'browser/sanity_uitest.cc',
3540 'browser/session_history_uitest.cc', 3541 'browser/session_history_uitest.cc',
3541 'browser/sessions/session_restore_uitest.cc', 3542 'browser/sessions/session_restore_uitest.cc',
3542 'browser/tab_contents/view_source_uitest.cc', 3543 'browser/tab_contents/view_source_uitest.cc',
3543 'browser/tab_restore_uitest.cc', 3544 'browser/tab_restore_uitest.cc',
3544 'browser/unload_uitest.cc', 3545 'browser/unload_uitest.cc',
3545 'browser/views/find_bar_win_uitest.cc', 3546 'browser/views/find_bar_win_uitest.cc',
3546 'common/logging_chrome_uitest.cc', 3547 'common/logging_chrome_uitest.cc',
3547 'common/pref_service_uitest.cc', 3548 'common/pref_service_uitest.cc',
(...skipping 1621 matching lines...) Expand 10 before | Expand all | Expand 10 after
5169 # Use outputs of this action as inputs for the main target build. 5170 # Use outputs of this action as inputs for the main target build.
5170 # Seems as a misnomer but makes this happy on Linux (scons). 5171 # Seems as a misnomer but makes this happy on Linux (scons).
5171 'process_outputs_as_sources': 1, 5172 'process_outputs_as_sources': 1,
5172 }, 5173 },
5173 ], # 'actions' 5174 ], # 'actions'
5174 }, 5175 },
5175 ] 5176 ]
5176 }], 5177 }],
5177 ], # 'conditions' 5178 ], # 'conditions'
5178 } 5179 }
OLDNEW
« no previous file with comments | « chrome/browser/process_singleton_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698