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

Side by Side Diff: chrome/chrome.gyp

Issue 23539002: Delete app_host from apps/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed TODO 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/ui/views/apps/native_app_window_views.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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 7
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 860 matching lines...) Expand 10 before | Expand all | Expand 10 after
871 'variables': { 871 'variables': {
872 'output_dir': 'chrome_version', 872 'output_dir': 'chrome_version',
873 'template_input_path': 'app/chrome_version.rc.version', 873 'template_input_path': 'app/chrome_version.rc.version',
874 }, 874 },
875 'direct_dependent_settings': { 875 'direct_dependent_settings': {
876 'include_dirs': [ 876 'include_dirs': [
877 '<(SHARED_INTERMEDIATE_DIR)/<(output_dir)', 877 '<(SHARED_INTERMEDIATE_DIR)/<(output_dir)',
878 ], 878 ],
879 }, 879 },
880 'sources': [ 880 'sources': [
881 'app/app_host_exe.ver',
882 'app/chrome_exe.ver', 881 'app/chrome_exe.ver',
883 'app/chrome_dll.ver', 882 'app/chrome_dll.ver',
884 'app/nacl64_exe.ver', 883 'app/nacl64_exe.ver',
885 'app/other.ver', 884 'app/other.ver',
886 ], 885 ],
887 'includes': [ 886 'includes': [
888 'version_resource_rules.gypi', 887 'version_resource_rules.gypi',
889 ], 888 ],
890 }, 889 },
891 { 890 {
(...skipping 307 matching lines...) Expand 10 before | Expand all | Expand 10 after
1199 'sources': [ 1198 'sources': [
1200 'service/cloud_print/print_system_cups.cc', 1199 'service/cloud_print/print_system_cups.cc',
1201 ], 1200 ],
1202 }], 1201 }],
1203 ], 1202 ],
1204 }, 1203 },
1205 ], 1204 ],
1206 }], 1205 }],
1207 ], # 'conditions' 1206 ], # 'conditions'
1208 } 1207 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/apps/native_app_window_views.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698