OLD | NEW |
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 23 matching lines...) Expand all Loading... |
34 '../ui/events/events.gyp:events', | 34 '../ui/events/events.gyp:events', |
35 '../ui/events/events.gyp:events_base', | 35 '../ui/events/events.gyp:events_base', |
36 '../ui/gfx/gfx.gyp:gfx', | 36 '../ui/gfx/gfx.gyp:gfx', |
37 '../ui/gfx/gfx.gyp:gfx_geometry', | 37 '../ui/gfx/gfx.gyp:gfx_geometry', |
38 '../ui/keyboard/keyboard.gyp:keyboard', | 38 '../ui/keyboard/keyboard.gyp:keyboard', |
39 '../ui/message_center/message_center.gyp:message_center', | 39 '../ui/message_center/message_center.gyp:message_center', |
40 '../ui/resources/ui_resources.gyp:ui_resources', | 40 '../ui/resources/ui_resources.gyp:ui_resources', |
41 '../ui/views/controls/webview/webview.gyp:webview', | 41 '../ui/views/controls/webview/webview.gyp:webview', |
42 '../ui/views/views.gyp:views', | 42 '../ui/views/views.gyp:views', |
43 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', | 43 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', |
44 '../ui/wm/wm.gyp:wm', | 44 '../ui/wm/wm.gyp:wm_core', |
45 '../url/url.gyp:url_lib', | 45 '../url/url.gyp:url_lib', |
46 'ash_strings.gyp:ash_strings', | 46 'ash_strings.gyp:ash_strings', |
47 'ash_resources', | 47 'ash_resources', |
48 ], | 48 ], |
49 'defines': [ | 49 'defines': [ |
50 'ASH_IMPLEMENTATION', | 50 'ASH_IMPLEMENTATION', |
51 ], | 51 ], |
52 'sources': [ | 52 'sources': [ |
53 # All .cc, .h under ash, except unittests | 53 # All .cc, .h under ash, except unittests |
54 'accelerators/accelerator_commands.cc', | 54 'accelerators/accelerator_commands.cc', |
(...skipping 820 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
875 '../ui/keyboard/keyboard.gyp:keyboard', | 875 '../ui/keyboard/keyboard.gyp:keyboard', |
876 '../ui/message_center/message_center.gyp:message_center', | 876 '../ui/message_center/message_center.gyp:message_center', |
877 '../ui/message_center/message_center.gyp:message_center_test_support', | 877 '../ui/message_center/message_center.gyp:message_center_test_support', |
878 '../ui/resources/ui_resources.gyp:ui_resources', | 878 '../ui/resources/ui_resources.gyp:ui_resources', |
879 '../ui/ui_unittests.gyp:ui_test_support', | 879 '../ui/ui_unittests.gyp:ui_test_support', |
880 '../ui/views/controls/webview/webview_tests.gyp:webview_test_support', | 880 '../ui/views/controls/webview/webview_tests.gyp:webview_test_support', |
881 '../ui/views/examples/examples.gyp:views_examples_with_content_lib', | 881 '../ui/views/examples/examples.gyp:views_examples_with_content_lib', |
882 '../ui/views/views.gyp:views', | 882 '../ui/views/views.gyp:views', |
883 '../ui/views/views.gyp:views_test_support', | 883 '../ui/views/views.gyp:views_test_support', |
884 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs_test_support', | 884 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs_test_support', |
885 '../ui/wm/wm.gyp:wm', | 885 '../ui/wm/wm.gyp:wm_core', |
886 '../url/url.gyp:url_lib', | 886 '../url/url.gyp:url_lib', |
887 'ash_strings.gyp:ash_strings', | 887 'ash_strings.gyp:ash_strings', |
888 'ash', | 888 'ash', |
889 'ash_resources', | 889 'ash_resources', |
890 'ash_test_support', | 890 'ash_test_support', |
891 'ash_with_content', | 891 'ash_with_content', |
892 ], | 892 ], |
893 'sources': [ | 893 'sources': [ |
894 'accelerators/accelerator_commands_unittest.cc', | 894 'accelerators/accelerator_commands_unittest.cc', |
895 'accelerators/accelerator_controller_unittest.cc', | 895 'accelerators/accelerator_controller_unittest.cc', |
(...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1176 }], | 1176 }], |
1177 ['chromeos==1', { | 1177 ['chromeos==1', { |
1178 'dependencies': [ | 1178 'dependencies': [ |
1179 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 1179 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
1180 ], | 1180 ], |
1181 }], | 1181 }], |
1182 ], | 1182 ], |
1183 }, | 1183 }, |
1184 ], | 1184 ], |
1185 } | 1185 } |
OLD | NEW |