| 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 16 matching lines...) Expand all Loading... |
| 27 '../skia/skia.gyp:skia', | 27 '../skia/skia.gyp:skia', |
| 28 '../third_party/icu/icu.gyp:icui18n', | 28 '../third_party/icu/icu.gyp:icui18n', |
| 29 '../third_party/icu/icu.gyp:icuuc', | 29 '../third_party/icu/icu.gyp:icuuc', |
| 30 '../ui/app_list/app_list.gyp:app_list', | 30 '../ui/app_list/app_list.gyp:app_list', |
| 31 '../ui/aura/aura.gyp:aura', | 31 '../ui/aura/aura.gyp:aura', |
| 32 '../ui/base/strings/ui_strings.gyp:ui_strings', | 32 '../ui/base/strings/ui_strings.gyp:ui_strings', |
| 33 '../ui/compositor/compositor.gyp:compositor', | 33 '../ui/compositor/compositor.gyp:compositor', |
| 34 '../ui/oak/oak.gyp:oak', | 34 '../ui/oak/oak.gyp:oak', |
| 35 '../ui/ui.gyp:ui', | 35 '../ui/ui.gyp:ui', |
| 36 '../ui/ui.gyp:ui_resources', | 36 '../ui/ui.gyp:ui_resources', |
| 37 '../ui/ui.gyp:ui_resources_wallpapers', | |
| 38 '../ui/views/controls/webview/webview.gyp:webview', | 37 '../ui/views/controls/webview/webview.gyp:webview', |
| 39 '../ui/views/views.gyp:views', | 38 '../ui/views/views.gyp:views', |
| 40 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', | 39 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', |
| 41 'ash_resources', | 40 'ash_resources', |
| 41 'ash_wallpaper_resources', |
| 42 ], | 42 ], |
| 43 'defines': [ | 43 'defines': [ |
| 44 'ASH_IMPLEMENTATION', | 44 'ASH_IMPLEMENTATION', |
| 45 ], | 45 ], |
| 46 'sources': [ | 46 'sources': [ |
| 47 # All .cc, .h under ash, except unittests | 47 # All .cc, .h under ash, except unittests |
| 48 'accelerators/accelerator_controller.cc', | 48 'accelerators/accelerator_controller.cc', |
| 49 'accelerators/accelerator_controller.h', | 49 'accelerators/accelerator_controller.h', |
| 50 'accelerators/accelerator_dispatcher.cc', | 50 'accelerators/accelerator_dispatcher.cc', |
| 51 'accelerators/accelerator_dispatcher.h', | 51 'accelerators/accelerator_dispatcher.h', |
| (...skipping 596 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 648 'shell/cocoa/app-Info.plist', | 648 'shell/cocoa/app-Info.plist', |
| 649 ], | 649 ], |
| 650 'xcode_settings': { | 650 'xcode_settings': { |
| 651 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', | 651 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', |
| 652 }, | 652 }, |
| 653 }], | 653 }], |
| 654 ], | 654 ], |
| 655 }, | 655 }, |
| 656 ], | 656 ], |
| 657 } | 657 } |
| OLD | NEW |