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

Side by Side Diff: chrome/chrome.gyp

Issue 11829055: Create top level apps component and move some apps code there. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Nits Created 7 years, 11 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/startup/startup_browser_creator_impl.cc ('k') | chrome/chrome_browser.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 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
148 'includes': [ 148 'includes': [
149 'app/policy/policy_templates.gypi', 149 'app/policy/policy_templates.gypi',
150 'chrome_browser_extensions.gypi', 150 'chrome_browser_extensions.gypi',
151 'chrome_dll.gypi', 151 'chrome_dll.gypi',
152 'chrome_exe.gypi', 152 'chrome_exe.gypi',
153 'chrome_installer.gypi', 153 'chrome_installer.gypi',
154 'chrome_installer_util.gypi', 154 'chrome_installer_util.gypi',
155 'chrome_renderer.gypi', 155 'chrome_renderer.gypi',
156 'chrome_tests.gypi', 156 'chrome_tests.gypi',
157 'nacl.gypi', 157 'nacl.gypi',
158 '../apps/apps.gypi',
158 ], 159 ],
159 'targets': [ 160 'targets': [
160 { 161 {
161 'target_name': 'default_extensions', 162 'target_name': 'default_extensions',
162 'type': 'none', 163 'type': 'none',
163 'conditions': [ 164 'conditions': [
164 ['OS=="win"', { 165 ['OS=="win"', {
165 'copies': [ 166 'copies': [
166 { 167 {
167 'destination': '<(PRODUCT_DIR)/extensions', 168 'destination': '<(PRODUCT_DIR)/extensions',
(...skipping 920 matching lines...) Expand 10 before | Expand all | Expand 10 after
1088 '../build/java.gypi', 1089 '../build/java.gypi',
1089 ], 1090 ],
1090 }, 1091 },
1091 ], # 'targets' 1092 ], # 'targets'
1092 'includes': [ 1093 'includes': [
1093 'chrome_android.gypi', 1094 'chrome_android.gypi',
1094 ]}, # 'includes' 1095 ]}, # 'includes'
1095 ], # OS=="android" 1096 ], # OS=="android"
1096 ], # 'conditions' 1097 ], # 'conditions'
1097 } 1098 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/startup/startup_browser_creator_impl.cc ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698