| 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 24 matching lines...) Expand all Loading... |
| 35 '../ui/gfx/gfx.gyp:gfx', | 35 '../ui/gfx/gfx.gyp:gfx', |
| 36 '../ui/gfx/gfx.gyp:gfx_geometry', | 36 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 37 '../ui/keyboard/keyboard.gyp:keyboard', | 37 '../ui/keyboard/keyboard.gyp:keyboard', |
| 38 '../ui/message_center/message_center.gyp:message_center', | 38 '../ui/message_center/message_center.gyp:message_center', |
| 39 '../ui/oak/oak.gyp:oak', | 39 '../ui/oak/oak.gyp:oak', |
| 40 '../ui/resources/ui_resources.gyp:ui_resources', | 40 '../ui/resources/ui_resources.gyp:ui_resources', |
| 41 '../ui/ui.gyp:ui', | 41 '../ui/ui.gyp:ui', |
| 42 '../ui/views/controls/webview/webview.gyp:webview', | 42 '../ui/views/controls/webview/webview.gyp:webview', |
| 43 '../ui/views/views.gyp:views', | 43 '../ui/views/views.gyp:views', |
| 44 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', | 44 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', |
| 45 '../ui/wm/wm.gyp:wm_public', |
| 45 '../url/url.gyp:url_lib', | 46 '../url/url.gyp:url_lib', |
| 46 'ash_strings.gyp:ash_strings', | 47 'ash_strings.gyp:ash_strings', |
| 47 'ash_resources', | 48 'ash_resources', |
| 48 ], | 49 ], |
| 49 'defines': [ | 50 'defines': [ |
| 50 'ASH_IMPLEMENTATION', | 51 'ASH_IMPLEMENTATION', |
| 51 ], | 52 ], |
| 52 'sources': [ | 53 'sources': [ |
| 53 # All .cc, .h under ash, except unittests | 54 # All .cc, .h under ash, except unittests |
| 54 'accelerators/accelerator_commands.cc', | 55 'accelerators/accelerator_commands.cc', |
| (...skipping 954 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1009 }, | 1010 }, |
| 1010 }, | 1011 }, |
| 1011 'dependencies': [ | 1012 'dependencies': [ |
| 1012 '../sandbox/sandbox.gyp:sandbox', | 1013 '../sandbox/sandbox.gyp:sandbox', |
| 1013 ], | 1014 ], |
| 1014 }], | 1015 }], |
| 1015 ], | 1016 ], |
| 1016 }, | 1017 }, |
| 1017 ], | 1018 ], |
| 1018 } | 1019 } |
| OLD | NEW |