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

Side by Side Diff: chrome/chrome.gyp

Issue 119335: Linux: refactor zygote support (Closed)
Patch Set: ... Created 11 years, 6 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/zygote_main_linux.cc ('k') | chrome/common/chrome_descriptors.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 1575 matching lines...) Expand 10 before | Expand all | Expand 10 after
1586 'browser/webdata/web_database_win.cc', 1586 'browser/webdata/web_database_win.cc',
1587 'browser/window_sizer.cc', 1587 'browser/window_sizer.cc',
1588 'browser/window_sizer.h', 1588 'browser/window_sizer.h',
1589 'browser/window_sizer_mac.mm', 1589 'browser/window_sizer_mac.mm',
1590 'browser/window_sizer_linux.cc', 1590 'browser/window_sizer_linux.cc',
1591 'browser/window_sizer_win.cc', 1591 'browser/window_sizer_win.cc',
1592 'browser/worker_host/worker_process_host.cc', 1592 'browser/worker_host/worker_process_host.cc',
1593 'browser/worker_host/worker_process_host.h', 1593 'browser/worker_host/worker_process_host.h',
1594 'browser/worker_host/worker_service.cc', 1594 'browser/worker_host/worker_service.cc',
1595 'browser/worker_host/worker_service.h', 1595 'browser/worker_host/worker_service.h',
1596 'browser/zygote_host_linux.cc',
1597 'browser/zygote_main_linux.cc',
1596 'tools/build/win/precompiled_wtl.h', 1598 'tools/build/win/precompiled_wtl.h',
1597 'tools/build/win/precompiled_wtl.cc', 1599 'tools/build/win/precompiled_wtl.cc',
1598 1600
1599 # This file is generated by GRIT. 1601 # This file is generated by GRIT.
1600 '<(grit_out_dir)/grit/theme_resources_map.cc', 1602 '<(grit_out_dir)/grit/theme_resources_map.cc',
1601 ], 1603 ],
1602 'conditions': [ 1604 'conditions': [
1603 ['javascript_engine=="v8"', { 1605 ['javascript_engine=="v8"', {
1604 'defines': [ 1606 'defines': [
1605 'CHROME_V8', 1607 'CHROME_V8',
(...skipping 2857 matching lines...) Expand 10 before | Expand all | Expand 10 after
4463 # Use outputs of this action as inputs for the main target build. 4465 # Use outputs of this action as inputs for the main target build.
4464 # Seems as a misnomer but makes this happy on Linux (scons). 4466 # Seems as a misnomer but makes this happy on Linux (scons).
4465 'process_outputs_as_sources': 1, 4467 'process_outputs_as_sources': 1,
4466 }, 4468 },
4467 ], # 'actions' 4469 ], # 'actions'
4468 }, 4470 },
4469 ] 4471 ]
4470 }], 4472 }],
4471 ], # 'conditions' 4473 ], # 'conditions'
4472 } 4474 }
OLDNEW
« no previous file with comments | « chrome/browser/zygote_main_linux.cc ('k') | chrome/common/chrome_descriptors.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698