| 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 'variables': { | 5 'variables': { |
| 6 'chromium_code': 1, | 6 'chromium_code': 1, |
| 7 }, | 7 }, |
| 8 | 8 |
| 9 'target_defaults': { | 9 'target_defaults': { |
| 10 'conditions': [ | 10 'conditions': [ |
| (...skipping 11 matching lines...) Expand all Loading... |
| 22 }, | 22 }, |
| 23 'targets': [ | 23 'targets': [ |
| 24 { | 24 { |
| 25 'target_name': 'views', | 25 'target_name': 'views', |
| 26 'type': '<(component)', | 26 'type': '<(component)', |
| 27 'dependencies': [ | 27 'dependencies': [ |
| 28 '../../base/base.gyp:base', | 28 '../../base/base.gyp:base', |
| 29 '../../base/base.gyp:base_i18n', | 29 '../../base/base.gyp:base_i18n', |
| 30 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna
mic_annotations', | 30 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna
mic_annotations', |
| 31 '../../build/temp_gyp/googleurl.gyp:googleurl', | 31 '../../build/temp_gyp/googleurl.gyp:googleurl', |
| 32 '../../content/content.gyp:content', | |
| 33 '../../skia/skia.gyp:skia', | 32 '../../skia/skia.gyp:skia', |
| 34 '../../third_party/icu/icu.gyp:icui18n', | 33 '../../third_party/icu/icu.gyp:icui18n', |
| 35 '../../third_party/icu/icu.gyp:icuuc', | 34 '../../third_party/icu/icu.gyp:icuuc', |
| 36 '../base/strings/ui_strings.gyp:ui_strings', | 35 '../base/strings/ui_strings.gyp:ui_strings', |
| 37 '../compositor/compositor.gyp:compositor', | 36 '../compositor/compositor.gyp:compositor', |
| 38 '../ui.gyp:ui', | 37 '../ui.gyp:ui', |
| 39 '../ui.gyp:ui_resources', | 38 '../ui.gyp:ui_resources', |
| 40 ], | 39 ], |
| 41 'defines': [ | 40 'defines': [ |
| 42 'VIEWS_IMPLEMENTATION', | 41 'VIEWS_IMPLEMENTATION', |
| (...skipping 776 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 819 'sources/': [ | 818 'sources/': [ |
| 820 # This is needed because the aura rule strips it from the default | 819 # This is needed because the aura rule strips it from the default |
| 821 # sources list. | 820 # sources list. |
| 822 ['include', '^../../content/app/startup_helper_win.cc'], | 821 ['include', '^../../content/app/startup_helper_win.cc'], |
| 823 ], | 822 ], |
| 824 }], | 823 }], |
| 825 ], | 824 ], |
| 826 }, # target_name: views_examples_with_content_exe | 825 }, # target_name: views_examples_with_content_exe |
| 827 ], | 826 ], |
| 828 } | 827 } |
| OLD | NEW |