| 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 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 'type': 'exe', | 65 'type': 'exe', |
| 66 'name': 'content_browser', | 66 'name': 'content_browser', |
| 67 'packaged_manifests': [ | 67 'packaged_manifests': [ |
| 68 '<(PRODUCT_DIR)/Mojo Applications/user/manifest.json', | 68 '<(PRODUCT_DIR)/Packages/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 '../services/shell/public/service_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, |
| (...skipping 649 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 |