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

Side by Side Diff: content/content.gyp

Issue 2172673002: Move Service packages from Mojo Applications -> Packages dir (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 5 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 | mash/example/window_type_launcher/BUILD.gn » ('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 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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 }
OLDNEW
« no previous file with comments | « no previous file | mash/example/window_type_launcher/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698