| 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 21 matching lines...) Expand all Loading... |
| 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_public', | 42 '../ui/wm/wm.gyp:wm_core', |
| 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 785 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 838 '../ui/keyboard/keyboard.gyp:keyboard', | 838 '../ui/keyboard/keyboard.gyp:keyboard', |
| 839 '../ui/message_center/message_center.gyp:message_center', | 839 '../ui/message_center/message_center.gyp:message_center', |
| 840 '../ui/message_center/message_center.gyp:message_center_test_support', | 840 '../ui/message_center/message_center.gyp:message_center_test_support', |
| 841 '../ui/resources/ui_resources.gyp:ui_resources', | 841 '../ui/resources/ui_resources.gyp:ui_resources', |
| 842 '../ui/ui_unittests.gyp:ui_test_support', | 842 '../ui/ui_unittests.gyp:ui_test_support', |
| 843 '../ui/views/views.gyp:views', | 843 '../ui/views/views.gyp:views', |
| 844 '../ui/views/views.gyp:views_examples_with_content_lib', | 844 '../ui/views/views.gyp:views_examples_with_content_lib', |
| 845 '../ui/views/views.gyp:views_test_support', | 845 '../ui/views/views.gyp:views_test_support', |
| 846 '../ui/views/views.gyp:views_with_content_test_support', | 846 '../ui/views/views.gyp:views_with_content_test_support', |
| 847 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs_test_support', | 847 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs_test_support', |
| 848 '../ui/wm/wm.gyp:wm_core', |
| 848 '../url/url.gyp:url_lib', | 849 '../url/url.gyp:url_lib', |
| 849 'ash_strings.gyp:ash_strings', | 850 'ash_strings.gyp:ash_strings', |
| 850 'ash', | 851 'ash', |
| 851 'ash_resources', | 852 'ash_resources', |
| 852 'ash_test_support', | 853 'ash_test_support', |
| 853 'ash_with_content', | 854 'ash_with_content', |
| 854 ], | 855 ], |
| 855 'sources': [ | 856 'sources': [ |
| 856 'accelerators/accelerator_commands_unittest.cc', | 857 'accelerators/accelerator_commands_unittest.cc', |
| 857 'accelerators/accelerator_controller_unittest.cc', | 858 'accelerators/accelerator_controller_unittest.cc', |
| (...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1130 }], | 1131 }], |
| 1131 ['chromeos==1', { | 1132 ['chromeos==1', { |
| 1132 'dependencies': [ | 1133 'dependencies': [ |
| 1133 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 1134 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
| 1134 ], | 1135 ], |
| 1135 }], | 1136 }], |
| 1136 ], | 1137 ], |
| 1137 }, | 1138 }, |
| 1138 ], | 1139 ], |
| 1139 } | 1140 } |
| OLD | NEW |