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

Side by Side Diff: ash/ash.gyp

Issue 47323002: ui: Have shell_dialogs into its own gyp file under its shell_dialogs/ directory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ui_unittests.gyp Created 7 years, 1 month 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
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 689 matching lines...) Expand 10 before | Expand all | Expand 10 after
700 '../ui/aura/aura.gyp:aura', 700 '../ui/aura/aura.gyp:aura',
701 '../ui/aura/aura.gyp:aura_test_support', 701 '../ui/aura/aura.gyp:aura_test_support',
702 '../ui/compositor/compositor.gyp:compositor', 702 '../ui/compositor/compositor.gyp:compositor',
703 '../ui/events/events.gyp:events', 703 '../ui/events/events.gyp:events',
704 '../ui/gfx/gfx.gyp:gfx', 704 '../ui/gfx/gfx.gyp:gfx',
705 '../ui/keyboard/keyboard.gyp:keyboard', 705 '../ui/keyboard/keyboard.gyp:keyboard',
706 '../ui/message_center/message_center.gyp:message_center', 706 '../ui/message_center/message_center.gyp:message_center',
707 '../ui/message_center/message_center.gyp:message_center_test_support', 707 '../ui/message_center/message_center.gyp:message_center_test_support',
708 '../ui/ui.gyp:ui', 708 '../ui/ui.gyp:ui',
709 '../ui/ui.gyp:ui_resources', 709 '../ui/ui.gyp:ui_resources',
710 '../ui/ui.gyp:ui_test_support', 710 '../ui/ui_unittests.gyp:ui_test_support',
711 '../ui/views/views.gyp:views', 711 '../ui/views/views.gyp:views',
712 '../ui/views/views.gyp:views_examples_with_content_lib', 712 '../ui/views/views.gyp:views_examples_with_content_lib',
713 '../ui/views/views.gyp:views_test_support', 713 '../ui/views/views.gyp:views_test_support',
714 '../ui/views/views.gyp:views_with_content_test_support', 714 '../ui/views/views.gyp:views_with_content_test_support',
715 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs_test_support', 715 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs_test_support',
716 '../url/url.gyp:url_lib', 716 '../url/url.gyp:url_lib',
717 'ash_strings.gyp:ash_strings', 717 'ash_strings.gyp:ash_strings',
718 'ash', 718 'ash',
719 'ash_resources', 719 'ash_resources',
720 'ash_test_support', 720 'ash_test_support',
(...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after
955 }, 955 },
956 }, 956 },
957 'dependencies': [ 957 'dependencies': [
958 '../sandbox/sandbox.gyp:sandbox', 958 '../sandbox/sandbox.gyp:sandbox',
959 ], 959 ],
960 }], 960 }],
961 ], 961 ],
962 }, 962 },
963 ], 963 ],
964 } 964 }
OLDNEW
« no previous file with comments | « android_webview/android_webview.gyp ('k') | build/all.gyp » ('j') | build/all.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698