| 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 | 10 |
| 11 'targets': [ | 11 'targets': [ |
| 12 { | 12 { |
| 13 'target_name': 'ash', | 13 'target_name': 'ash', |
| 14 'type': '<(component)', | 14 'type': '<(component)', |
| 15 'dependencies': [ | 15 'dependencies': [ |
| 16 'ash_strings.gyp:ash_strings', | 16 'ash_strings.gyp:ash_strings', |
| 17 '../base/base.gyp:base', | 17 '../base/base.gyp:base', |
| 18 '../base/base.gyp:base_i18n', | 18 '../base/base.gyp:base_i18n', |
| 19 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | 19 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', |
| 20 '../build/temp_gyp/googleurl.gyp:googleurl', | 20 '../build/temp_gyp/googleurl.gyp:googleurl', |
| 21 '../net/net.gyp:net', | 21 '../net/net.gyp:net', |
| 22 '../skia/skia.gyp:skia', | 22 '../skia/skia.gyp:skia', |
| 23 '../third_party/icu/icu.gyp:icui18n', | 23 '../third_party/icu/icu.gyp:icui18n', |
| 24 '../third_party/icu/icu.gyp:icuuc', | 24 '../third_party/icu/icu.gyp:icuuc', |
| 25 '../ui/aura/aura.gyp:aura', | 25 '../ui/aura/aura.gyp:aura', |
| 26 '../ui/base/strings/ui_strings.gyp:ui_strings', | 26 '../ui/base/strings/ui_strings.gyp:ui_strings', |
| 27 '../ui/gfx/compositor/compositor.gyp:compositor', | 27 '../ui/gfx/compositor/compositor.gyp:compositor', |
| 28 '../ui/oak/oak.gyp:oak', |
| 28 '../ui/ui.gyp:ui', | 29 '../ui/ui.gyp:ui', |
| 29 '../ui/ui.gyp:ui_resources', | 30 '../ui/ui.gyp:ui_resources', |
| 30 '../ui/ui.gyp:ui_resources_standard', | 31 '../ui/ui.gyp:ui_resources_standard', |
| 31 '../ui/views/views.gyp:views', | 32 '../ui/views/views.gyp:views', |
| 32 ], | 33 ], |
| 33 'defines': [ | 34 'defines': [ |
| 34 'ASH_IMPLEMENTATION', | 35 'ASH_IMPLEMENTATION', |
| 35 ], | 36 ], |
| 36 'sources': [ | 37 'sources': [ |
| 37 # All .cc, .h under ash, except unittests | 38 # All .cc, .h under ash, except unittests |
| (...skipping 371 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 409 'shell/cocoa/app-Info.plist', | 410 'shell/cocoa/app-Info.plist', |
| 410 ], | 411 ], |
| 411 'xcode_settings': { | 412 'xcode_settings': { |
| 412 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', | 413 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', |
| 413 }, | 414 }, |
| 414 }], | 415 }], |
| 415 ], | 416 ], |
| 416 }, | 417 }, |
| 417 ], | 418 ], |
| 418 } | 419 } |
| OLD | NEW |