OLD | NEW |
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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
55 'sources': [ | 55 'sources': [ |
56 'public/common/feature_h264_with_openh264_ffmpeg.cc', | 56 'public/common/feature_h264_with_openh264_ffmpeg.cc', |
57 'public/common/feature_h264_with_openh264_ffmpeg.h', | 57 'public/common/feature_h264_with_openh264_ffmpeg.h', |
58 ], | 58 ], |
59 }, | 59 }, |
60 { | 60 { |
61 # GN version: //content/public/app:browser_manifest | 61 # GN version: //content/public/app:browser_manifest |
62 'target_name': 'content_app_browser_manifest', | 62 'target_name': 'content_app_browser_manifest', |
63 'type': 'none', | 63 'type': 'none', |
64 'variables': { | 64 'variables': { |
65 'application_type': 'exe', | 65 'type': 'exe', |
66 'application_name': 'content_browser', | 66 'name': 'content_browser', |
67 'packaged_manifests': [ | 67 'packaged_manifests': [ |
68 '<(PRODUCT_DIR)/Mojo Applications/user/manifest.json', | 68 '<(PRODUCT_DIR)/Mojo Applications/user/manifest.json', |
69 ], | 69 ], |
70 'source_manifest': '<(DEPTH)/content/public/app/mojo/content_browser_man
ifest.json', | 70 'source_manifest': '<(DEPTH)/content/public/app/mojo/content_browser_man
ifest.json', |
71 }, | 71 }, |
72 'includes': [ | 72 'includes': [ |
73 '../mojo/public/mojo_application_manifest.gypi', | 73 '../services/shell/public/service_manifest.gypi', |
74 ], | 74 ], |
75 'dependencies': [ | 75 'dependencies': [ |
76 '../services/user/user.gyp:user_app_manifest', | 76 '../services/user/user.gyp:user_app_manifest', |
77 ], | 77 ], |
78 'hard_dependency': 1, | 78 'hard_dependency': 1, |
79 }, | 79 }, |
80 { | 80 { |
81 # GN version: //content/public/app:gpu_manifest | 81 # GN version: //content/public/app:gpu_manifest |
82 'target_name': 'content_app_gpu_manifest', | 82 'target_name': 'content_app_gpu_manifest', |
83 'type': 'none', | 83 'type': 'none', |
84 'variables': { | 84 'variables': { |
85 'application_type': 'exe', | 85 'type': 'exe', |
86 'application_name': 'content_gpu', | 86 'name': 'content_gpu', |
87 'source_manifest': '<(DEPTH)/content/public/app/mojo/content_gpu_manifes
t.json', | 87 'source_manifest': '<(DEPTH)/content/public/app/mojo/content_gpu_manifes
t.json', |
88 }, | 88 }, |
89 'includes': [ | 89 'includes': [ |
90 '../mojo/public/mojo_application_manifest.gypi', | 90 '../services/shell/public/service_manifest.gypi', |
91 ], | 91 ], |
92 'hard_dependency': 1, | 92 'hard_dependency': 1, |
93 }, | 93 }, |
94 { | 94 { |
95 # GN version: //content/public/app:renderer_manifest | 95 # GN version: //content/public/app:renderer_manifest |
96 'target_name': 'content_app_renderer_manifest', | 96 'target_name': 'content_app_renderer_manifest', |
97 'type': 'none', | 97 'type': 'none', |
98 'variables': { | 98 'variables': { |
99 'application_type': 'exe', | 99 'type': 'exe', |
100 'application_name': 'content_renderer', | 100 'name': 'content_renderer', |
101 'source_manifest': '<(DEPTH)/content/public/app/mojo/content_renderer_ma
nifest.json', | 101 'source_manifest': '<(DEPTH)/content/public/app/mojo/content_renderer_ma
nifest.json', |
102 }, | 102 }, |
103 'includes': [ | 103 'includes': [ |
104 '../mojo/public/mojo_application_manifest.gypi', | 104 '../services/shell/public/service_manifest.gypi', |
105 ], | 105 ], |
106 'hard_dependency': 1, | 106 'hard_dependency': 1, |
107 }, | 107 }, |
108 { | 108 { |
109 # GN version: //content/public/app:utility_manifest | 109 # GN version: //content/public/app:utility_manifest |
110 'target_name': 'content_app_utility_manifest', | 110 'target_name': 'content_app_utility_manifest', |
111 'type': 'none', | 111 'type': 'none', |
112 'variables': { | 112 'variables': { |
113 'application_type': 'exe', | 113 'type': 'exe', |
114 'application_name': 'content_utility', | 114 'name': 'content_utility', |
115 'source_manifest': '<(DEPTH)/content/public/app/mojo/content_utility_man
ifest.json', | 115 'source_manifest': '<(DEPTH)/content/public/app/mojo/content_utility_man
ifest.json', |
116 }, | 116 }, |
117 'includes': [ | 117 'includes': [ |
118 '../mojo/public/mojo_application_manifest.gypi', | 118 '../services/shell/public/service_manifest.gypi', |
119 ], | 119 ], |
120 'hard_dependency': 1, | 120 'hard_dependency': 1, |
121 }, | 121 }, |
122 ], | 122 ], |
123 'includes': [ | 123 'includes': [ |
124 '../build/win_precompile.gypi', | 124 '../build/win_precompile.gypi', |
125 'content_resources.gypi', | 125 'content_resources.gypi', |
126 ], | 126 ], |
127 'conditions': [ | 127 'conditions': [ |
128 ['OS == "win"', { | 128 ['OS == "win"', { |
(...skipping 599 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
728 }, | 728 }, |
729 'includes': [ | 729 'includes': [ |
730 '../build/android/copy_ex.gypi', | 730 '../build/android/copy_ex.gypi', |
731 '../build/android/v8_external_startup_data_arch_suffix.gypi', | 731 '../build/android/v8_external_startup_data_arch_suffix.gypi', |
732 ], | 732 ], |
733 }, | 733 }, |
734 ], | 734 ], |
735 }], # OS == "android" | 735 }], # OS == "android" |
736 ], | 736 ], |
737 } | 737 } |
OLD | NEW |