| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 | 9 |
| 10 'targets': [ | 10 'targets': [ |
| (...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 175 '../../third_party/icu/icu.gyp:icui18n', | 175 '../../third_party/icu/icu.gyp:icui18n', |
| 176 '../../third_party/icu/icu.gyp:icuuc', | 176 '../../third_party/icu/icu.gyp:icuuc', |
| 177 '../../views/views.gyp:views', | 177 '../../views/views.gyp:views', |
| 178 '../aura/aura.gyp:aura', | 178 '../aura/aura.gyp:aura', |
| 179 '../gfx/compositor/compositor.gyp:compositor', | 179 '../gfx/compositor/compositor.gyp:compositor', |
| 180 '../gfx/compositor/compositor.gyp:compositor_test_support', | 180 '../gfx/compositor/compositor.gyp:compositor_test_support', |
| 181 '../ui.gyp:gfx_resources', | 181 '../ui.gyp:gfx_resources', |
| 182 '../ui.gyp:ui', | 182 '../ui.gyp:ui', |
| 183 '../ui.gyp:ui_resources', | 183 '../ui.gyp:ui_resources', |
| 184 '../ui.gyp:ui_resources_standard', | 184 '../ui.gyp:ui_resources_standard', |
| 185 '../../views/views.gyp:views_examples_lib', |
| 185 'aura_shell', | 186 'aura_shell', |
| 186 ], | 187 ], |
| 187 'sources': [ | 188 'sources': [ |
| 188 'examples/aura_shell_main.cc', | 189 'examples/aura_shell_main.cc', |
| 189 'examples/bubble.cc', | 190 'examples/bubble.cc', |
| 190 'examples/example_factory.h', | 191 'examples/example_factory.h', |
| 191 'examples/lock_view.cc', | 192 'examples/lock_view.cc', |
| 192 'examples/toplevel_window.cc', | 193 'examples/toplevel_window.cc', |
| 193 'examples/toplevel_window.h', | 194 'examples/toplevel_window.h', |
| 194 'examples/widgets.cc', | 195 'examples/widgets.cc', |
| 195 'examples/window_type_launcher.cc', | 196 'examples/window_type_launcher.cc', |
| 196 'examples/window_type_launcher.h', | 197 'examples/window_type_launcher.h', |
| 197 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', | 198 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', |
| 198 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', | 199 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', |
| 199 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa
rd.rc', | 200 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa
rd.rc', |
| 200 ], | 201 ], |
| 201 }, | 202 }, |
| 202 ], | 203 ], |
| 203 } | 204 } |
| OLD | NEW |