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

Side by Side Diff: chrome_frame/chrome_frame_launcher.gyp

Issue 108513011: Move chrome/app/policy into components/policy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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
« no previous file with comments | « chrome_frame/chrome_frame.gyp ('k') | components/components_tests.gyp » ('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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 8
9 # Keep the archive builder happy. 9 # Keep the archive builder happy.
10 'chrome_personalization%': 1, 10 'chrome_personalization%': 1,
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 ], 94 ],
95 'includes': [ 95 'includes': [
96 '../chrome/version_resource_rules.gypi', 96 '../chrome/version_resource_rules.gypi',
97 ], 97 ],
98 }, 98 },
99 { 99 {
100 'target_name': 'chrome_launcher', 100 'target_name': 'chrome_launcher',
101 'type': 'executable', 101 'type': 'executable',
102 'dependencies': [ 102 'dependencies': [
103 '../breakpad/breakpad.gyp:breakpad_handler', 103 '../breakpad/breakpad.gyp:breakpad_handler',
104 '../chrome/app/policy/cloud_policy_codegen.gyp:policy', 104 '../components/components.gyp:policy',
105 '../google_update/google_update.gyp:google_update', 105 '../google_update/google_update.gyp:google_update',
106 'chrome_frame.gyp:chrome_frame_utils', 106 'chrome_frame.gyp:chrome_frame_utils',
107 'chrome_frame_launcher_version_resources', 107 'chrome_frame_launcher_version_resources',
108 ], 108 ],
109 'sources': [ 109 'sources': [
110 '<(SHARED_INTERMEDIATE_DIR)/chrome_frame/chrome_launcher_exe_version.rc' , 110 '<(SHARED_INTERMEDIATE_DIR)/chrome_frame/chrome_launcher_exe_version.rc' ,
111 'chrome_launcher_main.cc', 111 'chrome_launcher_main.cc',
112 'chrome_launcher.cc', 112 'chrome_launcher.cc',
113 'chrome_launcher.h', 113 'chrome_launcher.h',
114 'update_launcher.cc', 114 'update_launcher.cc',
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 'msvs_settings': { 191 'msvs_settings': {
192 'VCLinkerTool': { 192 'VCLinkerTool': {
193 'AdditionalDependencies': [ 193 'AdditionalDependencies': [
194 'shlwapi.lib', 194 'shlwapi.lib',
195 ], 195 ],
196 }, 196 },
197 }, 197 },
198 }, 198 },
199 ], 199 ],
200 } 200 }
OLDNEW
« no previous file with comments | « chrome_frame/chrome_frame.gyp ('k') | components/components_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698