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

Side by Side Diff: chrome/chrome.gyp

Issue 108513011: Move chrome/app/policy into components/policy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: no .xtb moves (REVIEW HERE) Created 7 years 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
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 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 'chrome_browser.gypi', 94 'chrome_browser.gypi',
95 'chrome_browser_ui.gypi', 95 'chrome_browser_ui.gypi',
96 'chrome_common.gypi', 96 'chrome_common.gypi',
97 'chrome_installer_util.gypi', 97 'chrome_installer_util.gypi',
98 'version.gypi', 98 'version.gypi',
99 '../components/nacl/nacl_defines.gypi', 99 '../components/nacl/nacl_defines.gypi',
100 ], 100 ],
101 'conditions': [ 101 'conditions': [
102 ['OS!="ios"', { 102 ['OS!="ios"', {
103 'includes': [ 103 'includes': [
104 'app/policy/policy_templates.gypi',
105 'chrome_browser_extensions.gypi', 104 'chrome_browser_extensions.gypi',
106 'chrome_dll.gypi', 105 'chrome_dll.gypi',
107 'chrome_exe.gypi', 106 'chrome_exe.gypi',
108 'chrome_installer.gypi', 107 'chrome_installer.gypi',
109 'chrome_renderer.gypi', 108 'chrome_renderer.gypi',
110 'chrome_tests.gypi', 109 'chrome_tests.gypi',
111 'chrome_tests_unit.gypi', 110 'chrome_tests_unit.gypi',
112 '../apps/apps.gypi', 111 '../apps/apps.gypi',
113 ], 112 ],
114 'targets': [ 113 'targets': [
(...skipping 997 matching lines...) Expand 10 before | Expand all | Expand 10 after
1112 'sources': [ 1111 'sources': [
1113 'service/cloud_print/print_system_dummy.cc', 1112 'service/cloud_print/print_system_dummy.cc',
1114 ], 1113 ],
1115 }], 1114 }],
1116 ], 1115 ],
1117 }, 1116 },
1118 ], 1117 ],
1119 }], 1118 }],
1120 ], # 'conditions' 1119 ], # 'conditions'
1121 } 1120 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698