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

Side by Side Diff: ash/ash.gyp

Issue 17366006: Factor out content shell and tests into a standalone gyp (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | build/all.gyp » ('j') | content/content_shell.gyp » ('J')
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, 7 'chromium_code': 1,
8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', 8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome',
9 }, 9 },
10 'includes': [ 10 'includes': [
(...skipping 775 matching lines...) Expand 10 before | Expand all | Expand 10 after
786 ], 786 ],
787 }, 787 },
788 { 788 {
789 'target_name': 'ash_shell', 789 'target_name': 'ash_shell',
790 'type': 'executable', 790 'type': 'executable',
791 'dependencies': [ 791 'dependencies': [
792 'ash_strings.gyp:ash_strings', 792 'ash_strings.gyp:ash_strings',
793 '../base/base.gyp:base', 793 '../base/base.gyp:base',
794 '../base/base.gyp:base_i18n', 794 '../base/base.gyp:base_i18n',
795 '../chrome/chrome_resources.gyp:packed_resources', 795 '../chrome/chrome_resources.gyp:packed_resources',
796 '../content/content.gyp:content_shell_lib',
797 '../content/content.gyp:content', 796 '../content/content.gyp:content',
797 '../content/content_shell.gyp:content_shell_lib',
798 '../skia/skia.gyp:skia', 798 '../skia/skia.gyp:skia',
799 '../third_party/icu/icu.gyp:icui18n', 799 '../third_party/icu/icu.gyp:icui18n',
800 '../third_party/icu/icu.gyp:icuuc', 800 '../third_party/icu/icu.gyp:icuuc',
801 '../ui/app_list/app_list.gyp:app_list', 801 '../ui/app_list/app_list.gyp:app_list',
802 '../ui/aura/aura.gyp:aura', 802 '../ui/aura/aura.gyp:aura',
803 '../ui/compositor/compositor.gyp:compositor', 803 '../ui/compositor/compositor.gyp:compositor',
804 '../ui/keyboard/keyboard.gyp:keyboard', 804 '../ui/keyboard/keyboard.gyp:keyboard',
805 '../ui/message_center/message_center.gyp:message_center', 805 '../ui/message_center/message_center.gyp:message_center',
806 '../ui/ui.gyp:ui', 806 '../ui/ui.gyp:ui',
807 '../ui/ui.gyp:ui_resources', 807 '../ui/ui.gyp:ui_resources',
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
877 'shell/cocoa/app-Info.plist', 877 'shell/cocoa/app-Info.plist',
878 ], 878 ],
879 'xcode_settings': { 879 'xcode_settings': {
880 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 880 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
881 }, 881 },
882 }], 882 }],
883 ], 883 ],
884 }, 884 },
885 ], 885 ],
886 } 886 }
OLDNEW
« no previous file with comments | « no previous file | build/all.gyp » ('j') | content/content_shell.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698