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

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: Rebased Created 7 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 | Annotate | Revision Log
« no previous file with comments | « android_webview/android_webview_tests.gypi ('k') | build/all.gyp » ('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, 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 602 matching lines...) Expand 10 before | Expand all | Expand 10 after
613 ], 613 ],
614 }, 614 },
615 { 615 {
616 'target_name': 'ash_unittests', 616 'target_name': 'ash_unittests',
617 'type': 'executable', 617 'type': 'executable',
618 'dependencies': [ 618 'dependencies': [
619 '../base/base.gyp:base', 619 '../base/base.gyp:base',
620 '../base/base.gyp:test_support_base', 620 '../base/base.gyp:test_support_base',
621 '../chrome/chrome_resources.gyp:packed_resources', 621 '../chrome/chrome_resources.gyp:packed_resources',
622 '../content/content.gyp:content_browser', 622 '../content/content.gyp:content_browser',
623 '../content/content.gyp:test_support_content', 623 '../content/content_shell_and_tests.gyp:test_support_content',
624 '../skia/skia.gyp:skia', 624 '../skia/skia.gyp:skia',
625 '../testing/gtest.gyp:gtest', 625 '../testing/gtest.gyp:gtest',
626 '../third_party/icu/icu.gyp:icui18n', 626 '../third_party/icu/icu.gyp:icui18n',
627 '../third_party/icu/icu.gyp:icuuc', 627 '../third_party/icu/icu.gyp:icuuc',
628 '../ui/app_list/app_list.gyp:app_list', 628 '../ui/app_list/app_list.gyp:app_list',
629 '../ui/aura/aura.gyp:aura', 629 '../ui/aura/aura.gyp:aura',
630 '../ui/aura/aura.gyp:aura_test_support', 630 '../ui/aura/aura.gyp:aura_test_support',
631 '../ui/compositor/compositor.gyp:compositor', 631 '../ui/compositor/compositor.gyp:compositor',
632 '../ui/keyboard/keyboard.gyp:keyboard', 632 '../ui/keyboard/keyboard.gyp:keyboard',
633 '../ui/message_center/message_center.gyp:message_center', 633 '../ui/message_center/message_center.gyp:message_center',
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
795 ], 795 ],
796 }, 796 },
797 { 797 {
798 'target_name': 'ash_shell', 798 'target_name': 'ash_shell',
799 'type': 'executable', 799 'type': 'executable',
800 'dependencies': [ 800 'dependencies': [
801 'ash_strings.gyp:ash_strings', 801 'ash_strings.gyp:ash_strings',
802 '../base/base.gyp:base', 802 '../base/base.gyp:base',
803 '../base/base.gyp:base_i18n', 803 '../base/base.gyp:base_i18n',
804 '../chrome/chrome_resources.gyp:packed_resources', 804 '../chrome/chrome_resources.gyp:packed_resources',
805 '../content/content.gyp:content_shell_lib',
806 '../content/content.gyp:content', 805 '../content/content.gyp:content',
806 '../content/content_shell_and_tests.gyp:content_shell_lib',
807 '../skia/skia.gyp:skia', 807 '../skia/skia.gyp:skia',
808 '../third_party/icu/icu.gyp:icui18n', 808 '../third_party/icu/icu.gyp:icui18n',
809 '../third_party/icu/icu.gyp:icuuc', 809 '../third_party/icu/icu.gyp:icuuc',
810 '../ui/app_list/app_list.gyp:app_list', 810 '../ui/app_list/app_list.gyp:app_list',
811 '../ui/aura/aura.gyp:aura', 811 '../ui/aura/aura.gyp:aura',
812 '../ui/compositor/compositor.gyp:compositor', 812 '../ui/compositor/compositor.gyp:compositor',
813 '../ui/keyboard/keyboard.gyp:keyboard', 813 '../ui/keyboard/keyboard.gyp:keyboard',
814 '../ui/message_center/message_center.gyp:message_center', 814 '../ui/message_center/message_center.gyp:message_center',
815 '../ui/ui.gyp:ui', 815 '../ui/ui.gyp:ui',
816 '../ui/ui.gyp:ui_resources', 816 '../ui/ui.gyp:ui_resources',
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
886 'shell/cocoa/app-Info.plist', 886 'shell/cocoa/app-Info.plist',
887 ], 887 ],
888 'xcode_settings': { 888 'xcode_settings': {
889 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 889 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
890 }, 890 },
891 }], 891 }],
892 ], 892 ],
893 }, 893 },
894 ], 894 ],
895 } 895 }
OLDNEW
« no previous file with comments | « android_webview/android_webview_tests.gypi ('k') | build/all.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698