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 'directxsdk_exists': '<!pymod_do_main(dir_exists ../third_party/directxsdk)'
, | 9 'directxsdk_exists': '<!pymod_do_main(dir_exists ../third_party/directxsdk)'
, |
10 }, | 10 }, |
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
51 'type': 'static_library', | 51 'type': 'static_library', |
52 'include_dirs': [ '<@(DEPTH)' ], | 52 'include_dirs': [ '<@(DEPTH)' ], |
53 'dependencies': [ | 53 'dependencies': [ |
54 'common_features', | 54 'common_features', |
55 ], | 55 ], |
56 'sources': [ | 56 'sources': [ |
57 'public/common/feature_h264_with_openh264_ffmpeg.cc', | 57 'public/common/feature_h264_with_openh264_ffmpeg.cc', |
58 'public/common/feature_h264_with_openh264_ffmpeg.h', | 58 'public/common/feature_h264_with_openh264_ffmpeg.h', |
59 ], | 59 ], |
60 }, | 60 }, |
61 { | |
62 # GN version: //content/browser:chrome_manifest | |
63 'target_name': 'chrome_manifest', | |
64 'type': 'none', | |
65 'variables': { | |
66 'application_type': 'exe', | |
67 'application_name': 'chrome', | |
68 'source_manifest': '<(DEPTH)/content/browser/mojo/chrome_manifest.json', | |
69 }, | |
70 'includes': [ | |
71 '../mojo/public/mojo_application_manifest.gypi', | |
72 ], | |
73 }, | |
74 { | |
75 # GN version: //content/browser:chrome_renderer_manifest | |
76 'target_name': 'chrome_renderer_manifest', | |
77 'type': 'none', | |
78 'variables': { | |
79 'application_type': 'exe', | |
80 'application_name': 'chrome_renderer', | |
81 'source_manifest': | |
82 '<(DEPTH)/content/browser/mojo/chrome_renderer_manifest.json', | |
83 }, | |
84 'includes': [ | |
85 '../mojo/public/mojo_application_manifest.gypi', | |
86 ], | |
87 }, | |
88 ], | 61 ], |
89 'includes': [ | 62 'includes': [ |
90 '../build/win_precompile.gypi', | 63 '../build/win_precompile.gypi', |
91 'content_resources.gypi', | 64 'content_resources.gypi', |
92 ], | 65 ], |
93 'conditions': [ | 66 'conditions': [ |
94 ['OS == "win"', { | 67 ['OS == "win"', { |
95 'targets': [ | 68 'targets': [ |
96 { | 69 { |
97 # GN: //content:sandbox_helper_win | 70 # GN: //content:sandbox_helper_win |
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
203 'target_name': 'content_browser', | 176 'target_name': 'content_browser', |
204 'type': 'static_library', | 177 'type': 'static_library', |
205 'variables': { 'enable_wexit_time_destructors': 1, }, | 178 'variables': { 'enable_wexit_time_destructors': 1, }, |
206 'includes': [ | 179 'includes': [ |
207 'content_browser.gypi', | 180 'content_browser.gypi', |
208 # Disable LTO due to ELF section name out of range | 181 # Disable LTO due to ELF section name out of range |
209 # crbug.com/422251 | 182 # crbug.com/422251 |
210 '../build/android/disable_gcc_lto.gypi', | 183 '../build/android/disable_gcc_lto.gypi', |
211 ], | 184 ], |
212 'dependencies': [ | 185 'dependencies': [ |
213 'chrome_manifest', | |
214 'chrome_renderer_manifest', | |
215 'content_common', | 186 'content_common', |
216 'content_gpu', | 187 'content_gpu', |
217 'content_resources', | 188 'content_resources', |
218 ], | 189 ], |
219 'export_dependent_settings': [ | 190 'export_dependent_settings': [ |
220 'content_common', | 191 'content_common', |
221 ], | 192 ], |
222 'conditions': [ | 193 'conditions': [ |
223 ['java_bridge==1', { | 194 ['java_bridge==1', { |
224 'dependencies': [ | 195 'dependencies': [ |
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
404 'target_name': 'content_browser', | 375 'target_name': 'content_browser', |
405 'type': 'none', | 376 'type': 'none', |
406 'dependencies': ['content'], | 377 'dependencies': ['content'], |
407 'export_dependent_settings': ['content'], | 378 'export_dependent_settings': ['content'], |
408 }, | 379 }, |
409 { | 380 { |
410 # GN version: //content/common and //content/public/common | 381 # GN version: //content/common and //content/public/common |
411 'target_name': 'content_common', | 382 'target_name': 'content_common', |
412 'type': 'none', | 383 'type': 'none', |
413 'dependencies': [ | 384 'dependencies': [ |
414 'chrome_manifest', | |
415 'chrome_renderer_manifest', | |
416 'content', | 385 'content', |
417 'content_resources' | 386 'content_resources' |
418 ], | 387 ], |
419 # Disable c4267 warnings until we fix size_t to int truncations. | 388 # Disable c4267 warnings until we fix size_t to int truncations. |
420 'msvs_disabled_warnings': [ 4267, ], | 389 'msvs_disabled_warnings': [ 4267, ], |
421 'export_dependent_settings': ['content'], | 390 'export_dependent_settings': ['content'], |
422 }, | 391 }, |
423 { | 392 { |
424 # GN Version: //content/child | 393 # GN Version: //content/child |
425 'target_name': 'content_child', | 394 'target_name': 'content_child', |
(...skipping 277 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
703 }, | 672 }, |
704 'includes': [ | 673 'includes': [ |
705 '../build/android/copy_ex.gypi', | 674 '../build/android/copy_ex.gypi', |
706 '../build/android/v8_external_startup_data_arch_suffix.gypi', | 675 '../build/android/v8_external_startup_data_arch_suffix.gypi', |
707 ], | 676 ], |
708 }, | 677 }, |
709 ], | 678 ], |
710 }], # OS == "android" | 679 }], # OS == "android" |
711 ], | 680 ], |
712 } | 681 } |
OLD | NEW |