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

Side by Side Diff: content/content.gyp

Issue 2096643002: Eliminate MojoApplicationHost (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mah3
Patch Set: . Created 4 years, 5 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
« no previous file with comments | « content/common/mojo/mojo_shell_connection_impl.cc ('k') | content/content_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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, # Use higher warning level. 7 'chromium_code': 1, # Use higher warning level.
8 'chromium_enable_vtune_jit_for_v8%': 0, # enable the vtune support for V8 e ngine. 8 'chromium_enable_vtune_jit_for_v8%': 0, # enable the vtune support for V8 e ngine.
9 }, 9 },
10 'target_defaults': { 10 'target_defaults': {
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 'variables': { 84 'variables': {
85 'application_type': 'exe', 85 'application_type': 'exe',
86 'application_name': 'content_renderer', 86 'application_name': 'content_renderer',
87 'source_manifest': '<(DEPTH)/content/public/app/mojo/content_renderer_ma nifest.json', 87 'source_manifest': '<(DEPTH)/content/public/app/mojo/content_renderer_ma nifest.json',
88 }, 88 },
89 'includes': [ 89 'includes': [
90 '../mojo/public/mojo_application_manifest.gypi', 90 '../mojo/public/mojo_application_manifest.gypi',
91 ], 91 ],
92 'hard_dependency': 1, 92 'hard_dependency': 1,
93 }, 93 },
94 {
95 # GN version: //content/public/app:gpu_manifest
96 'target_name': 'content_app_gpu_manifest',
97 'type': 'none',
98 'variables': {
99 'application_type': 'exe',
100 'application_name': 'content_gpu',
101 'source_manifest': '<(DEPTH)/content/public/app/mojo/content_gpu_manifes t.json',
102 },
103 'includes': [
104 '../mojo/public/mojo_application_manifest.gypi',
105 ],
106 'hard_dependency': 1,
107 },
108 {
109 # GN version: //content/public/app:utility_manifest
110 'target_name': 'content_app_utility_manifest',
111 'type': 'none',
112 'variables': {
113 'application_type': 'exe',
114 'application_name': 'content_utility',
115 'source_manifest': '<(DEPTH)/content/public/app/mojo/content_utility_man ifest.json',
116 },
117 'includes': [
118 '../mojo/public/mojo_application_manifest.gypi',
119 ],
120 'hard_dependency': 1,
121 },
94 ], 122 ],
95 'includes': [ 123 'includes': [
96 '../build/win_precompile.gypi', 124 '../build/win_precompile.gypi',
97 'content_resources.gypi', 125 'content_resources.gypi',
98 ], 126 ],
99 'conditions': [ 127 'conditions': [
100 ['OS == "win"', { 128 ['OS == "win"', {
101 'targets': [ 129 'targets': [
102 { 130 {
103 # GN: //content:sandbox_helper_win 131 # GN: //content:sandbox_helper_win
(...skipping 596 matching lines...) Expand 10 before | Expand all | Expand 10 after
700 }, 728 },
701 'includes': [ 729 'includes': [
702 '../build/android/copy_ex.gypi', 730 '../build/android/copy_ex.gypi',
703 '../build/android/v8_external_startup_data_arch_suffix.gypi', 731 '../build/android/v8_external_startup_data_arch_suffix.gypi',
704 ], 732 ],
705 }, 733 },
706 ], 734 ],
707 }], # OS == "android" 735 }], # OS == "android"
708 ], 736 ],
709 } 737 }
OLDNEW
« no previous file with comments | « content/common/mojo/mojo_shell_connection_impl.cc ('k') | content/content_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698