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

Side by Side Diff: ash/ash.gyp

Issue 209383003: Move wm/public into wm target (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 9 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 | chrome/browser/ui/views/accessibility/accessibility_event_router_views_unittest.cc » ('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 21 matching lines...) Expand all
32 '../ui/compositor/compositor.gyp:compositor', 32 '../ui/compositor/compositor.gyp:compositor',
33 '../ui/events/events.gyp:events', 33 '../ui/events/events.gyp:events',
34 '../ui/gfx/gfx.gyp:gfx', 34 '../ui/gfx/gfx.gyp:gfx',
35 '../ui/gfx/gfx.gyp:gfx_geometry', 35 '../ui/gfx/gfx.gyp:gfx_geometry',
36 '../ui/keyboard/keyboard.gyp:keyboard', 36 '../ui/keyboard/keyboard.gyp:keyboard',
37 '../ui/message_center/message_center.gyp:message_center', 37 '../ui/message_center/message_center.gyp:message_center',
38 '../ui/resources/ui_resources.gyp:ui_resources', 38 '../ui/resources/ui_resources.gyp:ui_resources',
39 '../ui/views/controls/webview/webview.gyp:webview', 39 '../ui/views/controls/webview/webview.gyp:webview',
40 '../ui/views/views.gyp:views', 40 '../ui/views/views.gyp:views',
41 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', 41 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs',
42 '../ui/wm/wm.gyp:wm_core', 42 '../ui/wm/wm.gyp:wm',
43 '../url/url.gyp:url_lib', 43 '../url/url.gyp:url_lib',
44 'ash_strings.gyp:ash_strings', 44 'ash_strings.gyp:ash_strings',
45 'ash_resources', 45 'ash_resources',
46 ], 46 ],
47 'defines': [ 47 'defines': [
48 'ASH_IMPLEMENTATION', 48 'ASH_IMPLEMENTATION',
49 ], 49 ],
50 'sources': [ 50 'sources': [
51 # All .cc, .h under ash, except unittests 51 # All .cc, .h under ash, except unittests
52 'accelerators/accelerator_commands.cc', 52 'accelerators/accelerator_commands.cc',
(...skipping 792 matching lines...) Expand 10 before | Expand all | Expand 10 after
845 '../ui/keyboard/keyboard.gyp:keyboard', 845 '../ui/keyboard/keyboard.gyp:keyboard',
846 '../ui/message_center/message_center.gyp:message_center', 846 '../ui/message_center/message_center.gyp:message_center',
847 '../ui/message_center/message_center.gyp:message_center_test_support', 847 '../ui/message_center/message_center.gyp:message_center_test_support',
848 '../ui/resources/ui_resources.gyp:ui_resources', 848 '../ui/resources/ui_resources.gyp:ui_resources',
849 '../ui/ui_unittests.gyp:ui_test_support', 849 '../ui/ui_unittests.gyp:ui_test_support',
850 '../ui/views/controls/webview/webview_tests.gyp:webview_test_support', 850 '../ui/views/controls/webview/webview_tests.gyp:webview_test_support',
851 '../ui/views/examples/examples.gyp:views_examples_with_content_lib', 851 '../ui/views/examples/examples.gyp:views_examples_with_content_lib',
852 '../ui/views/views.gyp:views', 852 '../ui/views/views.gyp:views',
853 '../ui/views/views.gyp:views_test_support', 853 '../ui/views/views.gyp:views_test_support',
854 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs_test_support', 854 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs_test_support',
855 '../ui/wm/wm.gyp:wm_core', 855 '../ui/wm/wm.gyp:wm',
856 '../url/url.gyp:url_lib', 856 '../url/url.gyp:url_lib',
857 'ash_strings.gyp:ash_strings', 857 'ash_strings.gyp:ash_strings',
858 'ash', 858 'ash',
859 'ash_resources', 859 'ash_resources',
860 'ash_test_support', 860 'ash_test_support',
861 'ash_with_content', 861 'ash_with_content',
862 ], 862 ],
863 'sources': [ 863 'sources': [
864 'accelerators/accelerator_commands_unittest.cc', 864 'accelerators/accelerator_commands_unittest.cc',
865 'accelerators/accelerator_controller_unittest.cc', 865 'accelerators/accelerator_controller_unittest.cc',
(...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after
1141 }], 1141 }],
1142 ['chromeos==1', { 1142 ['chromeos==1', {
1143 'dependencies': [ 1143 'dependencies': [
1144 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 1144 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
1145 ], 1145 ],
1146 }], 1146 }],
1147 ], 1147 ],
1148 }, 1148 },
1149 ], 1149 ],
1150 } 1150 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/views/accessibility/accessibility_event_router_views_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698