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

Side by Side Diff: content/content.gyp

Issue 1951673002: Add GYP support for packaged manifests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 | « no previous file | mojo/public/mojo_application_manifest.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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 'application_type': 'exe',
66 'application_name': 'content_browser', 66 'application_name': 'content_browser',
67 'packaged_manifests': [
68 '<(PRODUCT_DIR)/Mojo Applications/user/manifest.json',
69 ],
67 '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',
68 }, 71 },
69 'includes': [ 72 'includes': [
70 '../mojo/public/mojo_application_manifest.gypi', 73 '../mojo/public/mojo_application_manifest.gypi',
71 ], 74 ],
75 'dependencies': [
76 '../services/user/user.gyp:user_app_manifest',
77 ],
72 'hard_dependency': 1, 78 'hard_dependency': 1,
73 }, 79 },
74 { 80 {
75 # GN version: //content/public/app:renderer_manifest 81 # GN version: //content/public/app:renderer_manifest
76 'target_name': 'content_app_renderer_manifest', 82 'target_name': 'content_app_renderer_manifest',
77 'type': 'none', 83 'type': 'none',
78 'variables': { 84 'variables': {
79 'application_type': 'exe', 85 'application_type': 'exe',
80 'application_name': 'content_renderer', 86 'application_name': 'content_renderer',
81 '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',
(...skipping 607 matching lines...) Expand 10 before | Expand all | Expand 10 after
689 }, 695 },
690 'includes': [ 696 'includes': [
691 '../build/android/copy_ex.gypi', 697 '../build/android/copy_ex.gypi',
692 '../build/android/v8_external_startup_data_arch_suffix.gypi', 698 '../build/android/v8_external_startup_data_arch_suffix.gypi',
693 ], 699 ],
694 }, 700 },
695 ], 701 ],
696 }], # OS == "android" 702 }], # OS == "android"
697 ], 703 ],
698 } 704 }
OLDNEW
« no previous file with comments | « no previous file | mojo/public/mojo_application_manifest.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698