| 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 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 71 }, | 71 }, |
| 72 'includes': [ | 72 'includes': [ |
| 73 '../mojo/public/mojo_application_manifest.gypi', | 73 '../mojo/public/mojo_application_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 |
| 82 'target_name': 'content_app_gpu_manifest', |
| 83 'type': 'none', |
| 84 'variables': { |
| 85 'application_type': 'exe', |
| 86 'application_name': 'content_gpu', |
| 87 'source_manifest': '<(DEPTH)/content/public/app/mojo/content_gpu_manifes
t.json', |
| 88 }, |
| 89 'includes': [ |
| 90 '../mojo/public/mojo_application_manifest.gypi', |
| 91 ], |
| 92 'hard_dependency': 1, |
| 93 }, |
| 94 { |
| 81 # GN version: //content/public/app:renderer_manifest | 95 # GN version: //content/public/app:renderer_manifest |
| 82 'target_name': 'content_app_renderer_manifest', | 96 'target_name': 'content_app_renderer_manifest', |
| 83 'type': 'none', | 97 'type': 'none', |
| 84 'variables': { | 98 'variables': { |
| 85 'application_type': 'exe', | 99 'application_type': 'exe', |
| 86 'application_name': 'content_renderer', | 100 'application_name': 'content_renderer', |
| 87 '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', |
| 88 }, | 102 }, |
| 89 'includes': [ | 103 'includes': [ |
| 90 '../mojo/public/mojo_application_manifest.gypi', | 104 '../mojo/public/mojo_application_manifest.gypi', |
| 91 ], | 105 ], |
| 92 'hard_dependency': 1, | 106 'hard_dependency': 1, |
| 93 }, | 107 }, |
| 94 { | 108 { |
| 95 # GN version: //content/public/app:gpu_manifest | 109 # GN version: //content/public/app:utility_manifest |
| 96 'target_name': 'content_app_gpu_manifest', | 110 'target_name': 'content_app_utility_manifest', |
| 97 'type': 'none', | 111 'type': 'none', |
| 98 'variables': { | 112 'variables': { |
| 99 'application_type': 'exe', | 113 'application_type': 'exe', |
| 100 'application_name': 'content_gpu', | 114 'application_name': 'content_utility', |
| 101 'source_manifest': '<(DEPTH)/content/public/app/mojo/content_gpu_manifes
t.json', | 115 'source_manifest': '<(DEPTH)/content/public/app/mojo/content_utility_man
ifest.json', |
| 102 }, | 116 }, |
| 103 'includes': [ | 117 'includes': [ |
| 104 '../mojo/public/mojo_application_manifest.gypi', | 118 '../mojo/public/mojo_application_manifest.gypi', |
| 105 ], | 119 ], |
| 106 'hard_dependency': 1, | 120 'hard_dependency': 1, |
| 107 }, | 121 }, |
| 108 ], | 122 ], |
| 109 'includes': [ | 123 'includes': [ |
| 110 '../build/win_precompile.gypi', | 124 '../build/win_precompile.gypi', |
| 111 'content_resources.gypi', | 125 'content_resources.gypi', |
| (...skipping 602 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 714 }, | 728 }, |
| 715 'includes': [ | 729 'includes': [ |
| 716 '../build/android/copy_ex.gypi', | 730 '../build/android/copy_ex.gypi', |
| 717 '../build/android/v8_external_startup_data_arch_suffix.gypi', | 731 '../build/android/v8_external_startup_data_arch_suffix.gypi', |
| 718 ], | 732 ], |
| 719 }, | 733 }, |
| 720 ], | 734 ], |
| 721 }], # OS == "android" | 735 }], # OS == "android" |
| 722 ], | 736 ], |
| 723 } | 737 } |
| OLD | NEW |