| 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 }, | 8 }, |
| 9 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 11 matching lines...) Expand all Loading... |
| 22 '../../../../content/content.gyp:content', | 22 '../../../../content/content.gyp:content', |
| 23 '../../../../skia/skia.gyp:skia', | 23 '../../../../skia/skia.gyp:skia', |
| 24 '../../../../ui/aura/aura.gyp:aura', | 24 '../../../../ui/aura/aura.gyp:aura', |
| 25 '../../../../ui/base/ime/ui_base_ime.gyp:ui_base_ime', | 25 '../../../../ui/base/ime/ui_base_ime.gyp:ui_base_ime', |
| 26 '../../../../ui/base/ui_base.gyp:ui_base', | 26 '../../../../ui/base/ui_base.gyp:ui_base', |
| 27 '../../../../ui/base/x/ui_base_x.gyp:ui_base_x', | 27 '../../../../ui/base/x/ui_base_x.gyp:ui_base_x', |
| 28 '../../../../ui/display/display.gyp:display', | 28 '../../../../ui/display/display.gyp:display', |
| 29 '../../../../ui/events/events.gyp:events', | 29 '../../../../ui/events/events.gyp:events', |
| 30 '../../../../ui/events/events.gyp:events_base', | 30 '../../../../ui/events/events.gyp:events_base', |
| 31 '../../../../ui/events/keycodes/events_keycodes.gyp:keycodes_x11', | 31 '../../../../ui/events/keycodes/events_keycodes.gyp:keycodes_x11', |
| 32 '../../../../ui/events/platform/x11/x11_events_platform.gyp:x11_events_p
latform', |
| 32 '../../../../ui/gfx/gfx.gyp:gfx', | 33 '../../../../ui/gfx/gfx.gyp:gfx', |
| 33 '../../../../ui/gfx/gfx.gyp:gfx_geometry', | 34 '../../../../ui/gfx/gfx.gyp:gfx_geometry', |
| 34 '../../../../ui/gfx/x/gfx_x11.gyp:gfx_x11', | 35 '../../../../ui/gfx/x/gfx_x11.gyp:gfx_x11', |
| 35 '../../../../ui/native_theme/native_theme.gyp:native_theme', | 36 '../../../../ui/native_theme/native_theme.gyp:native_theme', |
| 36 '../../../../ui/resources/ui_resources.gyp:ui_resources', | 37 '../../../../ui/resources/ui_resources.gyp:ui_resources', |
| 37 '../../../../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs', | 38 '../../../../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs', |
| 38 '../../../../ui/strings/ui_strings.gyp:ui_strings', | 39 '../../../../ui/strings/ui_strings.gyp:ui_strings', |
| 39 '../../../../ui/views/views.gyp:views', | 40 '../../../../ui/views/views.gyp:views', |
| 40 '../../../chrome_resources.gyp:chrome_extra_resources', | 41 '../../../chrome_resources.gyp:chrome_extra_resources', |
| 41 '../../../chrome_resources.gyp:chrome_resources', | 42 '../../../chrome_resources.gyp:chrome_resources', |
| (...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 128 }], | 129 }], |
| 129 ['use_cups==1', { | 130 ['use_cups==1', { |
| 130 'dependencies': [ | 131 'dependencies': [ |
| 131 '../../../../printing/printing.gyp:cups', | 132 '../../../../printing/printing.gyp:cups', |
| 132 ], | 133 ], |
| 133 }], | 134 }], |
| 134 ], | 135 ], |
| 135 }, | 136 }, |
| 136 ], | 137 ], |
| 137 } | 138 } |
| OLD | NEW |