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

Side by Side Diff: chrome/chrome_exe.gypi

Issue 1722743002: Adds ability for chrome to behave as mojo_runner (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge to tip of tree Created 4 years, 10 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
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 'targets': [ 6 'targets': [
7 { 7 {
8 # GN version: //chrome 8 # GN version: //chrome
9 'target_name': 'chrome', 9 'target_name': 'chrome',
10 'type': 'none', 10 'type': 'none',
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after
195 'app/chrome_main_delegate.h', 195 'app/chrome_main_delegate.h',
196 ], 196 ],
197 'dependencies': [ 197 'dependencies': [
198 # On Linux, link the dependencies (libraries) that make up actual 198 # On Linux, link the dependencies (libraries) that make up actual
199 # Chromium functionality directly into the executable. 199 # Chromium functionality directly into the executable.
200 '<@(chromium_browser_dependencies)', 200 '<@(chromium_browser_dependencies)',
201 '<@(chromium_child_dependencies)', 201 '<@(chromium_child_dependencies)',
202 '../content/content.gyp:content_app_both', 202 '../content/content.gyp:content_app_both',
203 # Needed for chrome_main.cc initialization of libraries. 203 # Needed for chrome_main.cc initialization of libraries.
204 '../build/linux/system.gyp:pangocairo', 204 '../build/linux/system.gyp:pangocairo',
205 'chrome_features.gyp:chrome_common_features',
205 # Needed to use the master_preferences functions 206 # Needed to use the master_preferences functions
206 'installer_util', 207 'installer_util',
207 ], 208 ],
208 }], 209 }],
209 ['OS=="mac"', { 210 ['OS=="mac"', {
210 'conditions': [ 211 'conditions': [
211 ['mac_breakpad==1', { 212 ['mac_breakpad==1', {
212 'variables': { 213 'variables': {
213 # A real .dSYM is needed for dump_syms to operate on. 214 # A real .dSYM is needed for dump_syms to operate on.
214 'mac_real_dsym': 1, 215 'mac_real_dsym': 1,
(...skipping 396 matching lines...) Expand 10 before | Expand all | Expand 10 after
611 'dependencies': [ 612 'dependencies': [
612 'chrome_nacl_win64', 613 'chrome_nacl_win64',
613 ], 614 ],
614 }], 615 }],
615 ], 616 ],
616 }, 617 },
617 ], 618 ],
618 }], 619 }],
619 ], 620 ],
620 } 621 }
OLDNEW
« no previous file with comments | « chrome/chrome_dll.gypi ('k') | chrome/chrome_features.gyp » ('j') | chrome/common/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698